Begin UI refactor
This commit is contained in:
@@ -62,6 +62,8 @@ func _applyFriction(delta:float) -> void:
|
||||
entity.velocity.z *= delta * FRICTION
|
||||
|
||||
func _canMove() -> bool:
|
||||
if !UI.TEXTBOX.isClosed:
|
||||
return false
|
||||
return true
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user