oh-my-git/command_button.gd

9 lines
81 B
GDScript3
Raw Normal View History

2020-09-01 19:45:29 +02:00
extends Button
func _ready():
pass
func pressed():
$"..".send_command(text)