oh-my-git/command_button.gd
2020-09-01 21:25:24 +02:00

9 lines
84 B
GDScript

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