oh-my-git/button.gd
2020-10-13 14:23:14 +02:00

8 lines
86 B
GDScript

extends Button
func _ready():
pass
func pressed():
$"../../..".send_command(text)