Remove unused/debug code

This commit is contained in:
Leroy Hopson 2021-06-19 19:54:44 +07:00
parent 03f9b84b71
commit bd296364d3
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA
4 changed files with 1 additions and 63 deletions

View file

@ -1,6 +0,0 @@
extends Node
func _on_Terminal_key_pressed(event: InputEventKey, data: PoolByteArray):
print(data as Array)
print(event.scancode)