summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authormuiroc <ian.mario.dev@gmail.com>2020-02-07 01:18:11 +0100
committermuiroc <ian.mario.dev@gmail.com>2020-02-10 14:27:30 +0100
commite51c6a0d286a9a6a4a9989738b544bbbb9b41eeb (patch)
treed4f228395122e4e3ea8b64ea21d724fc46c4b598 /doc/classes
parent74a12ad95cf2276ad0e79df475a30eee880c8a3a (diff)
Allow per pixel transparency in javascript platform
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/OS.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/OS.xml b/doc/classes/OS.xml
index 21c8dcd20a..e0f73df1bf 100644
--- a/doc/classes/OS.xml
+++ b/doc/classes/OS.xml
@@ -960,7 +960,7 @@
If [code]true[/code], the window background is transparent and window frame is removed.
Use [code]get_tree().get_root().set_transparent_background(true)[/code] to disable main viewport background rendering.
[b]Note:[/b] This property has no effect if [b]Project &gt; Project Settings &gt; Display &gt; Window &gt; Per-pixel transparency &gt; Allowed[/b] setting is disabled.
- [b]Note:[/b] This property is implemented on Linux, macOS and Windows.
+ [b]Note:[/b] This property is implemented on HTML5, Linux, macOS and Windows.
</member>
<member name="window_position" type="Vector2" setter="set_window_position" getter="get_window_position" default="Vector2( 0, 0 )">
The window position relative to the screen, the origin is the top left corner, +Y axis goes to the bottom and +X axis goes to the right.