oh-my-git/command_button.gd

9 lines
84 B
GDScript3
Raw Normal View History

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