new file: Audio/track.mp3 new file: Audio/track.mp3.import modified: Charts/track.json modified: Scenes/Game/level.tscn new file: Scripts/.DS_Store modified: Scripts/Core/GameManager.cs modified: Scripts/Core/MusicClock.cs modified: Scripts/Core/TrackGenerator.cs modified: Scripts/Data/ChartEvent.cs modified: Scripts/Data/TrackData.cs modified: Scripts/GameObjects/NoteObject.cs
52 lines
949 B
JSON
52 lines
949 B
JSON
{
|
|
"MusicPath": "res://Audio/track.mp3",
|
|
"BPM": 120,
|
|
"Offset": 0.0,
|
|
"TicksPerBeat": 480.0,
|
|
"TempoPoints": [
|
|
{
|
|
"Tick": 0,
|
|
"BPM": 120
|
|
}
|
|
],
|
|
"RelativeSpeedPoints": [
|
|
{
|
|
"Tick": 0,
|
|
"Speed": 20.0,
|
|
"IsLinear": false
|
|
}
|
|
],
|
|
"AbsoluteSpeedPoints": [
|
|
{
|
|
"Tick": 0,
|
|
"Speed": 1.0,
|
|
"IsLinear": false
|
|
}
|
|
],
|
|
"Events": [
|
|
{
|
|
"$type": "Onrinto.Chart.ChartEvent",
|
|
"Type": "Beat",
|
|
"Tick": 0,
|
|
"Position": { "X": 0.0, "Y": 0.0 }
|
|
},
|
|
{
|
|
"$type": "Onrinto.Chart.ChartEvent",
|
|
"Type": "Beat",
|
|
"Tick": 480,
|
|
"Position": { "X": -2.0, "Y": 0.0 }
|
|
},
|
|
{
|
|
"$type": "Onrinto.Chart.ChartEvent",
|
|
"Type": "Beat",
|
|
"Tick": 960,
|
|
"Position": { "X": 2.0, "Y": 0.0 }
|
|
},
|
|
{
|
|
"$type": "Onrinto.Chart.ChartEvent",
|
|
"Type": "Beat",
|
|
"Tick": 1440,
|
|
"Position": { "X": 0.0, "Y": 0.0 }
|
|
}
|
|
]
|
|
} |