mirror of
https://github.com/godotengine/godot.git
synced 2024-11-26 14:13:10 +00:00
added Label_MouseGrab_KeyInfo
This commit is contained in:
parent
87be945d49
commit
ba74e45027
@ -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)
|
||||
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user