summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorhurikhan <m4r10.5ch14ck@gmail.com>2015-01-16 13:49:46 +0900
committerhurikhan <m4r10.5ch14ck@gmail.com>2015-01-16 13:49:46 +0900
commitd42fa511a51db582849470316dfd1f0eee459350 (patch)
treec79f61620338a57f935bed661aaabc2cd0dd3770 /demos
parentd269344bbd19d9653fff3c2a230261b8fa00d7f6 (diff)
rearrange the demo
Diffstat (limited to 'demos')
-rw-r--r--demos/misc/window_management/control.gd4
-rw-r--r--demos/misc/window_management/window_management.scnbin3897 -> 3931 bytes
2 files changed, 1 insertions, 3 deletions
diff --git a/demos/misc/window_management/control.gd b/demos/misc/window_management/control.gd
index c867bd21db..043db8d489 100644
--- a/demos/misc/window_management/control.gd
+++ b/demos/misc/window_management/control.gd
@@ -19,9 +19,7 @@ func _fixed_process(delta):
get_node("Label_Size").set_text(str("Size:\n", OS.get_window_size() ) )
- get_node("Label_Screen_Count").set_text( str("Screens:\n", OS.get_screen_count() ) )
-
- get_node("Label_Screen_Current").set_text( str("Current:\n", OS.get_screen() ) )
+ get_node("Label_Screen_Info").set_text( str("Screens:\n", OS.get_screen_count(),"\n\nCurrent:\n", OS.get_screen() ) )
get_node("Label_Screen0_Resolution").set_text( str("Screen0 Resolution:\n", OS.get_screen_size() ) )
diff --git a/demos/misc/window_management/window_management.scn b/demos/misc/window_management/window_management.scn
index befc177b5e..a83897f9a0 100644
--- a/demos/misc/window_management/window_management.scn
+++ b/demos/misc/window_management/window_management.scn
Binary files differ