Add a script for a track
This commit is contained in:
7
Scripts/Track.gd
Normal file
7
Scripts/Track.gd
Normal 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.
|
||||
Reference in New Issue
Block a user