diff options
author | hurikhan <m4r10.5ch14ck@gmail.com> | 2015-03-08 01:27:36 -0600 |
---|---|---|
committer | hurikhan <m4r10.5ch14ck@gmail.com> | 2015-03-08 01:27:36 -0600 |
commit | ba74e45027f795238323c3667dfdb660608d7484 (patch) | |
tree | 4f22d2ec0fa85232f2222e38a87e2a5fe15a5a7f | |
parent | 87be945d49e1f53a34f7e4a27fa9b17e527b43c4 (diff) |
added Label_MouseGrab_KeyInfo
-rw-r--r-- | demos/misc/window_management/control.gd | 3 | ||||
-rw-r--r-- | demos/misc/window_management/window_management.scn | bin | 4850 -> 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 Binary files differindex 14d0da0415..0cb7030ffc 100644 --- a/demos/misc/window_management/window_management.scn +++ b/demos/misc/window_management/window_management.scn |