Files
audioeditor/Scripts/Track.gd
2025-02-16 18:41:12 +01:00

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.