From 8700a7c404a663f5b762dece6d65f9903b7bc57a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Gro=C3=9F?= Date: Sun, 12 Nov 2017 17:03:35 +0100 Subject: [PATCH] input log --- scripts/base.gd | 1 + 1 file changed, 1 insertion(+) 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)