Format files using GDScript Toolkit

https://github.com/Scony/godot-gdscript-toolkit
This commit is contained in:
Leroy Hopson 2021-05-26 10:39:48 +07:00
parent a0237bb5d5
commit 84678b2eea
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA
10 changed files with 64 additions and 64 deletions

View file

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