Add some UI
This commit is contained in:
@@ -70,6 +70,8 @@ func _canMove() -> bool:
|
||||
return false
|
||||
if !UI.TEXTBOX.isClosed:
|
||||
return false
|
||||
if UI.GAME_MENU && UI.GAME_MENU.isOpen():
|
||||
return false
|
||||
return true
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user