diff options
| author | dam <dam@gudinoff> | 2021-12-27 03:31:03 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2021-12-27 03:31:03 +0000 |
| commit | 5b863fdc25848817ef11f0c1a33ef45a4160aa2c (patch) | |
| tree | fc02e32880c4eb72597424da0055bf2172ea7da0 /logic/stage.gd | |
| parent | a2af4c7d07259a091deabdceaa5da1a2f7757c5e (diff) | |
| download | surgery-log-5b863fdc25848817ef11f0c1a33ef45a4160aa2c.tar.zst surgery-log-5b863fdc25848817ef11f0c1a33ef45a4160aa2c.zip | |
Allow to scroll database screen without selecting item on touch-down.
Diffstat (limited to 'logic/stage.gd')
| -rw-r--r-- | logic/stage.gd | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/logic/stage.gd b/logic/stage.gd index 207b451..ac5e9aa 100644 --- a/logic/stage.gd +++ b/logic/stage.gd @@ -100,11 +100,3 @@ func _notification(what: int): discard_action() -func _unhandled_input(event): - get_node("/root/main/debug").text += "%s\n" % event.to_string() - - -func _unhandled_key_input(event): - get_node("/root/main/debug").text += "%s\n" % event.to_string() - - |
