diff --git a/scripts/base.gd b/scripts/base.gd index c7a507b..838abbd 100644 --- a/scripts/base.gd +++ b/scripts/base.gd @@ -22,6 +22,7 @@ func _process(delta): func _input(event): + print(event.type) if state.has_method("input"): state.input(event)