oh-my-git/command_button.gd
2020-09-01 19:51:14 +02:00

9 lines
81 B
GDScript

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