summaryrefslogtreecommitdiff
path: root/demos/misc
diff options
context:
space:
mode:
authorhurikhan <m4r10.5ch14ck@gmail.com>2015-03-08 01:27:36 -0600
committerhurikhan <m4r10.5ch14ck@gmail.com>2015-03-08 01:27:36 -0600
commitba74e45027f795238323c3667dfdb660608d7484 (patch)
tree4f22d2ec0fa85232f2222e38a87e2a5fe15a5a7f /demos/misc
parent87be945d49e1f53a34f7e4a27fa9b17e527b43c4 (diff)
added Label_MouseGrab_KeyInfo
Diffstat (limited to 'demos/misc')
-rw-r--r--demos/misc/window_management/control.gd3
-rw-r--r--demos/misc/window_management/window_management.scnbin4850 -> 5072 bytes
2 files changed, 3 insertions, 0 deletions
diff --git a/demos/misc/window_management/control.gd b/demos/misc/window_management/control.gd
index 50fc3a3765..7f805a1a21 100644
--- a/demos/misc/window_management/control.gd
+++ b/demos/misc/window_management/control.gd
@@ -21,6 +21,9 @@ func _fixed_process(delta):
if(Input.get_mouse_mode() == Input.MOUSE_MODE_CAPTURED):
modetext += "MouseGrab\n"
+ get_node("Label_MouseGrab_KeyInfo").show()
+ else:
+ get_node("Label_MouseGrab_KeyInfo").hide()
get_node("Label_Mode").set_text(modetext)
diff --git a/demos/misc/window_management/window_management.scn b/demos/misc/window_management/window_management.scn
index 14d0da0415..0cb7030ffc 100644
--- a/demos/misc/window_management/window_management.scn
+++ b/demos/misc/window_management/window_management.scn
Binary files differ