7 lines
150 B
GDScript
7 lines
150 B
GDScript
class_name Track
|
|
extends Control
|
|
|
|
|
|
# Called when the node enters the scene tree for the first time.
|
|
func _ready():
|
|
pass # Replace with function body. |