added Label_MouseGrab_KeyInfo

This commit is contained in:
hurikhan 2015-03-08 01:27:36 -06:00
parent 87be945d49
commit ba74e45027
2 changed files with 3 additions and 0 deletions

View File

@ -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)