oh-my-git/button.gd

8 lines
86 B
GDScript3
Raw Normal View History

2020-10-13 13:08:18 +02:00
extends Button
func _ready():
pass
func pressed():
$"../../..".send_command(text)