Initial commit. Implement music sync features.
This commit is contained in:
4
resource_type/chart.gd
Normal file
4
resource_type/chart.gd
Normal file
@@ -0,0 +1,4 @@
|
||||
## Contains all the notes and events that make up a chart.
|
||||
class_name Chart extends Resource
|
||||
|
||||
var notes: Array[Note]
|
||||
Reference in New Issue
Block a user