added Label_MouseGrab_KeyInfo
This commit is contained in:
parent
87be945d49
commit
ba74e45027
2 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@ func _fixed_process(delta):
|
||||||
|
|
||||||
if(Input.get_mouse_mode() == Input.MOUSE_MODE_CAPTURED):
|
if(Input.get_mouse_mode() == Input.MOUSE_MODE_CAPTURED):
|
||||||
modetext += "MouseGrab\n"
|
modetext += "MouseGrab\n"
|
||||||
|
get_node("Label_MouseGrab_KeyInfo").show()
|
||||||
|
else:
|
||||||
|
get_node("Label_MouseGrab_KeyInfo").hide()
|
||||||
|
|
||||||
get_node("Label_Mode").set_text(modetext)
|
get_node("Label_Mode").set_text(modetext)
|
||||||
|
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue