Add a script for a track

This commit is contained in:
2025-02-16 18:41:12 +01:00
parent 49dff3c8f1
commit 10feabb9bf
5 changed files with 21 additions and 9 deletions

7
Scripts/Track.gd Normal file
View File

@@ -0,0 +1,7 @@
class_name Track
extends Control
# Called when the node enters the scene tree for the first time.
func _ready():
pass # Replace with function body.