mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-12-03 11:11:45 +03:00
9 lines
84 B
GDScript
9 lines
84 B
GDScript
extends Button
|
|
|
|
func _ready():
|
|
pass
|
|
|
|
|
|
func pressed():
|
|
$"../..".send_command(text)
|