This commit is contained in:
2020-11-04 22:34:00 +01:00
parent 056e346a96
commit b64430e10b
14 changed files with 326 additions and 131 deletions

View File

@@ -4,8 +4,8 @@ enum { LEFT, RIGHT, UP, DOWN }
# Enum for tiles from tile_set
enum { DOWN_LEFT, DOWN_RIGHT, LEFT_RIGHT, START, UP_DOWN, UP_LEFT, UP_RIGHT }
# Called when the node enters the scene tree for the first time.
func _reset():
func _ready():
TrackSelection.connect("track_changed", self, "_reload_track")
_reload_track()
func _reload_track():