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

@@ -20,6 +20,7 @@ func get_track_offset(coords):
# Called when the node enters the scene tree for the first time.
func _ready():
TrackSelection.connect("track_changed", self, "_reset_state")
_reset_state()
func _reset_state():