fix: Fixed input problems (#440)

Authored-by: Dennis Ploeger <develop@dieploegers.de>
This commit is contained in:
Julian Murgia
2021-11-14 13:36:59 +01:00
committed by GitHub
parent eb04020a92
commit c4d1432d66
3 changed files with 7 additions and 6 deletions

View File

@@ -82,7 +82,7 @@ func _ready():
#
# #### Parameters
# - event: Event received
func _input(event) -> void:
func _unhandled_input(event) -> void:
if not escoria.current_state == escoria.GAME_STATE.DEFAULT:
return
if InputMap.has_action("switch_action_verb") \