small racing game im working on
Diffstat (limited to 'ui/trackbutton.gd')
| -rw-r--r-- | ui/trackbutton.gd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/trackbutton.gd b/ui/trackbutton.gd index c6f30a9..2c55c39 100644 --- a/ui/trackbutton.gd +++ b/ui/trackbutton.gd @@ -4,6 +4,7 @@ class_name TrackButton const trackloader_scn = preload("res://scenes/track.tscn") const thumbnail_path = "user://%s.thumb" +@export var button: Button signal play signal watch |