diff --git a/characters/bf.json b/characters/bf.json index 5005837..a69cfda 100644 --- a/characters/bf.json +++ b/characters/bf.json @@ -180,9 +180,9 @@ 209 ], "camera_position": [ - 80, - -40 + -100, + 40 ], "sing_duration": 4, "scale": 1 -} \ No newline at end of file +} diff --git a/characters/dad.json b/characters/dad.json new file mode 100644 index 0000000..523e1e1 --- /dev/null +++ b/characters/dad.json @@ -0,0 +1,142 @@ +{ + "animations": [ + { + "offsets": [ + -9, + 10 + ], + "loop": false, + "anim": "singLEFT", + "fps": 24, + "name": "Dad Sing Note LEFT", + "indices": [] + }, + { + "offsets": [ + 0, + -30 + ], + "loop": false, + "anim": "singDOWN", + "fps": 24, + "name": "Dad Sing Note DOWN", + "indices": [] + }, + { + "offsets": [ + -6, + 50 + ], + "loop": false, + "anim": "singUP", + "fps": 24, + "name": "Dad Sing Note UP", + "indices": [] + }, + { + "offsets": [ + 0, + 27 + ], + "loop": false, + "anim": "singRIGHT", + "fps": 24, + "name": "Dad Sing Note RIGHT", + "indices": [] + }, + { + "offsets": [ + 0, + 0 + ], + "loop": false, + "anim": "idle", + "fps": 24, + "name": "Dad idle dance", + "indices": [] + }, + { + "offsets": [ + 0, + 0 + ], + "loop": true, + "fps": 24, + "anim": "idle-loop", + "indices": [ + 10, + 11, + 12, + 12 + ], + "name": "Dad idle dance" + }, + { + "offsets": [ + -9, + 10 + ], + "loop": true, + "fps": 24, + "anim": "singLEFT-loop", + "indices": [ + 12, + 13, + 14, + 15 + ], + "name": "Dad Sing Note LEFT" + }, + { + "offsets": [ + 0, + 27 + ], + "loop": true, + "fps": 24, + "anim": "singRIGHT-loop", + "indices": [ + 15, + 16, + 17, + 18 + ], + "name": "Dad Sing Note RIGHT" + }, + { + "offsets": [ + -6, + 50 + ], + "loop": true, + "fps": 24, + "anim": "singUP-loop", + "indices": [ + 56, + 57, + 58, + 59 + ], + "name": "Dad Sing Note UP" + } + ], + "no_antialiasing": false, + "image": "sprites/DADDY_DEAREST", + "position": [ + -200, + 160 + ], + "healthicon": "dad", + "flip_x": false, + "healthbar_colors": [ + 175, + 102, + 206 + ], + "camera_position": [ + -800, + 0 + ], + "sing_duration": 6.1, + "scale": 1 +} diff --git a/characters/gf.json b/characters/gf.json new file mode 100644 index 0000000..8bedcb3 --- /dev/null +++ b/characters/gf.json @@ -0,0 +1,209 @@ +{ + "animations": [ + { + "loop": false, + "offsets": [ + 3, + 0 + ], + "fps": 24, + "anim": "cheer", + "indices": [], + "name": "GF Cheer" + }, + { + "loop": false, + "offsets": [ + 0, + -19 + ], + "fps": 24, + "anim": "singLEFT", + "indices": [], + "name": "GF left note" + }, + { + "loop": false, + "offsets": [ + 0, + -20 + ], + "fps": 24, + "anim": "singDOWN", + "indices": [], + "name": "GF Down Note" + }, + { + "loop": false, + "offsets": [ + 0, + 4 + ], + "fps": 24, + "anim": "singUP", + "indices": [], + "name": "GF Up Note" + }, + { + "loop": false, + "offsets": [ + 0, + -20 + ], + "fps": 24, + "anim": "singRIGHT", + "indices": [], + "name": "GF Right Note" + }, + { + "loop": false, + "offsets": [ + -2, + -21 + ], + "fps": 24, + "anim": "sad", + "indices": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12 + ], + "name": "gf sad" + }, + { + "loop": false, + "offsets": [ + 0, + -9 + ], + "fps": 24, + "anim": "danceLeft", + "indices": [ + 30, + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14 + ], + "name": "GF Dancing Beat" + }, + { + "loop": false, + "offsets": [ + 0, + -9 + ], + "fps": 24, + "anim": "danceRight", + "indices": [ + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29 + ], + "name": "GF Dancing Beat" + }, + { + "loop": true, + "offsets": [ + 45, + -8 + ], + "fps": 24, + "anim": "hairBlow", + "indices": [ + 0, + 1, + 2, + 3 + ], + "name": "GF Dancing Beat Hair blowing" + }, + { + "loop": false, + "offsets": [ + 0, + -9 + ], + "fps": 24, + "anim": "hairFall", + "indices": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11 + ], + "name": "GF Dancing Beat Hair Landing" + }, + { + "loop": true, + "offsets": [ + -2, + -17 + ], + "fps": 24, + "anim": "scared", + "indices": [], + "name": "GF FEAR" + } + ], + "no_antialiasing": false, + "image": "sprites/GF_assets", + "position": [ + 0, + 160 + ], + "healthicon": "gf", + "flip_x": false, + "healthbar_colors": [ + 165, + 0, + 77 + ], + "camera_position": [ + 0, + 0 + ], + "sing_duration": 4, + "scale": 1 +} diff --git a/characters/tankman.json b/characters/tankman.json index 66b5ad4..a891b2b 100644 --- a/characters/tankman.json +++ b/characters/tankman.json @@ -136,9 +136,9 @@ 225 ], "camera_position": [ - -200, - -5000 + -500, + -20 ], "sing_duration": 4, "scale": 1 -} \ No newline at end of file +} diff --git a/charts/dad-battle/DIFFICULTYRANK.lua b/charts/dad-battle/DIFFICULTYRANK.lua new file mode 100644 index 0000000..e3f59ae --- /dev/null +++ b/charts/dad-battle/DIFFICULTYRANK.lua @@ -0,0 +1,97 @@ +-- RANK ONLY UP TILL 20, 0 MINIMUM, CHANGE THIS TO SUGGEST HOW HARD THE SONG IS, BY MARKEDAMAN + +function onCreate() +if difficulty == 0 then -- easy +rank = 1 +elseif difficulty == 1 then -- normal +rank = 1 +elseif difficulty == 2 then -- hard +rank = 2 +elseif difficulty == 3 then -- erect +rank = 11 +elseif difficulty == 4 then -- nightmare +rank = 12 +end +end + + + +function onCreatePost() +if not hideHud then +if rank > 10 then + makeLuaSprite('star', 'star2', 1070, 590) + makeAnimatedLuaSprite('starFlame', 'starFlame', 1030, 440) + addAnimationByPrefix('starFlame', 'starFlame', 'fire loop full instance', 24, true) + setProperty('starFlame.alpha', 0) + scaleObject('starFlame', 1.5, 1.5) + setObjectCamera('starFlame', 'hud') + addLuaSprite('starFlame', true) + elseif rank <= 10 then + makeLuaSprite('star', 'star1', 1070, 590) + end + + scaleObject('star', 0.9, 0.9) + setObjectCamera('star', 'hud') + setObjectOrder('star', getObjectOrder('starFlame') + 1) + setProperty('star.alpha', 0) + addLuaSprite('star') + +makeLuaText('difficulty', ''.. rank ..'', 2230 , 0, 620) +setTextSize('difficulty', 37) +setTextFont('difficulty', 'combo.ttf') +setProperty('difficulty.alpha', 0) +addLuaText('difficulty', false) +setObjectOrder('difficulty', getObjectOrder('star') + 1) + +if downscroll then + setProperty('difficulty.y', 70) + setProperty('star.y', 40) + setProperty('starFlame.y', -5) + setProperty('starFlame.angle', 190) + end + + + +if rank > 10 then + setTextColor('difficulty', 'ffffff') + setTextBorder('difficulty', 2, '00AEFF') + elseif rank <= 10 then + setTextColor('difficulty', '000000') + setTextBorder('difficulty', 3, 'FFFFFF') + end + + +runTimer('ready', 0.5) -- star fade in +runTimer('wait', 8) -- star fade out +runTimer('wait2', 7.5) -- difficulty fade out + +if rank > 10 then +runTimer('pausefire', 2) -- difficulty fade in +elseif rank <=10 then +runTimer('pause', 2) +end +end +end + +function onTimerCompleted(tag) +if not hideHud then +if tag == 'ready' then +doTweenAlpha('hi', 'star', 1, 0.5,'linear') +end +if tag == 'wait' then +doTweenAlpha('gone', 'star', 0, 0.5,'linear') +doTweenAlpha('fireout', 'starFlame', 0, 0.5,'linear') +end +if tag == 'wait2' then +doTweenAlpha('bye', 'difficulty', 0, 0.5,'linear') +end +if tag == 'pause' then +doTweenAlpha('hi2', 'difficulty', 1, 0.5,'linear') +end +if tag == 'pausefire' then +setProperty('difficulty.alpha', 1) +setProperty('starFlame.alpha', 1) +playSound('light', 0.7) +end +end +end diff --git a/charts/dad-battle/changeFont.lua b/charts/dad-battle/changeFont.lua new file mode 100644 index 0000000..b5b477d --- /dev/null +++ b/charts/dad-battle/changeFont.lua @@ -0,0 +1,4 @@ +function onCreate() + setTextFont('scoreTxt', 'vcr.ttf') + setTextFont('timeTxt','timer.ttf') +end diff --git a/charts/dad-battle/dad-battle-easy.json b/charts/dad-battle/dad-battle-easy.json new file mode 100644 index 0000000..3a933bf --- /dev/null +++ b/charts/dad-battle/dad-battle-easy.json @@ -0,0 +1 @@ +{"song":{"song":"Dad Battle","bpm":180.0,"needsVoices":true,"player1":"bf","player2":"dad","speed":1.3,"notes":[{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[10666.667,2,0.0],[11000.0,0,0.0],[11333.334,2,0.0],[11666.667,0,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[12000.0,2,0.0],[12166.667,3,0.0],[12333.334,0,0.0],[12666.667,2,0.0],[13000.0,0,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[13333.334,2,0.0],[13666.667,0,0.0],[14000.0,2,0.0],[14333.334,0,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[14666.667,2,0.0],[14833.334,3,0.0],[15000.0,0,0.0],[15333.334,2,0.0],[15666.667,0,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[16000.0,1,0.0],[16333.334,0,0.0],[16666.668,1,0.0],[17000.0,2,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[17333.334,1,0.0],[17666.668,0,0.0],[18000.0,3,0.0],[18333.334,3,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[18666.668,1,0.0],[19000.0,0,0.0],[19333.334,1,0.0],[19666.668,2,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[20000.0,1,0.0],[20333.334,0,0.0],[20666.668,3,0.0],[21000.0,3,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[21666.668,2,0.0],[22000.0,3,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[22833.334,1,0.0],[23000.0,3,0.0],[23333.334,0,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[24333.334,2,0.0],[24666.668,1,0.0],[25000.0,0,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[25333.334,2,0.0],[25666.668,0,0.0],[26000.0,2,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[27000.0,2,0.0],[27333.334,3,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[28166.668,1,0.0],[28333.334,3,0.0],[28666.668,0,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[29666.668,2,0.0],[30000.0,1,0.0],[30333.334,0,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[30666.668,4,0.0],[30666.668,2,0.0],[31000.0,6,0.0],[31000.0,0,0.0],[31333.334,6,0.0],[31333.334,2,0.0],[31666.668,4,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[32166.668,0,0.0],[32666.668,1,0.0],[33000.0,0,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[33500.0,2,0.0],[34000.0,2,0.0],[34333.3359,0,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[34666.668,0,0.0],[35000.0,1,0.0],[35333.3359,3,0.0],[35666.668,1,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[36000.0,2,0.0],[36333.3359,3,0.0],[36666.668,0,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[37500.0,1,0.0],[37666.668,3,0.0],[38000.0,0,0.0],[38333.3359,1,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[38666.668,0,0.0],[39000.0,1,0.0],[39166.668,0,0.0],[39333.3359,2,0.0],[39666.668,1,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[40166.668,0,0.0],[40333.3359,3,0.0],[40666.668,2,0.0],[41000.0,1,0.0],[41166.668,3,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[41333.3359,4,0.0],[41333.3359,0,0.0],[41666.668,6,0.0],[41666.668,0,0.0],[42000.0,6,0.0],[42000.0,2,0.0],[42333.3359,4,0.0],[42333.3359,3,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[42833.3359,0,0.0],[43333.3359,1,0.0],[43666.668,0,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[44166.668,2,0.0],[44666.668,2,0.0],[45000.0,0,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[45333.3359,0,0.0],[45666.668,1,0.0],[46000.0,3,0.0],[46333.3359,1,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[46666.668,2,0.0],[47000.0,3,0.0],[47333.3359,0,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[48166.668,1,0.0],[48333.3359,3,0.0],[48666.668,0,0.0],[49000.0,1,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[49333.3359,0,0.0],[49666.668,1,0.0],[49833.3359,0,0.0],[50000.0,2,0.0],[50333.3359,1,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[50833.3359,0,0.0],[51000.0,3,0.0],[51333.3359,2,0.0],[51666.668,1,0.0],[51833.3359,3,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[52000.0,0,0.0],[52333.3359,0,0.0],[52666.668,2,0.0],[53000.0,3,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[53333.3359,2,0.0],[53666.668,0,0.0],[54000.0,2,0.0],[54333.3359,0,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[54666.668,2,0.0],[54833.3359,3,0.0],[55000.0,0,0.0],[55333.3359,2,0.0],[55666.668,0,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[56000.0,2,0.0],[56333.3359,0,0.0],[56666.668,2,0.0],[57000.0,0,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[57333.3359,2,0.0],[57500.0,3,0.0],[57666.668,0,0.0],[58000.0,2,0.0],[58333.3359,0,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[58666.668,1,0.0],[59000.0,0,0.0],[59333.3359,1,0.0],[59666.668,2,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[60000.0,1,0.0],[60333.3359,0,0.0],[60666.668,3,0.0],[61000.0,3,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[61333.3359,1,0.0],[61666.668,0,0.0],[62000.0,1,0.0],[62333.3359,2,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[62666.668,4,0.0],[62666.668,1,0.0],[63000.0,6,0.0],[63000.0,0,0.0],[63333.3359,6,0.0],[63333.3359,3,0.0],[63666.668,4,0.0],[63666.668,3,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[64333.3359,2,0.0],[64666.668,3,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[65500.0039,1,0.0],[65666.67,3,0.0],[66000.0,0,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[67000.0,2,0.0],[67333.3359,1,0.0],[67666.67,0,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[68000.0,2,0.0],[68000.0,4,0.0],[68333.3359,0,0.0],[68333.3359,6,0.0],[68666.67,2,0.0],[68666.67,6,0.0],[69000.0,4,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[69666.67,2,0.0],[70000.0,3,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[70833.3359,1,0.0],[71000.0,3,0.0],[71333.3359,0,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[72333.3359,2,0.0],[72666.67,1,0.0],[73000.0,0,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[73333.3359,2,0.0],[73666.67,0,0.0],[74000.0,2,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[74666.67,2,0.0],[75000.0,0,0.0],[75333.3359,2,0.0],[75666.67,0,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[76000.0,2,0.0],[76333.3359,0,0.0],[76666.67,2,0.0],[77000.0,2,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[77333.3359,2,0.0],[77666.67,0,0.0],[78000.0,2,0.0],[78333.3359,0,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[78666.67,2,0.0],[79000.0,0,0.0],[79333.3359,2,0.0],[79666.67,2,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[80000.0,1,0.0],[80333.3359,0,0.0],[80500.0,3,0.0],[80666.67,1,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[81333.3359,1,0.0],[81666.67,1,0.0],[82000.0,1,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[82666.67,1,0.0],[83000.0,0,0.0],[83166.67,3,0.0],[83333.3359,1,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[84000.0,1,0.0],[84333.3359,1,0.0],[84666.67,1,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[]}]},"generatedBy":"SNIFF ver.6"} \ No newline at end of file diff --git a/charts/dad-battle/dad-battle-erect.json b/charts/dad-battle/dad-battle-erect.json new file mode 100644 index 0000000..a3e7447 --- /dev/null +++ b/charts/dad-battle/dad-battle-erect.json @@ -0,0 +1,6518 @@ +{ + "song": { + "player1": "bf", + "player2": "dad", + "notes": [ + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 157.894736842105, + 2, + 0 + ], + [ + 631.578947368421, + 2, + 0 + ], + [ + 789.473684210526, + 0, + 0 + ], + [ + 947.368421052632, + 3, + 0 + ], + [ + 1105.26315789474, + 2, + 0 + ], + [ + 315.789473684211, + 0, + 0 + ], + [ + 473.684210526316, + 1, + 0 + ], + [ + 0, + 2, + 0 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 1263.15789473684, + 1, + 0 + ], + [ + 1421.05263157895, + 2, + 0 + ], + [ + 1894.73684210526, + 2, + 0 + ], + [ + 1578.94736842105, + 1, + 0 + ], + [ + 1736.84210526316, + 3, + 0 + ], + [ + 2368.42105263158, + 3, + 0 + ], + [ + 2210.52631578947, + 0, + 0 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 2526.31578947368, + 2, + 0 + ], + [ + 2684.21052631579, + 2, + 0 + ], + [ + 3157.8947368421, + 2, + 0 + ], + [ + 3315.78947368421, + 0, + 0 + ], + [ + 3473.68421052632, + 3, + 0 + ], + [ + 3631.57894736842, + 2, + 0 + ], + [ + 2842.10526315789, + 0, + 0 + ], + [ + 3000, + 1, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 3789.47368421053, + 1, + 0 + ], + [ + 3947.36842105263, + 2, + 0 + ], + [ + 4421.05263157895, + 2, + 0 + ], + [ + 4105.26315789474, + 1, + 0 + ], + [ + 4263.15789473684, + 3, + 0 + ], + [ + 4894.73684210526, + 3, + 0 + ], + [ + 4736.84210526316, + 0, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 5052.63157894737, + 2, + 0 + ], + [ + 5368.42105263158, + 3, + 0 + ], + [ + 5447.36842105263, + 2, + 0 + ], + [ + 5526.31578947368, + 0, + 0 + ], + [ + 5684.21052631579, + 1, + 0 + ], + [ + 6000, + 2, + 0 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 6315.78947368421, + 1, + 0 + ], + [ + 6947.36842105263, + 3, + 0 + ], + [ + 6631.57894736842, + 0, + 0 + ], + [ + 6789.47368421053, + 0, + 0 + ], + [ + 7105.26315789474, + 3, + 0 + ], + [ + 7263.15789473684, + 3, + 0 + ], + [ + 7421.05263157895, + 3, + 0 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 7578.94736842105, + 2, + 0 + ], + [ + 7894.73684210526, + 3, + 0 + ], + [ + 7973.68421052632, + 2, + 0 + ], + [ + 8052.63157894737, + 0, + 0 + ], + [ + 8210.52631578947, + 1, + 0 + ], + [ + 8526.31578947368, + 2, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 9157.8947368421, + 1, + 0 + ], + [ + 9315.78947368421, + 2, + 0 + ], + [ + 9473.68421052631, + 3, + 0 + ], + [ + 9631.57894736842, + 0, + 0 + ], + [ + 9789.47368421053, + 1, + 0 + ], + [ + 9947.36842105263, + 2, + 0 + ], + [ + 8842.10526315789, + 1, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 10105.2631578947, + 2, + 0 + ], + [ + 10263.1578947368, + 2, + 0 + ], + [ + 10421.0526315789, + 2, + 0 + ], + [ + 10578.947368421, + 3, + 0 + ], + [ + 10736.8421052632, + 0, + 710.526315789474 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 11526.3157894737, + 1, + 0 + ], + [ + 11684.2105263158, + 2, + 236.842105263158 + ], + [ + 12000, + 3, + 0 + ], + [ + 12157.8947368421, + 0, + 0 + ], + [ + 12315.7894736842, + 3, + 0 + ], + [ + 12473.6842105263, + 0, + 0 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 13263.1578947368, + 1, + 0 + ], + [ + 13578.947368421, + 1, + 0 + ], + [ + 12947.3684210526, + 3, + 236.842105263158 + ], + [ + 13736.8421052632, + 0, + 0 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 13894.7368421053, + 3, + 0 + ], + [ + 14052.6315789474, + 2, + 0 + ], + [ + 14210.5263157895, + 0, + 0 + ], + [ + 14368.4210526316, + 1, + 0 + ], + [ + 14526.3157894737, + 3, + 552.631578947368 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 15315.7894736842, + 2, + 0 + ], + [ + 15473.6842105263, + 2, + 0 + ], + [ + 15631.5789473684, + 3, + 0 + ], + [ + 15789.4736842105, + 1, + 236.842105263158 + ], + [ + 16105.2631578947, + 2, + 236.842105263158 + ], + [ + 15157.8947368421, + 2, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 16421.0526315789, + 1, + 0 + ], + [ + 16578.947368421, + 0, + 0 + ], + [ + 16736.8421052632, + 2, + 0 + ], + [ + 17052.6315789474, + 3, + 0 + ], + [ + 17210.5263157895, + 0, + 0 + ], + [ + 17368.4210526316, + 3, + 0 + ], + [ + 17526.3157894737, + 0, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 18000, + 1, + 236.842105263158 + ], + [ + 18315.7894736842, + 0, + 236.842105263158 + ], + [ + 18631.5789473684, + 2, + 0 + ], + [ + 18789.4736842105, + 3, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 18947.3684210526, + 1, + 0 + ], + [ + 19026.3157894737, + 0, + 0 + ], + [ + 19105.2631578947, + 1, + 0 + ], + [ + 19263.1578947368, + 2, + 0 + ], + [ + 19421.0526315789, + 0, + 0 + ], + [ + 19578.947368421, + 2, + 0 + ], + [ + 19736.8421052632, + 3, + 0 + ], + [ + 19894.7368421053, + 1, + 0 + ], + [ + 20052.6315789474, + 0, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 20210.5263157895, + 7, + 552.631578947368 + ], + [ + 21157.8947368421, + 0, + 0 + ], + [ + 20368.4210526316, + 0, + 0 + ], + [ + 20526.3157894737, + 3, + 0 + ], + [ + 20684.2105263158, + 2, + 0 + ], + [ + 20842.1052631579, + 1, + 0 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 21631.5789473684, + 2, + 0 + ], + [ + 21947.3684210526, + 1, + 0 + ], + [ + 21789.4736842105, + 3, + 0 + ], + [ + 22105.2631578947, + 2, + 0 + ], + [ + 22421.0526315789, + 0, + 0 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 22736.8421052632, + 0, + 0 + ], + [ + 23052.6315789474, + 1, + 0 + ], + [ + 23368.4210526316, + 3, + 0 + ], + [ + 23684.2105263158, + 1, + 0 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 24000, + 5, + 0 + ], + [ + 24078.9473684211, + 7, + 0 + ], + [ + 24157.8947368421, + 5, + 0 + ], + [ + 24315.7894736842, + 6, + 0 + ], + [ + 24631.5789473684, + 6, + 0 + ], + [ + 24947.3684210526, + 5, + 0 + ], + [ + 25105.2631578947, + 4, + 0 + ], + [ + 24473.6842105263, + 7, + 0 + ], + [ + 24789.4736842105, + 4, + 0 + ], + [ + 24631.5789473684, + 0, + 0 + ], + [ + 24000, + 2, + 0 + ], + [ + 24315.7894736842, + 3, + 0 + ], + [ + 24631.5789473684, + 1, + 0 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 25263.1578947368, + 3, + 0 + ], + [ + 26368.4210526316, + 3, + 0 + ], + [ + 25894.7368421053, + 0, + 0 + ], + [ + 26210.5263157895, + 1, + 0 + ], + [ + 25421.052631579, + 1, + 0 + ], + [ + 25578.9473684211, + 2, + 0 + ], + [ + 25736.8421052632, + 3, + 0 + ], + [ + 26052.6315789474, + 2, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 26526.3157894737, + 0, + 0 + ], + [ + 26605.2631578947, + 2, + 0 + ], + [ + 26684.2105263158, + 1, + 0 + ], + [ + 26842.1052631579, + 2, + 0 + ], + [ + 27000, + 3, + 0 + ], + [ + 27315.7894736842, + 1, + 0 + ], + [ + 27157.8947368421, + 0, + 0 + ], + [ + 27473.6842105263, + 0, + 0 + ], + [ + 27631.5789473684, + 1, + 0 + ], + [ + 27710.5263157895, + 3, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 28894.7368421053, + 3, + 0 + ], + [ + 27789.4736842105, + 0, + 0 + ], + [ + 27947.3684210526, + 1, + 0 + ], + [ + 28105.2631578947, + 0, + 0 + ], + [ + 28263.1578947369, + 3, + 0 + ], + [ + 28421.052631579, + 0, + 0 + ], + [ + 28578.9473684211, + 1, + 0 + ], + [ + 28736.8421052632, + 0, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 29052.6315789474, + 2, + 0 + ], + [ + 29131.5789473684, + 3, + 0 + ], + [ + 29210.5263157895, + 1, + 0 + ], + [ + 29368.4210526316, + 0, + 0 + ], + [ + 29447.3684210526, + 1, + 0 + ], + [ + 29526.3157894737, + 2, + 0 + ], + [ + 29684.2105263158, + 1, + 0 + ], + [ + 29842.1052631579, + 3, + 0 + ], + [ + 30000, + 0, + 0 + ], + [ + 30157.8947368421, + 1, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 30315.7894736842, + 2, + 0 + ], + [ + 30473.6842105263, + 0, + 0 + ], + [ + 30631.5789473684, + 2, + 0 + ], + [ + 31105.2631578947, + 3, + 0 + ], + [ + 31263.1578947369, + 3, + 0 + ], + [ + 31421.052631579, + 1, + 0 + ], + [ + 30947.3684210526, + 0, + 0 + ], + [ + 30789.4736842105, + 3, + 0 + ], + [ + 31184.2105263158, + 2, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 31578.9473684211, + 2, + 0 + ], + [ + 31736.8421052632, + 0, + 0 + ], + [ + 31815.7894736842, + 2, + 0 + ], + [ + 31894.7368421053, + 1, + 0 + ], + [ + 32052.6315789474, + 2, + 0 + ], + [ + 32210.5263157895, + 3, + 0 + ], + [ + 32368.4210526316, + 2, + 0 + ], + [ + 32684.2105263158, + 3, + 0 + ], + [ + 32526.3157894737, + 0, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 32842.1052631579, + 2, + 0 + ], + [ + 33000, + 0, + 0 + ], + [ + 33157.8947368421, + 1, + 0 + ], + [ + 33078.9473684211, + 2, + 0 + ], + [ + 33315.7894736842, + 0, + 0 + ], + [ + 33473.6842105263, + 3, + 0 + ], + [ + 33631.5789473684, + 1, + 0 + ], + [ + 33789.4736842105, + 2, + 0 + ], + [ + 33947.3684210526, + 3, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 34105.2631578947, + 1, + 0 + ], + [ + 34263.1578947369, + 0, + 0 + ], + [ + 34421.052631579, + 2, + 0 + ], + [ + 34578.9473684211, + 1, + 0 + ], + [ + 34736.8421052632, + 2, + 0 + ], + [ + 34815.7894736842, + 3, + 0 + ], + [ + 34894.7368421053, + 2, + 0 + ], + [ + 35052.6315789474, + 1, + 0 + ], + [ + 35210.5263157895, + 1, + 0 + ], + [ + 35131.5789473684, + 0, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 35368.4210526316, + 3, + 0 + ], + [ + 36000, + 3, + 0 + ], + [ + 35684.2105263158, + 2, + 0 + ], + [ + 35526.3157894737, + 1, + 0 + ], + [ + 35842.1052631579, + 0, + 0 + ], + [ + 36157.8947368421, + 1, + 0 + ], + [ + 36315.7894736842, + 2, + 0 + ], + [ + 36473.6842105263, + 0, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 36631.5789473684, + 3, + 0 + ], + [ + 36789.4736842105, + 1, + 0 + ], + [ + 36947.3684210526, + 2, + 0 + ], + [ + 37105.2631578947, + 0, + 0 + ], + [ + 37263.1578947368, + 3, + 0 + ], + [ + 37421.052631579, + 1, + 0 + ], + [ + 37578.9473684211, + 2, + 0 + ], + [ + 37736.8421052632, + 0, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 37973.6842105263, + 1, + 0 + ], + [ + 38210.5263157895, + 0, + 0 + ], + [ + 38368.4210526316, + 0, + 0 + ], + [ + 38526.3157894737, + 1, + 0 + ], + [ + 38684.2105263158, + 1, + 0 + ], + [ + 38921.052631579, + 0, + 0 + ], + [ + 38052.6315789474, + 2, + 0 + ], + [ + 37894.7368421053, + 2, + 0 + ], + [ + 38289.4736842105, + 3, + 0 + ], + [ + 38605.2631578947, + 3, + 0 + ], + [ + 38842.1052631579, + 2, + 0 + ], + [ + 39000, + 2, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 39236.8421052632, + 2, + 0 + ], + [ + 39473.6842105263, + 3, + 0 + ], + [ + 39631.5789473684, + 3, + 0 + ], + [ + 39789.4736842105, + 2, + 0 + ], + [ + 39947.3684210526, + 2, + 0 + ], + [ + 40184.2105263158, + 3, + 0 + ], + [ + 39315.7894736842, + 1, + 0 + ], + [ + 39157.8947368421, + 1, + 0 + ], + [ + 39552.6315789474, + 0, + 0 + ], + [ + 39868.4210526316, + 0, + 0 + ], + [ + 40105.2631578947, + 1, + 0 + ], + [ + 40263.1578947368, + 1, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 41368.4210526316, + 0, + 0 + ], + [ + 40578.9473684211, + 0, + 0 + ], + [ + 40736.8421052632, + 3, + 0 + ], + [ + 40894.7368421053, + 2, + 0 + ], + [ + 41052.6315789474, + 1, + 0 + ], + [ + 40421.0526315789, + 1, + 0 + ], + [ + 41368.4210526316, + 7, + 236.842105263158 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 41842.1052631579, + 6, + 0 + ], + [ + 42157.8947368421, + 5, + 0 + ], + [ + 42000, + 7, + 0 + ], + [ + 42315.7894736842, + 6, + 0 + ], + [ + 42631.5789473684, + 4, + 0 + ], + [ + 41684.2105263158, + 0, + 394.736842105263 + ], + [ + 42157.8947368421, + 3, + 0 + ], + [ + 42236.8421052632, + 2, + 0 + ], + [ + 42315.7894736842, + 3, + 394.736842105263 + ], + [ + 42789.4736842105, + 2, + 0 + ], + [ + 42868.4210526316, + 0, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 42947.3684210526, + 0, + 0 + ], + [ + 43263.1578947368, + 1, + 0 + ], + [ + 43578.9473684211, + 3, + 0 + ], + [ + 43894.7368421053, + 1, + 0 + ], + [ + 42947.3684210526, + 5, + 552.631578947368 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 44842.1052631579, + 0, + 0 + ], + [ + 44210.5263157895, + 2, + 0 + ], + [ + 44526.3157894737, + 3, + 0 + ], + [ + 44842.1052631579, + 1, + 0 + ], + [ + 44210.5263157895, + 7, + 394.736842105263 + ], + [ + 44684.2105263158, + 6, + 0 + ], + [ + 44842.1052631579, + 5, + 394.736842105263 + ], + [ + 45315.7894736842, + 7, + 0 + ], + [ + 45394.7368421053, + 4, + 0 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 45631.5789473684, + 5, + 0 + ], + [ + 45789.4736842105, + 7, + 0 + ], + [ + 45947.3684210526, + 6, + 0 + ], + [ + 46105.2631578947, + 4, + 0 + ], + [ + 46263.1578947368, + 6, + 0 + ], + [ + 46421.0526315789, + 5, + 0 + ], + [ + 45473.6842105263, + 2, + 0 + ], + [ + 45789.4736842105, + 2, + 0 + ], + [ + 46105.2631578947, + 2, + 0 + ], + [ + 46421.0526315789, + 2, + 0 + ], + [ + 46578.947368421, + 3, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 46736.8421052631, + 0, + 0 + ], + [ + 46815.7894736842, + 3, + 0 + ], + [ + 46894.7368421053, + 0, + 0 + ], + [ + 47052.6315789474, + 1, + 0 + ], + [ + 47210.5263157895, + 0, + 0 + ], + [ + 47368.4210526316, + 2, + 0 + ], + [ + 47526.3157894737, + 3, + 0 + ], + [ + 47684.2105263158, + 1, + 0 + ], + [ + 46736.8421052631, + 4, + 0 + ], + [ + 47052.6315789474, + 4, + 0 + ], + [ + 47368.4210526316, + 4, + 0 + ], + [ + 47684.2105263158, + 4, + 0 + ], + [ + 47842.1052631579, + 7, + 0 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 48157.8947368421, + 0, + 0 + ], + [ + 48315.7894736842, + 3, + 0 + ], + [ + 48473.6842105263, + 1, + 0 + ], + [ + 48631.5789473684, + 2, + 0 + ], + [ + 48789.4736842105, + 3, + 0 + ], + [ + 48947.3684210526, + 1, + 0 + ], + [ + 49105.2631578947, + 3, + 0 + ], + [ + 48315.7894736842, + 5, + 0 + ], + [ + 48631.5789473684, + 4, + 0 + ], + [ + 48947.3684210526, + 4, + 0 + ], + [ + 48000, + 5, + 0 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 49263.1578947368, + 7, + 0 + ], + [ + 49421.0526315789, + 5, + 0 + ], + [ + 49578.947368421, + 7, + 0 + ], + [ + 49894.7368421052, + 4, + 0 + ], + [ + 50210.5263157895, + 7, + 0 + ], + [ + 50368.4210526316, + 5, + 0 + ], + [ + 49578.947368421, + 4, + 0 + ], + [ + 49736.8421052631, + 6, + 0 + ], + [ + 49894.7368421052, + 5, + 0 + ], + [ + 50052.6315789474, + 6, + 0 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 50526.3157894737, + 3, + 236.842105263158 + ], + [ + 51315.7894736842, + 1, + 0 + ], + [ + 51473.6842105263, + 2, + 0 + ], + [ + 51631.5789473684, + 3, + 0 + ], + [ + 50842.1052631579, + 0, + 0 + ], + [ + 51157.8947368421, + 3, + 0 + ], + [ + 50921.0526315789, + 2, + 0 + ], + [ + 51000, + 1, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 51789.4736842105, + 2, + 0 + ], + [ + 51868.4210526316, + 1, + 0 + ], + [ + 51947.3684210526, + 0, + 0 + ], + [ + 52500, + 3, + 0 + ], + [ + 52578.947368421, + 0, + 0 + ], + [ + 52894.7368421052, + 1, + 0 + ], + [ + 52184.2105263158, + 1, + 0 + ], + [ + 52263.1578947368, + 0, + 0 + ], + [ + 52421.0526315789, + 2, + 0 + ], + [ + 52736.8421052631, + 2, + 0 + ], + [ + 52105.2631578947, + 3, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 53052.6315789473, + 3, + 0 + ], + [ + 53131.5789473684, + 2, + 0 + ], + [ + 53210.5263157895, + 1, + 0 + ], + [ + 53368.4210526316, + 0, + 0 + ], + [ + 53447.3684210526, + 3, + 0 + ], + [ + 53526.3157894737, + 2, + 0 + ], + [ + 53684.2105263158, + 3, + 0 + ], + [ + 53842.1052631579, + 1, + 0 + ], + [ + 54000, + 3, + 0 + ], + [ + 54078.947368421, + 2, + 0 + ], + [ + 54157.8947368421, + 1, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 54315.7894736842, + 2, + 0 + ], + [ + 54473.6842105263, + 3, + 0 + ], + [ + 54631.5789473684, + 1, + 0 + ], + [ + 54789.4736842105, + 0, + 0 + ], + [ + 54947.3684210526, + 3, + 236.842105263158 + ], + [ + 55263.1578947368, + 0, + 236.842105263158 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 55736.8421052631, + 1, + 0 + ], + [ + 55894.7368421052, + 2, + 0 + ], + [ + 56052.6315789473, + 3, + 0 + ], + [ + 56210.5263157894, + 2, + 0 + ], + [ + 56368.4210526316, + 0, + 0 + ], + [ + 56526.3157894737, + 1, + 0 + ], + [ + 56684.2105263158, + 1, + 0 + ], + [ + 55578.947368421, + 3, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 56842.1052631579, + 0, + 0 + ], + [ + 57157.8947368421, + 0, + 0 + ], + [ + 57473.6842105263, + 2, + 0 + ], + [ + 57631.5789473684, + 1, + 0 + ], + [ + 57394.7368421052, + 0, + 0 + ], + [ + 57315.7894736842, + 1, + 0 + ], + [ + 56921.0526315789, + 3, + 0 + ], + [ + 57000, + 2, + 0 + ], + [ + 57078.947368421, + 3, + 0 + ], + [ + 57236.8421052631, + 2, + 0 + ], + [ + 57789.4736842105, + 2, + 236.842105263158 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 58263.1578947368, + 0, + 0 + ], + [ + 58421.0526315789, + 3, + 0 + ], + [ + 58578.947368421, + 1, + 0 + ], + [ + 58736.8421052631, + 2, + 0 + ], + [ + 58894.7368421053, + 3, + 0 + ], + [ + 59052.6315789474, + 1, + 0 + ], + [ + 59210.5263157894, + 1, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 59368.4210526315, + 0, + 0 + ], + [ + 59447.3684210526, + 1, + 0 + ], + [ + 59526.3157894737, + 3, + 0 + ], + [ + 59605.2631578947, + 2, + 0 + ], + [ + 59684.2105263158, + 0, + 0 + ], + [ + 59763.1578947368, + 1, + 0 + ], + [ + 59842.1052631579, + 2, + 0 + ], + [ + 59921.0526315789, + 3, + 0 + ], + [ + 60000, + 0, + 0 + ], + [ + 60078.947368421, + 1, + 0 + ], + [ + 60236.8421052631, + 0, + 0 + ], + [ + 60157.8947368421, + 2, + 0 + ], + [ + 60315.7894736842, + 2, + 236.842105263158 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 60631.5789473684, + 2, + 0 + ], + [ + 60789.4736842105, + 2, + 0 + ], + [ + 61263.1578947368, + 2, + 0 + ], + [ + 61421.0526315789, + 0, + 0 + ], + [ + 61578.9473684211, + 3, + 0 + ], + [ + 61736.8421052632, + 2, + 0 + ], + [ + 60947.3684210526, + 0, + 0 + ], + [ + 61105.2631578947, + 1, + 0 + ], + [ + 60631.5789473684, + 7, + 552.631578947368 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 61894.7368421053, + 1, + 0 + ], + [ + 62052.6315789474, + 2, + 0 + ], + [ + 62526.3157894737, + 2, + 0 + ], + [ + 62210.5263157895, + 1, + 0 + ], + [ + 62368.4210526316, + 3, + 0 + ], + [ + 63000, + 3, + 0 + ], + [ + 62842.1052631579, + 0, + 0 + ], + [ + 61894.7368421052, + 7, + 552.631578947368 + ], + [ + 62526.3157894736, + 4, + 236.842105263158 + ], + [ + 62842.1052631579, + 5, + 0 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 63157.8947368421, + 2, + 0 + ], + [ + 63315.7894736842, + 2, + 0 + ], + [ + 63789.4736842105, + 2, + 0 + ], + [ + 63947.3684210526, + 0, + 0 + ], + [ + 64105.2631578947, + 3, + 0 + ], + [ + 64263.1578947368, + 2, + 0 + ], + [ + 63473.6842105263, + 0, + 0 + ], + [ + 63631.5789473684, + 1, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 64421.0526315789, + 1, + 0 + ], + [ + 64578.9473684211, + 2, + 0 + ], + [ + 65052.6315789474, + 2, + 0 + ], + [ + 64736.8421052632, + 1, + 0 + ], + [ + 64894.7368421053, + 3, + 0 + ], + [ + 65526.3157894737, + 3, + 0 + ], + [ + 65368.4210526316, + 0, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 65684.2105263158, + 2, + 0 + ], + [ + 66000, + 3, + 0 + ], + [ + 66078.9473684211, + 2, + 0 + ], + [ + 66157.8947368421, + 0, + 0 + ], + [ + 66315.7894736842, + 1, + 0 + ], + [ + 66631.5789473684, + 2, + 0 + ], + [ + 65684.2105263157, + 6, + 0 + ], + [ + 66000, + 6, + 0 + ], + [ + 66315.7894736842, + 6, + 0 + ], + [ + 66631.5789473684, + 6, + 0 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 66947.3684210526, + 1, + 0 + ], + [ + 67578.9473684211, + 3, + 0 + ], + [ + 67263.1578947368, + 0, + 0 + ], + [ + 67421.0526315789, + 0, + 0 + ], + [ + 67736.8421052632, + 3, + 0 + ], + [ + 67894.7368421053, + 3, + 0 + ], + [ + 68052.6315789474, + 3, + 0 + ], + [ + 66947.3684210526, + 7, + 0 + ], + [ + 67263.1578947368, + 7, + 0 + ], + [ + 67578.947368421, + 7, + 0 + ], + [ + 67894.7368421052, + 6, + 0 + ], + [ + 67973.6842105263, + 4, + 0 + ], + [ + 68052.6315789473, + 5, + 0 + ], + [ + 68131.5789473684, + 7, + 0 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 68210.5263157895, + 2, + 0 + ], + [ + 68526.3157894737, + 3, + 0 + ], + [ + 68605.2631578947, + 2, + 0 + ], + [ + 68842.1052631579, + 1, + 0 + ], + [ + 69157.8947368421, + 2, + 0 + ], + [ + 68684.2105263157, + 0, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 69473.6842105263, + 1, + 0 + ], + [ + 69789.4736842105, + 0, + 0 + ], + [ + 69947.3684210526, + 0, + 0 + ], + [ + 70105.2631578947, + 3, + 0 + ], + [ + 70263.1578947368, + 1, + 0 + ], + [ + 70421.0526315789, + 3, + 0 + ], + [ + 70578.947368421, + 1, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 70736.8421052631, + 2, + 0 + ], + [ + 70894.7368421053, + 2, + 0 + ], + [ + 71052.6315789474, + 2, + 0 + ], + [ + 71210.5263157895, + 3, + 0 + ], + [ + 71368.4210526316, + 0, + 710.526315789474 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 72157.8947368421, + 5, + 0 + ], + [ + 72315.7894736842, + 6, + 236.842105263158 + ], + [ + 72631.5789473684, + 7, + 0 + ], + [ + 72789.4736842105, + 4, + 0 + ], + [ + 72947.3684210526, + 7, + 0 + ], + [ + 73105.2631578947, + 4, + 0 + ], + [ + 71999.9999999999, + 0, + 236.842105263158 + ], + [ + 72631.5789473684, + 3, + 236.842105263158 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 73894.7368421053, + 1, + 0 + ], + [ + 74210.5263157895, + 1, + 0 + ], + [ + 73578.9473684211, + 3, + 236.842105263158 + ], + [ + 74368.4210526316, + 0, + 0 + ], + [ + 73263.1578947368, + 5, + 236.842105263158 + ], + [ + 73815.7894736842, + 5, + 0 + ], + [ + 73736.8421052631, + 4, + 0 + ], + [ + 73894.7368421052, + 6, + 394.736842105263 + ], + [ + 74368.4210526315, + 4, + 0 + ], + [ + 74447.3684210526, + 5, + 0 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 74526.3157894737, + 3, + 0 + ], + [ + 74684.2105263158, + 2, + 0 + ], + [ + 74842.1052631579, + 0, + 0 + ], + [ + 75000, + 1, + 0 + ], + [ + 75157.8947368421, + 3, + 552.631578947368 + ], + [ + 74526.3157894736, + 7, + 236.842105263158 + ], + [ + 74999.9999999999, + 6, + 0 + ], + [ + 75078.947368421, + 4, + 0 + ], + [ + 75157.894736842, + 5, + 236.842105263158 + ], + [ + 75473.6842105262, + 7, + 236.842105263158 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 75789.4736842105, + 2, + 0 + ], + [ + 76421.0526315789, + 1, + 236.842105263158 + ], + [ + 76736.8421052631, + 2, + 236.842105263158 + ], + [ + 75947.3684210526, + 2, + 0 + ], + [ + 76105.2631578947, + 2, + 0 + ], + [ + 76263.1578947368, + 3, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 77052.6315789474, + 1, + 0 + ], + [ + 77210.5263157895, + 0, + 0 + ], + [ + 77368.4210526316, + 2, + 0 + ], + [ + 77684.2105263158, + 3, + 0 + ], + [ + 77842.1052631579, + 0, + 0 + ], + [ + 78000, + 3, + 0 + ], + [ + 78157.8947368421, + 0, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 78631.5789473684, + 1, + 236.842105263158 + ], + [ + 78947.3684210526, + 0, + 236.842105263158 + ], + [ + 79263.1578947368, + 2, + 0 + ], + [ + 79421.0526315789, + 3, + 0 + ], + [ + 78315.7894736841, + 1, + 0 + ], + [ + 78394.7368421052, + 3, + 0 + ], + [ + 78473.6842105262, + 2, + 0 + ], + [ + 78552.6315789473, + 0, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 79578.947368421, + 2, + 0 + ], + [ + 79736.8421052631, + 0, + 0 + ], + [ + 79894.7368421052, + 2, + 0 + ], + [ + 80052.6315789473, + 3, + 0 + ], + [ + 80210.5263157894, + 2, + 552.631578947368, + "Hey!" + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 80842.1052631578, + 0, + 0 + ], + [ + 80921.0526315789, + 3, + 0 + ], + [ + 81631.5789473683, + 0, + 0 + ], + [ + 80999.9999999999, + 1, + 0 + ], + [ + 81473.6842105262, + 3, + 0 + ], + [ + 81789.4736842104, + 1, + 236.842105263158 + ], + [ + 81789.4736842104, + 7, + 236.842105263158 + ], + [ + 81157.894736842, + 2, + 236.842105263158 + ] + ], + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 82105.2631578947, + 7, + 236.842105263158 + ], + [ + 82578.947368421, + 5, + 0 + ], + [ + 82736.8421052631, + 7, + 236.842105263158 + ], + [ + 83052.6315789473, + 4, + 0 + ], + [ + 83131.5789473683, + 6, + 0 + ], + [ + 83210.5263157894, + 5, + 0 + ], + [ + 83289.4736842104, + 4, + 0 + ], + [ + 82105.2631578947, + 1, + 394.736842105263 + ], + [ + 82657.894736842, + 3, + 0 + ], + [ + 82736.8421052631, + 0, + 236.842105263158 + ], + [ + 82578.947368421, + 2, + 0 + ], + [ + 83052.6315789473, + 1, + 0 + ], + [ + 83210.5263157894, + 3, + 0 + ], + [ + 82421.0526315789, + 6, + 0 + ] + ], + "typeOfSection": 0, + "lengthInSteps": 16, + "gfSection": false, + "altAnim": false, + "mustHitSection": false, + "changeBPM": false, + "bpm": 180 + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [ + [ + 83368.4210526315, + 2, + 0 + ], + [ + 83526.3157894736, + 2, + 0 + ], + [ + 83842.1052631578, + 3, + 0 + ], + [ + 83999.9999999999, + 1, + 0 + ], + [ + 84078.947368421, + 0, + 0 + ], + [ + 84157.894736842, + 1, + 0 + ], + [ + 83368.4210526315, + 7, + 631.578947368421 + ], + [ + 83763.1578947368, + 1, + 0 + ], + [ + 83684.2105263157, + 3, + 0 + ], + [ + 83447.3684210526, + 0, + 0 + ], + [ + 84315.7894736841, + 2, + 0 + ], + [ + 84394.7368421052, + 3, + 0 + ], + [ + 84473.6842105262, + 2, + 0 + ] + ], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [ + [ + 84631.5789473683, + 3, + 0 + ], + [ + 84789.4736842104, + 0, + 0 + ], + [ + 85263.1578947368, + 2, + 0 + ], + [ + 85421.0526315789, + 2, + 0 + ], + [ + 85815.7894736841, + 0, + 0 + ], + [ + 84631.5789473683, + 5, + 394.736842105263 + ], + [ + 85263.1578947368, + 6, + 394.736842105263 + ], + [ + 85736.8421052631, + 7, + 0 + ], + [ + 85815.7894736841, + 5, + 0 + ], + [ + 85105.2631578947, + 4, + 0 + ], + [ + 84947.3684210526, + 3, + 0 + ], + [ + 85342.1052631578, + 3, + 0 + ], + [ + 85499.9999999999, + 0, + 0 + ], + [ + 85578.947368421, + 2, + 0 + ], + [ + 85657.894736842, + 3, + 0 + ], + [ + 85736.8421052631, + 2, + 0 + ] + ], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [ + [ + 85894.7368421052, + 2, + 236.842105263158 + ], + [ + 86210.5263157894, + 3, + 0 + ], + [ + 86289.4736842104, + 1, + 0 + ], + [ + 86368.4210526315, + 0, + 236.842105263158 + ], + [ + 86684.2105263157, + 2, + 0 + ], + [ + 86763.1578947368, + 3, + 0 + ], + [ + 86842.1052631578, + 1, + 236.842105263158 + ], + [ + 85894.7368421052, + 4, + 0 + ], + [ + 86210.5263157894, + 4, + 0 + ], + [ + 86526.3157894736, + 4, + 0 + ], + [ + 86842.1052631578, + 4, + 0 + ], + [ + 86999.9999999999, + 6, + 0 + ] + ], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [ + [ + 87157.894736842, + 2, + 0 + ], + [ + 87473.6842105262, + 2, + 0 + ], + [ + 87631.5789473683, + 0, + 0 + ], + [ + 87315.7894736841, + 1, + 0 + ], + [ + 88184.2105263157, + 1, + 0 + ], + [ + 87157.894736842, + 5, + 0 + ], + [ + 87473.6842105262, + 5, + 0 + ], + [ + 87789.4736842104, + 5, + 0 + ], + [ + 88105.2631578946, + 5, + 0 + ], + [ + 88263.1578947368, + 4, + 0 + ], + [ + 87789.4736842104, + 1, + 0 + ], + [ + 87868.4210526315, + 3, + 0 + ], + [ + 87947.3684210525, + 2, + 0 + ], + [ + 88105.2631578946, + 0, + 0 + ], + [ + 88263.1578947368, + 0, + 0 + ] + ], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [ + [ + 88894.7368421052, + 3, + 0 + ], + [ + 88657.894736842, + 2, + 0 + ], + [ + 88421.0526315789, + 3, + 0 + ], + [ + 88578.947368421, + 3, + 0 + ], + [ + 88973.6842105262, + 2, + 0 + ], + [ + 89052.6315789473, + 0, + 0 + ], + [ + 88736.8421052631, + 1, + 0 + ], + [ + 89210.5263157894, + 3, + 0 + ], + [ + 89368.4210526315, + 1, + 0 + ], + [ + 89526.3157894736, + 2, + 0 + ], + [ + 88736.8421052631, + 6, + 0 + ], + [ + 88421.0526315789, + 6, + 0 + ], + [ + 89052.6315789473, + 7, + 0 + ], + [ + 89368.4210526315, + 7, + 0 + ] + ], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [ + [ + 90157.894736842, + 5, + 0 + ], + [ + 89842.1052631578, + 5, + 0 + ], + [ + 89684.2105263157, + 7, + 0 + ], + [ + 89999.9999999999, + 6, + 0 + ], + [ + 90315.7894736841, + 4, + 0 + ], + [ + 90473.6842105262, + 7, + 0 + ], + [ + 90631.5789473683, + 5, + 0 + ], + [ + 90789.4736842104, + 7, + 0 + ], + [ + 89684.2105263157, + 0, + 0 + ], + [ + 89842.1052631578, + 1, + 0 + ], + [ + 89999.9999999999, + 2, + 0 + ], + [ + 90157.894736842, + 1, + 0 + ], + [ + 90315.7894736841, + 3, + 0 + ], + [ + 90473.6842105262, + 0, + 0 + ], + [ + 90631.5789473683, + 1, + 0 + ], + [ + 90789.4736842104, + 0, + 0 + ] + ], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [ + [ + 91105.2631578946, + 3, + 0 + ], + [ + 91421.0526315789, + 1, + 0 + ], + [ + 90947.3684210525, + 5, + 710.526315789474 + ], + [ + 91578.947368421, + 3, + 0 + ], + [ + 91736.8421052631, + 2, + 0 + ], + [ + 90947.3684210525, + 0, + 0 + ], + [ + 91263.1578947368, + 2, + 0 + ], + [ + 91894.7368421052, + 1, + 0 + ], + [ + 92052.6315789473, + 0, + 0 + ] + ], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [ + [ + 92210.5263157894, + 7, + 868.421052631579 + ], + [ + 92210.5263157894, + 3, + 0 + ], + [ + 92368.4210526315, + 2, + 0 + ], + [ + 92684.2105263157, + 3, + 0 + ], + [ + 92842.1052631578, + 2, + 0 + ], + [ + 92526.3157894736, + 0, + 0 + ], + [ + 92999.9999999999, + 1, + 0 + ], + [ + 93157.894736842, + 0, + 0 + ], + [ + 93315.7894736841, + 1, + 0 + ] + ], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [ + [ + 93473.6842105262, + 3, + 0 + ], + [ + 94105.2631578946, + 3, + 0 + ], + [ + 93473.6842105262, + 6, + 947.368421052631 + ], + [ + 93789.4736842104, + 3, + 0 + ], + [ + 94263.1578947367, + 0, + 0 + ], + [ + 94421.0526315788, + 2, + 0 + ], + [ + 94578.947368421, + 0, + 0 + ], + [ + 93631.5789473683, + 2, + 0 + ], + [ + 93947.3684210525, + 2, + 0 + ] + ], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [ + [ + 94736.8421052631, + 1, + 0 + ], + [ + 95052.6315789473, + 3, + 0 + ], + [ + 94894.7368421052, + 0, + 0 + ], + [ + 95210.5263157894, + 0, + 0 + ], + [ + 95526.3157894736, + 1, + 0 + ], + [ + 95684.2105263157, + 3, + 0 + ], + [ + 94736.8421052631, + 4, + 868.421052631579 + ], + [ + 95368.4210526315, + 3, + 0 + ], + [ + 95842.1052631578, + 2, + 0 + ] + ], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [ + [ + 95999.9999999999, + 3, + 0 + ], + [ + 96078.947368421, + 1, + 0 + ], + [ + 96315.7894736841, + 0, + 0 + ], + [ + 96394.7368421052, + 1, + 0 + ], + [ + 96473.6842105262, + 3, + 0 + ], + [ + 96631.5789473683, + 1, + 0 + ], + [ + 96710.5263157894, + 2, + 0 + ], + [ + 96789.4736842104, + 0, + 0 + ], + [ + 96947.3684210525, + 2, + 0 + ], + [ + 97026.3157894736, + 1, + 0 + ], + [ + 97105.2631578946, + 3, + 0 + ], + [ + 95999.9999999999, + 7, + 631.578947368421 + ], + [ + 96157.894736842, + 2, + 0 + ] + ], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [ + [ + 97263.1578947367, + 2, + 0 + ], + [ + 97342.1052631578, + 3, + 0 + ], + [ + 97499.9999999999, + 0, + 0 + ], + [ + 97578.947368421, + 3, + 0 + ], + [ + 97421.0526315788, + 1, + 0 + ], + [ + 97657.894736842, + 2, + 0 + ], + [ + 97736.8421052631, + 3, + 0 + ], + [ + 98131.5789473683, + 2, + 0 + ], + [ + 98210.5263157894, + 3, + 236.842105263158 + ], + [ + 97815.7894736841, + 0, + 0 + ], + [ + 97894.7368421052, + 1, + 0 + ], + [ + 97973.6842105262, + 0, + 0 + ], + [ + 98052.6315789473, + 1, + 0 + ] + ], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [ + [ + 98526.3157894736, + 0, + 0 + ], + [ + 98605.2631578946, + 3, + 0 + ], + [ + 98684.2105263157, + 2, + 0 + ], + [ + 98763.1578947367, + 1, + 0 + ], + [ + 98842.1052631578, + 3, + 0 + ], + [ + 98921.0526315788, + 2, + 0 + ], + [ + 98999.9999999999, + 3, + 0 + ], + [ + 99078.947368421, + 1, + 0 + ], + [ + 99157.894736842, + 0, + 0 + ], + [ + 99394.7368421052, + 1, + 0 + ], + [ + 99473.6842105262, + 0, + 236.842105263158 + ], + [ + 99236.8421052631, + 3, + 0 + ], + [ + 99315.7894736841, + 2, + 0 + ] + ], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [ + [ + 99789.4736842104, + 3, + 0 + ], + [ + 99868.4210526315, + 2, + 0 + ], + [ + 99947.3684210525, + 1, + 0 + ], + [ + 100026.315789474, + 3, + 0 + ], + [ + 100184.210526316, + 3, + 0 + ], + [ + 100105.263157895, + 2, + 0 + ], + [ + 100421.052631579, + 1, + 0 + ], + [ + 100263.157894737, + 2, + 0 + ], + [ + 100342.105263158, + 0, + 0 + ], + [ + 100500, + 2, + 0 + ], + [ + 100578.947368421, + 3, + 0 + ], + [ + 100657.894736842, + 1, + 0 + ], + [ + 100736.842105263, + 2, + 236.842105263158 + ] + ], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [ + [ + 101052.631578947, + 3, + 0 + ], + [ + 101210.526315789, + 0, + 0 + ], + [ + 101526.315789474, + 1, + 0 + ], + [ + 101684.210526316, + 0, + 0 + ], + [ + 101842.105263158, + 3, + 0 + ], + [ + 102000, + 2, + 0 + ], + [ + 102157.894736842, + 3, + 0 + ], + [ + 101368.421052631, + 3, + 0 + ] + ], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [ + [ + 102315.789473684, + 0, + 0 + ], + [ + 102473.684210526, + 1, + 0 + ], + [ + 102947.368421053, + 1, + 0 + ], + [ + 103105.263157895, + 3, + 0 + ], + [ + 103421.052631579, + 1, + 0 + ], + [ + 102789.47368421, + 0, + 0 + ], + [ + 103263.157894737, + 2, + 0 + ], + [ + 102631.578947368, + 3, + 0 + ] + ], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [ + [ + 103578.947368421, + 3, + 236.842105263158 + ], + [ + 103894.736842105, + 0, + 0 + ], + [ + 104368.421052631, + 0, + 0 + ], + [ + 104526.315789474, + 2, + 0 + ], + [ + 104684.210526316, + 0, + 0 + ], + [ + 104052.631578947, + 3, + 0 + ], + [ + 104210.526315789, + 1, + 0 + ] + ], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [ + [ + 105000, + 1, + 0 + ], + [ + 105473.684210526, + 3, + 0 + ], + [ + 105631.578947368, + 1, + 0 + ], + [ + 104842.105263158, + 3, + 0 + ], + [ + 105157.894736842, + 2, + 0 + ], + [ + 105315.789473684, + 1, + 0 + ], + [ + 105789.47368421, + 0, + 0 + ], + [ + 105947.368421053, + 3, + 0 + ] + ], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [ + [ + 106105.263157895, + 2, + 236.842105263158 + ], + [ + 106736.842105263, + 3, + 0 + ], + [ + 106894.736842105, + 3, + 0 + ], + [ + 106578.947368421, + 0, + 0 + ], + [ + 107210.526315789, + 2, + 0 + ], + [ + 106421.052631579, + 3, + 0 + ], + [ + 107052.631578947, + 1, + 0 + ] + ], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [ + [ + 107684.210526316, + 2, + 0 + ], + [ + 108000, + 1, + 0 + ], + [ + 108157.894736842, + 2, + 0 + ], + [ + 108473.684210526, + 1, + 0 + ], + [ + 108315.789473684, + 3, + 0 + ], + [ + 107368.421052631, + 1, + 0 + ], + [ + 107417.763157895, + 0, + 0 + ] + ], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [ + [ + 108631.578947368, + 3, + 236.842105263158 + ], + [ + 108947.368421053, + 0, + 0 + ], + [ + 109105.263157895, + 3, + 0 + ], + [ + 109263.157894737, + 1, + 0 + ], + [ + 109421.052631579, + 3, + 0 + ], + [ + 109578.947368421, + 2, + 0 + ], + [ + 109736.842105263, + 1, + 0 + ] + ], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [ + [ + 109894.736842105, + 3, + 0 + ], + [ + 110052.631578947, + 2, + 0 + ], + [ + 110368.421052631, + 2, + 0 + ], + [ + 110210.526315789, + 1, + 0 + ], + [ + 110526.315789474, + 0, + 0 + ], + [ + 110842.105263158, + 1, + 0 + ], + [ + 111000, + 2, + 0 + ], + [ + 110684.210526316, + 3, + 0 + ] + ], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [ + [ + 111236.842105263, + 6, + 0 + ], + [ + 111315.789473684, + 7, + 0 + ], + [ + 111394.736842105, + 4, + 0 + ], + [ + 111473.684210526, + 5, + 0 + ], + [ + 111552.631578947, + 7, + 0 + ], + [ + 111631.578947368, + 6, + 0 + ], + [ + 111710.526315789, + 7, + 0 + ], + [ + 112105.263157895, + 7, + 236.842105263158 + ], + [ + 111789.47368421, + 5, + 236.842105263158 + ], + [ + 111157.894736842, + 3, + 236.842105263158 + ], + [ + 111473.684210526, + 0, + 0 + ], + [ + 111631.578947368, + 1, + 0 + ], + [ + 111947.368421052, + 3, + 0 + ], + [ + 112263.157894737, + 3, + 0 + ], + [ + 111157.894736842, + 5, + 0 + ] + ], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [ + [ + 112421.052631579, + 0, + 0 + ], + [ + 112578.947368421, + 1, + 0 + ], + [ + 112657.894736842, + 3, + 0 + ], + [ + 112500, + 2, + 0 + ], + [ + 112736.842105263, + 2, + 0 + ], + [ + 112815.789473684, + 0, + 0 + ], + [ + 112894.736842105, + 1, + 0 + ], + [ + 112973.684210526, + 3, + 0 + ], + [ + 113052.631578947, + 0, + 236.842105263158 + ], + [ + 113368.421052631, + 1, + 236.842105263158 + ], + [ + 112421.052631579, + 4, + 0 + ], + [ + 112578.947368421, + 5, + 0 + ], + [ + 112736.842105263, + 6, + 0 + ], + [ + 112894.736842105, + 7, + 0 + ], + [ + 113052.631578947, + 6, + 0 + ], + [ + 113210.526315789, + 5, + 0 + ], + [ + 113368.421052631, + 4, + 0 + ], + [ + 113526.315789474, + 5, + 0 + ] + ], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [ + [ + 113684.210526316, + 3, + 0 + ], + [ + 113763.157894737, + 2, + 0 + ], + [ + 113842.105263158, + 1, + 0 + ], + [ + 113921.052631579, + 3, + 0 + ], + [ + 114000, + 0, + 0 + ], + [ + 114236.842105263, + 3, + 0 + ], + [ + 114315.789473684, + 0, + 236.842105263158 + ], + [ + 114078.947368421, + 1, + 0 + ], + [ + 114157.894736842, + 2, + 0 + ], + [ + 114631.578947368, + 2, + 236.842105263158 + ], + [ + 113684.210526316, + 4, + 236.842105263158 + ], + [ + 114000, + 7, + 0 + ], + [ + 114157.894736842, + 5, + 0 + ], + [ + 114473.684210526, + 7, + 0 + ], + [ + 114789.47368421, + 7, + 0 + ] + ], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [ + [ + 114947.368421052, + 3, + 0 + ], + [ + 115026.315789474, + 2, + 0 + ], + [ + 115105.263157895, + 1, + 0 + ], + [ + 115184.210526316, + 0, + 0 + ], + [ + 115263.157894737, + 2, + 0 + ], + [ + 115342.105263158, + 1, + 0 + ], + [ + 115421.052631579, + 0, + 0 + ], + [ + 115894.736842105, + 1, + 236.842105263158 + ], + [ + 115500, + 2, + 0 + ], + [ + 115578.947368421, + 3, + 236.842105263158 + ], + [ + 114947.368421052, + 4, + 0 + ], + [ + 115105.263157895, + 6, + 0 + ], + [ + 115263.157894737, + 5, + 0 + ], + [ + 115421.052631579, + 6, + 0 + ], + [ + 115894.736842105, + 5, + 236.842105263158 + ], + [ + 115578.947368421, + 4, + 236.842105263158 + ] + ], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [ + [ + 116210.526315789, + 2, + 0 + ], + [ + 116289.47368421, + 3, + 0 + ], + [ + 116368.421052631, + 0, + 0 + ], + [ + 116447.368421052, + 1, + 0 + ], + [ + 116526.315789474, + 3, + 0 + ], + [ + 116605.263157895, + 2, + 0 + ], + [ + 116684.210526316, + 3, + 0 + ], + [ + 116763.157894737, + 1, + 0 + ], + [ + 117000, + 0, + 0 + ], + [ + 117078.947368421, + 2, + 0 + ], + [ + 116842.105263158, + 0, + 0 + ], + [ + 116921.052631579, + 1, + 0 + ], + [ + 117157.894736842, + 3, + 236.842105263158 + ], + [ + 116210.526315789, + 6, + 552.631578947368 + ] + ], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [ + [ + 117473.684210526, + 0, + 0 + ], + [ + 117631.578947368, + 1, + 0 + ], + [ + 117789.47368421, + 2, + 0 + ], + [ + 117947.368421052, + 0, + 0 + ], + [ + 118105.263157895, + 2, + 236.842105263158 + ], + [ + 118421.052631579, + 3, + 236.842105263158 + ] + ], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [ + [ + 118736.842105263, + 0, + 0 + ], + [ + 118815.789473684, + 2, + 0 + ], + [ + 118894.736842105, + 1, + 0 + ], + [ + 118973.684210526, + 0, + 0 + ], + [ + 119052.631578947, + 3, + 0 + ], + [ + 119131.578947368, + 2, + 0 + ], + [ + 119210.526315789, + 1, + 0 + ], + [ + 119289.47368421, + 3, + 0 + ], + [ + 119368.421052631, + 0, + 0 + ], + [ + 119447.368421052, + 1, + 0 + ], + [ + 119526.315789474, + 3, + 0 + ], + [ + 119605.263157895, + 2, + 0 + ], + [ + 119684.210526316, + 0, + 236.842105263158 + ] + ], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [ + [ + 120000, + 3, + 0 + ], + [ + 120078.947368421, + 2, + 0 + ], + [ + 120157.894736842, + 0, + 0 + ], + [ + 120236.842105263, + 1, + 0 + ], + [ + 120315.789473684, + 3, + 0 + ], + [ + 120394.736842105, + 2, + 0 + ], + [ + 120473.684210526, + 0, + 0 + ], + [ + 120552.631578947, + 1, + 0 + ], + [ + 120631.578947368, + 0, + 0 + ], + [ + 120947.368421052, + 0, + 236.842105263158, + "No Animation" + ], + [ + 120868.421052631, + 3, + 0 + ], + [ + 120710.526315789, + 1, + 0 + ], + [ + 120789.47368421, + 2, + 0 + ] + ], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [ + [ + 121263.157894737, + 2, + 0 + ], + [ + 121421.052631579, + 2, + 0 + ], + [ + 121894.736842105, + 2, + 0 + ], + [ + 122052.631578947, + 0, + 0 + ], + [ + 122210.526315789, + 3, + 0 + ], + [ + 122368.421052632, + 2, + 0 + ], + [ + 121578.947368421, + 0, + 0 + ], + [ + 121736.842105263, + 1, + 0 + ], + [ + 121263.157894737, + 6, + 552.631578947368 + ] + ], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [ + [ + 122526.315789474, + 1, + 0 + ], + [ + 123157.894736842, + 2, + 0 + ], + [ + 123473.684210526, + 2, + 0 + ], + [ + 122684.210526316, + 0, + 0 + ], + [ + 122842.105263158, + 3, + 0 + ], + [ + 123000, + 1, + 0 + ] + ], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [ + [ + 123789.473684211, + 2, + 0 + ], + [ + 123947.368421053, + 2, + 0 + ], + [ + 124421.052631579, + 2, + 0 + ], + [ + 124578.947368421, + 0, + 0 + ], + [ + 124736.842105263, + 3, + 0 + ], + [ + 124894.736842105, + 2, + 0 + ], + [ + 124105.263157895, + 0, + 0 + ], + [ + 124263.157894737, + 1, + 0 + ] + ], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [ + [ + 125052.631578947, + 1, + 0 + ], + [ + 125684.210526316, + 2, + 0 + ], + [ + 126000, + 2, + 0 + ], + [ + 125210.526315789, + 0, + 0 + ], + [ + 125368.421052631, + 3, + 0 + ], + [ + 125526.315789474, + 1, + 0 + ] + ], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [ + [ + 126315.789473684, + 2, + 0 + ], + [ + 126631.578947368, + 3, + 0 + ], + [ + 126710.526315789, + 2, + 0 + ], + [ + 126789.473684211, + 0, + 0 + ], + [ + 126947.368421053, + 1, + 0 + ], + [ + 127263.157894737, + 2, + 0 + ] + ], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [ + [ + 127578.947368421, + 1, + 0 + ], + [ + 127894.736842105, + 1, + 0 + ], + [ + 128210.526315789, + 1, + 0 + ] + ], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [ + [ + 128842.105263158, + 6, + 0 + ], + [ + 129157.894736842, + 7, + 0 + ], + [ + 129236.842105263, + 6, + 0 + ], + [ + 129315.789473684, + 4, + 0 + ], + [ + 129473.684210526, + 5, + 0 + ], + [ + 129789.473684211, + 6, + 0 + ] + ], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [ + [ + 130105.263157895, + 1, + 0 + ], + [ + 130421.052631579, + 1, + 0 + ], + [ + 130736.842105263, + 1, + 0 + ] + ], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": false + }, + { + "sectionNotes": [], + "typeOfSection": 0, + "lengthInSteps": 16, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 190 + }, + { + "sectionNotes": [], + "typeOfSection": 0, + "lengthInSteps": 16, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 190 + }, + { + "sectionNotes": [], + "typeOfSection": 0, + "lengthInSteps": 16, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 190 + }, + { + "sectionNotes": [], + "typeOfSection": 0, + "lengthInSteps": 16, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 190 + }, + { + "sectionNotes": [], + "typeOfSection": 0, + "lengthInSteps": 16, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 190 + }, + { + "sectionNotes": [], + "typeOfSection": 0, + "lengthInSteps": 16, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 190 + }, + { + "sectionNotes": [], + "typeOfSection": 0, + "lengthInSteps": 16, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 190 + }, + { + "sectionNotes": [], + "typeOfSection": 0, + "lengthInSteps": 16, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 190 + }, + { + "sectionNotes": [], + "typeOfSection": 0, + "lengthInSteps": 16, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 190 + }, + { + "sectionNotes": [], + "typeOfSection": 0, + "lengthInSteps": 16, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 190 + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "sectionNotes": [], + "typeOfSection": 0, + "lengthInSteps": 16, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 190 + }, + { + "sectionNotes": [], + "typeOfSection": 0, + "lengthInSteps": 16, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 190 + }, + { + "sectionNotes": [], + "typeOfSection": 0, + "lengthInSteps": 16, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 190 + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "sectionNotes": [], + "typeOfSection": 0, + "lengthInSteps": 16, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 190 + }, + { + "sectionNotes": [], + "typeOfSection": 0, + "lengthInSteps": 16, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 190 + }, + { + "sectionNotes": [], + "typeOfSection": 0, + "lengthInSteps": 16, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 190 + }, + { + "sectionNotes": [], + "typeOfSection": 0, + "lengthInSteps": 16, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 190 + }, + { + "sectionNotes": [], + "typeOfSection": 0, + "lengthInSteps": 16, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 190 + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [], + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "sectionBeats": 4, + "sectionNotes": [], + "typeOfSection": 0, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 190 + }, + { + "sectionBeats": 4, + "sectionNotes": [], + "typeOfSection": 0, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 190 + }, + { + "sectionBeats": 4, + "sectionNotes": [], + "typeOfSection": 0, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 190 + }, + { + "sectionBeats": 4, + "sectionNotes": [], + "typeOfSection": 0, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 190 + }, + { + "sectionBeats": 4, + "sectionNotes": [], + "typeOfSection": 0, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 190 + }, + { + "sectionBeats": 4, + "sectionNotes": [], + "typeOfSection": 0, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 190 + }, + { + "sectionBeats": 4, + "sectionNotes": [], + "typeOfSection": 0, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 190 + }, + { + "sectionBeats": 4, + "sectionNotes": [], + "typeOfSection": 0, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 190 + }, + { + "sectionBeats": 4, + "sectionNotes": [], + "typeOfSection": 0, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 190 + }, + { + "sectionBeats": 4, + "sectionNotes": [], + "typeOfSection": 0, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 190 + }, + { + "sectionBeats": 4, + "sectionNotes": [], + "typeOfSection": 0, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 190 + }, + { + "sectionBeats": 4, + "sectionNotes": [], + "typeOfSection": 0, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 190 + }, + { + "sectionBeats": 4, + "sectionNotes": [], + "typeOfSection": 0, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 190 + }, + { + "sectionBeats": 4, + "sectionNotes": [], + "typeOfSection": 0, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 190 + }, + { + "sectionBeats": 4, + "sectionNotes": [], + "typeOfSection": 0, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 190 + }, + { + "sectionBeats": 4, + "sectionNotes": [], + "typeOfSection": 0, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 190 + }, + { + "typeOfSection": 0, + "sectionNotes": [], + "sectionBeats": 4, + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "sectionBeats": 4, + "sectionNotes": [], + "typeOfSection": 0, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 190 + }, + { + "sectionBeats": 4, + "sectionNotes": [], + "typeOfSection": 0, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 190 + }, + { + "sectionBeats": 4, + "sectionNotes": [], + "typeOfSection": 0, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 190 + }, + { + "sectionBeats": 4, + "sectionNotes": [], + "typeOfSection": 0, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 190 + }, + { + "typeOfSection": 0, + "sectionNotes": [], + "sectionBeats": 4, + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "sectionBeats": 4, + "sectionNotes": [], + "typeOfSection": 0, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 190 + }, + { + "sectionBeats": 4, + "sectionNotes": [], + "typeOfSection": 0, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 190 + }, + { + "typeOfSection": 0, + "sectionNotes": [], + "sectionBeats": 4, + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "typeOfSection": 0, + "sectionNotes": [], + "sectionBeats": 4, + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "typeOfSection": 0, + "sectionNotes": [], + "sectionBeats": 4, + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "typeOfSection": 0, + "sectionNotes": [], + "sectionBeats": 4, + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "typeOfSection": 0, + "sectionNotes": [], + "sectionBeats": 4, + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "typeOfSection": 0, + "sectionNotes": [], + "sectionBeats": 4, + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "typeOfSection": 0, + "sectionNotes": [], + "sectionBeats": 4, + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "typeOfSection": 0, + "sectionNotes": [], + "sectionBeats": 4, + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "typeOfSection": 0, + "sectionNotes": [], + "sectionBeats": 4, + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "typeOfSection": 0, + "sectionNotes": [], + "sectionBeats": 4, + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "typeOfSection": 0, + "sectionNotes": [], + "sectionBeats": 4, + "altAnim": false, + "gfSection": false, + "bpm": 190, + "changeBPM": false, + "mustHitSection": true + }, + { + "sectionBeats": 4, + "sectionNotes": [], + "typeOfSection": 0, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 190 + }, + { + "sectionBeats": 4, + "sectionNotes": [], + "typeOfSection": 0, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 190 + }, + { + "sectionBeats": 4, + "sectionNotes": [], + "typeOfSection": 0, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 190 + }, + { + "sectionBeats": 4, + "sectionNotes": [], + "typeOfSection": 0, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 190 + }, + { + "sectionBeats": 4, + "sectionNotes": [], + "typeOfSection": 0, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 190 + }, + { + "sectionBeats": 4, + "sectionNotes": [], + "typeOfSection": 0, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 190 + }, + { + "sectionBeats": 4, + "sectionNotes": [], + "typeOfSection": 0, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 190 + }, + { + "sectionBeats": 4, + "sectionNotes": [], + "typeOfSection": 0, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 190 + }, + { + "sectionBeats": 4, + "sectionNotes": [], + "typeOfSection": 0, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 190 + }, + { + "sectionBeats": 4, + "sectionNotes": [], + "typeOfSection": 0, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 190 + }, + { + "sectionBeats": 4, + "sectionNotes": [], + "typeOfSection": 0, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 190 + }, + { + "gfSection": false, + "altAnim": false, + "typeOfSection": 0, + "sectionNotes": [], + "bpm": 190, + "sectionBeats": 4, + "changeBPM": false, + "mustHitSection": true + }, + { + "gfSection": false, + "altAnim": false, + "typeOfSection": 0, + "sectionNotes": [], + "bpm": 190, + "sectionBeats": 4, + "changeBPM": false, + "mustHitSection": true + } + ], + "gfVersion": "gf", + "events": [], + "player3": null, + "song": "Dad Battle Erect", + "validScore": true, + "needsVoices": true, + "stage": "stage", + "speed": 2.6, + "bpm": 190 + } +} diff --git a/charts/dad-battle/dad-battle-hard.json b/charts/dad-battle/dad-battle-hard.json new file mode 100644 index 0000000..84a63e7 --- /dev/null +++ b/charts/dad-battle/dad-battle-hard.json @@ -0,0 +1,2128 @@ +{ + "song": { + "player1": "bf", + "player2": "dad", + "notes": [ + { + "lengthInSteps": 16, + "sectionNotes": [], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 10666.667, + 2, + 0 + ], + [ + 11333.334, + 2, + 0 + ], + [ + 11666.667, + 0, + 0 + ], + [ + 11000, + 0, + 0 + ], + [ + 11166.6666666667, + 3, + 0 + ], + [ + 11833.3333333333, + 1, + 0 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 12000, + 2, + 0 + ], + [ + 12333.334, + 0, + 0 + ], + [ + 12500, + 1, + 0 + ], + [ + 12666.667, + 2, + 0 + ], + [ + 13166.667, + 3, + 0 + ], + [ + 12166.6666666667, + 3, + 0 + ], + [ + 13000, + 1, + 0 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 13333.3336666667, + 2, + 0 + ], + [ + 14000.0006666667, + 2, + 0 + ], + [ + 14333.3336666667, + 0, + 0 + ], + [ + 13666.6666666667, + 0, + 0 + ], + [ + 13833.3333333333, + 3, + 0 + ], + [ + 14500, + 1, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 14666.6666666667, + 2, + 0 + ], + [ + 15000.0006666667, + 0, + 0 + ], + [ + 15166.6666666667, + 1, + 0 + ], + [ + 15333.3336666667, + 2, + 0 + ], + [ + 15833.3336666667, + 3, + 0 + ], + [ + 14833.3333333333, + 3, + 0 + ], + [ + 15666.6666666667, + 1, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 16666.668, + 1, + 0 + ], + [ + 16000, + 3, + 0 + ], + [ + 16333.3333333333, + 0, + 0 + ], + [ + 16500, + 2, + 0 + ], + [ + 17000, + 0, + 0 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 17333.3333333333, + 1, + 0 + ], + [ + 17666.6666666667, + 3, + 0 + ], + [ + 17833.3333333333, + 3, + 0 + ], + [ + 18000, + 0, + 0 + ], + [ + 18166.6666666667, + 1, + 0 + ], + [ + 18333.3333333333, + 0, + 0 + ], + [ + 18500, + 1, + 0 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 19333.3346666667, + 1, + 0 + ], + [ + 18666.6666666667, + 3, + 0 + ], + [ + 19000, + 0, + 0 + ], + [ + 19166.6666666667, + 2, + 0 + ], + [ + 19666.6666666667, + 0, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 20000, + 1, + 0 + ], + [ + 20333.3333333333, + 3, + 0 + ], + [ + 20500, + 3, + 0 + ], + [ + 20666.6666666667, + 0, + 0 + ], + [ + 20833.3333333333, + 1, + 0 + ], + [ + 21000, + 0, + 0 + ], + [ + 21166.6666666667, + 1, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 21666.668, + 2, + 0 + ], + [ + 21833.3333333333, + 3, + 0 + ], + [ + 22000, + 0, + 416.666666666667 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 22833.334, + 1, + 0 + ], + [ + 23000, + 2, + 0 + ], + [ + 23333.3333333333, + 3, + 500 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 24666.668, + 1, + 0 + ], + [ + 24333.3333333333, + 0, + 0 + ], + [ + 25000, + 1, + 0 + ], + [ + 25166.6666666667, + 2, + 0 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 26000, + 2, + 0 + ], + [ + 25333.3333333333, + 3, + 0 + ], + [ + 25500, + 0, + 0 + ], + [ + 25666.6666666667, + 3, + 0 + ], + [ + 25833.3333333333, + 1, + 0 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 27000.0013333333, + 2, + 0 + ], + [ + 27166.6666666667, + 3, + 0 + ], + [ + 27333.3333333333, + 0, + 666.666666666667 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 28166.6673333333, + 1, + 0 + ], + [ + 28333.3333333333, + 2, + 0 + ], + [ + 28666.6666666667, + 3, + 500 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 30000.0013333333, + 1, + 0 + ], + [ + 29666.6666666667, + 0, + 0 + ], + [ + 30333.3333333333, + 1, + 0 + ], + [ + 30500, + 2, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 31333.3333333333, + 2, + 0 + ], + [ + 30666.6666666667, + 3, + 0 + ], + [ + 30833.3333333333, + 0, + 0 + ], + [ + 31000, + 3, + 0 + ], + [ + 31166.6666666667, + 1, + 0 + ], + [ + 30666.6666666667, + 6, + 0 + ], + [ + 30833.3333333333, + 5, + 0 + ], + [ + 31000, + 6, + 0 + ], + [ + 31166.6666666667, + 7, + 0 + ], + [ + 31333.3333333333, + 6, + 0 + ], + [ + 31500, + 5, + 0 + ], + [ + 31666.6666666667, + 4, + 0 + ], + [ + 31833.3333333333, + 5, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 32333.3333333333, + 2, + 0 + ], + [ + 32500, + 1, + 0 + ], + [ + 32666.6666666667, + 2, + 0 + ], + [ + 32166.6666666667, + 0, + 0 + ], + [ + 33000, + 3, + 0 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 33833.3359, + 1, + 0 + ], + [ + 34000, + 2, + 0 + ], + [ + 34333.3359, + 0, + 0 + ], + [ + 33500, + 3, + 0 + ], + [ + 33666.6666666667, + 0, + 0 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 35666.668, + 1, + 0 + ], + [ + 35000, + 1, + 0 + ], + [ + 34666.6666666667, + 2, + 0 + ], + [ + 35333.3333333333, + 0, + 0 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 36666.668, + 0, + 0 + ], + [ + 36000, + 3, + 0 + ], + [ + 36333.3333333333, + 2, + 0 + ], + [ + 36666.6666666667, + 1, + 0 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 37833.3333333333, + 1, + 0 + ], + [ + 38333.3333333333, + 2, + 0 + ], + [ + 37500, + 3, + 0 + ], + [ + 37666.6666666667, + 0, + 0 + ], + [ + 38000, + 0, + 0 + ], + [ + 38166.6666666667, + 3, + 0 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 39333.3359, + 2, + 0 + ], + [ + 38666.6666666667, + 2, + 0 + ], + [ + 38833.3333333333, + 2, + 0 + ], + [ + 38750, + 0, + 0 + ], + [ + 39000, + 3, + 0 + ], + [ + 39166.6666666667, + 1, + 0 + ], + [ + 39500, + 3, + 0 + ], + [ + 39666.6666666667, + 2, + 0 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 40500, + 1, + 0 + ], + [ + 41166.6666666667, + 1, + 0 + ], + [ + 40333.3333333333, + 2, + 0 + ], + [ + 41000, + 2, + 0 + ], + [ + 40166.6666666667, + 3, + 0 + ], + [ + 40666.6666666667, + 2, + 0 + ], + [ + 40833.3333333333, + 0, + 0 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 41500, + 1, + 0 + ], + [ + 41500, + 5, + 0 + ], + [ + 41666.668, + 0, + 0 + ], + [ + 41666.668, + 6, + 0 + ], + [ + 41833.3359, + 3, + 0 + ], + [ + 41833.3359, + 7, + 0 + ], + [ + 42000, + 2, + 0 + ], + [ + 42000, + 6, + 0 + ], + [ + 42166.668, + 5, + 0 + ], + [ + 42333.3359, + 3, + 0 + ], + [ + 42333.3359, + 4, + 0 + ], + [ + 42500, + 5, + 0 + ], + [ + 41333.3333333333, + 3, + 0 + ], + [ + 41333.3333333333, + 6, + 0 + ], + [ + 42333.3333333333, + 1, + 0 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 43000, + 2, + 0 + ], + [ + 43166.6666666667, + 1, + 0 + ], + [ + 43333.3333333333, + 2, + 0 + ], + [ + 42833.3333333333, + 0, + 0 + ], + [ + 43666.6666666666, + 3, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 44500.0025666667, + 1, + 0 + ], + [ + 44666.6666666667, + 2, + 0 + ], + [ + 44166.6666666667, + 0, + 0 + ], + [ + 44333.3333333333, + 3, + 0 + ], + [ + 45000, + 3, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 45666.6666666667, + 1, + 0 + ], + [ + 45333.3333333333, + 2, + 0 + ], + [ + 46000, + 0, + 0 + ], + [ + 46333.3333333333, + 3, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 47333.3359, + 0, + 0 + ], + [ + 47333.3333333333, + 1, + 0 + ], + [ + 47000, + 2, + 0 + ], + [ + 46666.6666666667, + 0, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 48500, + 1, + 0 + ], + [ + 49000, + 2, + 0 + ], + [ + 48166.6666666667, + 3, + 0 + ], + [ + 48833.3333333334, + 3, + 0 + ], + [ + 48333.3333333334, + 0, + 0 + ], + [ + 48666.6666666667, + 0, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 50000.0025666667, + 2, + 0 + ], + [ + 49333.3333333333, + 2, + 0 + ], + [ + 49500, + 2, + 0 + ], + [ + 49416.6666666667, + 0, + 0 + ], + [ + 49666.6666666667, + 3, + 0 + ], + [ + 49833.3333333333, + 1, + 0 + ], + [ + 50166.6666666667, + 3, + 0 + ], + [ + 50333.3333333334, + 2, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 51166.6666666667, + 1, + 0 + ], + [ + 51833.3333333333, + 1, + 0 + ], + [ + 50833.3333333333, + 3, + 0 + ], + [ + 51000, + 2, + 0 + ], + [ + 51666.6666666667, + 2, + 0 + ], + [ + 51333.3333333334, + 2, + 0 + ], + [ + 51500, + 0, + 0 + ], + [ + 50833.3333333334, + 0, + 0 + ], + [ + 51333.3333333334, + 3, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 52166.6666666667, + 1, + 0 + ], + [ + 53000.0025666667, + 3, + 0 + ], + [ + 52000, + 3, + 0 + ], + [ + 52333.3333333334, + 2, + 0 + ], + [ + 53000, + 1, + 0 + ], + [ + 52666.6666666667, + 2, + 0 + ], + [ + 52000, + 0, + 0 + ], + [ + 52500, + 1, + 0 + ], + [ + 52500, + 0, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 53333.3336666667, + 2, + 0 + ], + [ + 54000.0006666667, + 2, + 0 + ], + [ + 54333.3336666667, + 0, + 0 + ], + [ + 53666.6666666667, + 0, + 0 + ], + [ + 53833.3333333333, + 3, + 0 + ], + [ + 54500, + 1, + 0 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 54666.6666666667, + 2, + 0 + ], + [ + 55000.0006666667, + 0, + 0 + ], + [ + 55166.6666666667, + 1, + 0 + ], + [ + 55333.3336666667, + 2, + 0 + ], + [ + 55833.3336666667, + 3, + 0 + ], + [ + 54833.3333333333, + 3, + 0 + ], + [ + 55666.6666666667, + 1, + 0 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 56000.0003333333, + 2, + 0 + ], + [ + 56666.6673333333, + 2, + 0 + ], + [ + 57000.0003333333, + 0, + 0 + ], + [ + 56333.3333333333, + 0, + 0 + ], + [ + 56500, + 3, + 0 + ], + [ + 57166.6666666667, + 1, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 57333.3333333333, + 2, + 0 + ], + [ + 57666.6673333333, + 0, + 0 + ], + [ + 57833.3333333333, + 1, + 0 + ], + [ + 58000.0003333333, + 2, + 0 + ], + [ + 58500.0003333333, + 3, + 0 + ], + [ + 57500, + 3, + 0 + ], + [ + 58333.3333333333, + 1, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 59333.3346666667, + 1, + 0 + ], + [ + 58666.6666666667, + 3, + 0 + ], + [ + 59000, + 0, + 0 + ], + [ + 59166.6666666667, + 2, + 0 + ], + [ + 59666.6666666667, + 0, + 0 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 60000, + 1, + 0 + ], + [ + 60333.3333333333, + 3, + 0 + ], + [ + 60500, + 3, + 0 + ], + [ + 60666.6666666667, + 0, + 0 + ], + [ + 60833.3333333333, + 1, + 0 + ], + [ + 61000, + 0, + 0 + ], + [ + 61166.6666666667, + 1, + 0 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 62000.0013333333, + 1, + 0 + ], + [ + 61333.3333333333, + 3, + 0 + ], + [ + 61666.6666666667, + 0, + 0 + ], + [ + 61833.3333333333, + 2, + 0 + ], + [ + 62333.3333333333, + 0, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 62666.6666666667, + 1, + 0 + ], + [ + 63000, + 3, + 0 + ], + [ + 63166.6666666667, + 3, + 0 + ], + [ + 63333.3333333333, + 0, + 0 + ], + [ + 63500, + 1, + 0 + ], + [ + 63666.6666666667, + 0, + 0 + ], + [ + 63833.3333333333, + 1, + 0 + ], + [ + 62666.6666666667, + 6, + 0 + ], + [ + 62833.3333333334, + 5, + 0 + ], + [ + 63000, + 6, + 0 + ], + [ + 63166.6666666667, + 7, + 0 + ], + [ + 63333.3333333334, + 6, + 0 + ], + [ + 63500, + 5, + 0 + ], + [ + 63666.6666666667, + 4, + 0 + ], + [ + 63833.3333333334, + 5, + 416.666666666667 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 64333.3346666667, + 2, + 0 + ], + [ + 64500, + 3, + 0 + ], + [ + 64666.6666666667, + 0, + 416.666666666667 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 65500.0006666667, + 1, + 0 + ], + [ + 65666.6666666667, + 2, + 0 + ], + [ + 66000, + 3, + 500 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 67333.3346666667, + 1, + 0 + ], + [ + 67000, + 0, + 0 + ], + [ + 67666.6666666667, + 1, + 0 + ], + [ + 67833.3333333333, + 2, + 0 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 68666.6666666667, + 2, + 0 + ], + [ + 68000, + 3, + 0 + ], + [ + 68166.6666666667, + 0, + 0 + ], + [ + 68333.3333333333, + 3, + 0 + ], + [ + 68500, + 1, + 0 + ], + [ + 68000, + 6, + 0 + ], + [ + 68166.6666666667, + 5, + 0 + ], + [ + 68333.3333333334, + 6, + 0 + ], + [ + 68500, + 7, + 0 + ], + [ + 68666.6666666667, + 6, + 0 + ], + [ + 68833.3333333334, + 5, + 0 + ], + [ + 69000, + 4, + 0 + ], + [ + 69166.6666666667, + 5, + 333.333333333333 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 69666.668, + 2, + 0 + ], + [ + 69833.3333333333, + 3, + 0 + ], + [ + 70000, + 0, + 666.666666666667 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 70833.334, + 1, + 0 + ], + [ + 71000, + 2, + 0 + ], + [ + 71333.3333333333, + 3, + 500 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 72666.668, + 1, + 0 + ], + [ + 72333.3333333333, + 0, + 0 + ], + [ + 73000, + 1, + 0 + ], + [ + 73166.6666666667, + 2, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 73333.3333333333, + 3, + 0 + ], + [ + 73500, + 0, + 0 + ], + [ + 73666.6666666667, + 3, + 0 + ], + [ + 73833.3333333333, + 1, + 0 + ], + [ + 74000, + 2, + 333.333333333333 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 74666.667, + 2, + 0 + ], + [ + 75333.334, + 2, + 0 + ], + [ + 75666.667, + 0, + 0 + ], + [ + 75000, + 0, + 0 + ], + [ + 75166.6666666667, + 3, + 0 + ], + [ + 75833.3333333333, + 1, + 0 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 76000, + 2, + 0 + ], + [ + 76333.334, + 0, + 0 + ], + [ + 76500, + 1, + 0 + ], + [ + 76666.667, + 2, + 0 + ], + [ + 76166.6666666667, + 3, + 0 + ], + [ + 77000, + 2, + 0 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 77333.3336666667, + 2, + 0 + ], + [ + 78000.0006666667, + 2, + 0 + ], + [ + 78333.3336666667, + 0, + 0 + ], + [ + 77666.6666666667, + 0, + 0 + ], + [ + 77833.3333333333, + 3, + 0 + ], + [ + 78500, + 1, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 78666.67, + 2, + 0 + ], + [ + 78833.3359, + 3, + 0 + ], + [ + 79000, + 0, + 0 + ], + [ + 79166.67, + 1, + 0 + ], + [ + 79333.3359, + 2, + 0 + ], + [ + 79666.67, + 2, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 80666.668, + 1, + 0 + ], + [ + 80000, + 3, + 0 + ], + [ + 80333.3333333333, + 0, + 0 + ], + [ + 80500, + 2, + 0 + ], + [ + 81000, + 0, + 0 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 81333.3359, + 1, + 0 + ], + [ + 81666.67, + 1, + 0 + ], + [ + 82000, + 1, + 0 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 83333.3346666667, + 1, + 0 + ], + [ + 82666.6666666667, + 3, + 0 + ], + [ + 83000, + 0, + 0 + ], + [ + 83166.6666666667, + 2, + 0 + ], + [ + 83666.6666666667, + 0, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 84000, + 1, + 0 + ], + [ + 84333.3359, + 1, + 0 + ], + [ + 84666.67, + 1, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [], + "mustHitSection": true + }, + { + "sectionBeats": 4, + "sectionNotes": [], + "typeOfSection": 0, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 180 + }, + { + "sectionBeats": 4, + "sectionNotes": [], + "typeOfSection": 0, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 180 + }, + { + "sectionBeats": 4, + "sectionNotes": [], + "typeOfSection": 0, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 180 + }, + { + "sectionBeats": 4, + "sectionNotes": [], + "typeOfSection": 0, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 180 + }, + { + "sectionBeats": 4, + "sectionNotes": [], + "typeOfSection": 0, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 180 + }, + { + "gfSection": false, + "altAnim": false, + "typeOfSection": 0, + "sectionNotes": [], + "bpm": 180, + "sectionBeats": 4, + "changeBPM": false, + "mustHitSection": true + }, + { + "gfSection": false, + "altAnim": false, + "typeOfSection": 0, + "sectionNotes": [], + "bpm": 180, + "sectionBeats": 4, + "changeBPM": false, + "mustHitSection": true + }, + { + "gfSection": false, + "altAnim": false, + "typeOfSection": 0, + "sectionNotes": [], + "bpm": 180, + "sectionBeats": 4, + "changeBPM": false, + "mustHitSection": true + }, + { + "gfSection": false, + "altAnim": false, + "typeOfSection": 0, + "sectionNotes": [], + "bpm": 180, + "sectionBeats": 4, + "changeBPM": false, + "mustHitSection": true + } + ], + "gfVersion": "gf", + "events": [], + "player3": null, + "song": "Dad Battle", + "validScore": true, + "needsVoices": true, + "stage": "stage", + "speed": 2.3, + "bpm": 180 + } +} \ No newline at end of file diff --git a/charts/dad-battle/dad-battle-nightmare.json b/charts/dad-battle/dad-battle-nightmare.json new file mode 100644 index 0000000..5e239f1 --- /dev/null +++ b/charts/dad-battle/dad-battle-nightmare.json @@ -0,0 +1,5396 @@ +{ + "song": { + "player1": "bf2", + "player2": "dad", + "notes": [ + { + "sectionNotes": [ + [ + 0, + 2, + 0 + ], + [ + 157.894736842105, + 2, + 0 + ], + [ + 315.78947368421, + 0, + 0 + ], + [ + 473.684210526315, + 1, + 0 + ], + [ + 631.578947368421, + 2, + 0 + ], + [ + 789.473684210526, + 3, + 0 + ], + [ + 947.368421052631, + 0, + 0 + ], + [ + 1105.26315789474, + 3, + 0 + ], + [ + 1263.15789473685, + 2, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 1421.05263157895, + 3, + 0 + ], + [ + 1578.94736842106, + 1, + 0 + ], + [ + 1736.84210526316, + 2, + 0 + ], + [ + 1894.73684210527, + 3, + 0 + ], + [ + 2210.52631578948, + 0, + 0 + ], + [ + 2368.42105263158, + 3, + 0 + ], + [ + 2526.31578947369, + 6, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 2684.21052631579, + 2, + 0 + ], + [ + 2842.1052631579, + 0, + 0 + ], + [ + 3000, + 1, + 0 + ], + [ + 3157.8947368421, + 2, + 0 + ], + [ + 3315.78947368421, + 3, + 0 + ], + [ + 3473.68421052632, + 0, + 0 + ], + [ + 3631.57894736842, + 3, + 0 + ], + [ + 3789.47368421052, + 2, + 0 + ], + [ + 3947.36842105263, + 3, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 4105.26315789473, + 0, + 0 + ], + [ + 4263.15789473684, + 1, + 0 + ], + [ + 4421.05263157894, + 2, + 0 + ], + [ + 4736.84210526315, + 0, + 0 + ], + [ + 4894.73684210526, + 3, + 0 + ], + [ + 5052.63157894737, + 6, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 5092.1052631579, + 3, + 157.894736842105 + ], + [ + 5368.42105263158, + 0, + 0 + ], + [ + 5447.36842105263, + 3, + 0 + ], + [ + 5526.31578947368, + 0, + 0 + ], + [ + 5684.21052631579, + 1, + 0 + ], + [ + 6000, + 2, + 0 + ], + [ + 6315.78947368421, + 1, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 6631.57894736842, + 0, + 0 + ], + [ + 6789.47368421053, + 0, + 0 + ], + [ + 6947.36842105263, + 3, + 0 + ], + [ + 7105.26315789474, + 1, + 0 + ], + [ + 7263.15789473684, + 3, + 0 + ], + [ + 7421.05263157895, + 3, + 0 + ], + [ + 7578.94736842105, + 6, + 0 + ], + [ + 7618.42105263158, + 7, + 157.894736842105 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 7894.73684210526, + 0, + 0 + ], + [ + 7973.68421052632, + 3, + 0 + ], + [ + 8052.63157894737, + 0, + 0 + ], + [ + 8210.52631578947, + 1, + 0 + ], + [ + 8526.31578947368, + 2, + 0 + ], + [ + 8842.10526315789, + 1, + 0 + ], + [ + 9157.8947368421, + 0, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 9315.78947368421, + 0, + 0 + ], + [ + 9473.68421052631, + 3, + 0 + ], + [ + 9631.57894736842, + 1, + 0 + ], + [ + 9789.47368421052, + 3, + 0 + ], + [ + 9947.36842105263, + 3, + 0 + ], + [ + 10105.2631578947, + 6, + 0 + ], + [ + 10263.1578947368, + 6, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 10421.0526315789, + 2, + 0 + ], + [ + 10578.9473684211, + 1, + 0 + ], + [ + 10736.8421052632, + 3, + 710.526315789474 + ], + [ + 11526.3157894737, + 1, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 11684.2105263158, + 3, + 157.894736842105 + ], + [ + 12000, + 0, + 0 + ], + [ + 12157.8947368421, + 0, + 0 + ], + [ + 12315.7894736842, + 3, + 0 + ], + [ + 12473.6842105263, + 3, + 0 + ], + [ + 12947.3684210526, + 2, + 197.368421052632 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 13263.1578947368, + 1, + 236.842105263158 + ], + [ + 13578.9473684211, + 0, + 0 + ], + [ + 13736.8421052632, + 1, + 0 + ], + [ + 13894.7368421052, + 2, + 236.842105263158 + ], + [ + 14210.5263157894, + 0, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 14368.4210526315, + 3, + 0 + ], + [ + 14526.3157894736, + 2, + 513.157894736842 + ], + [ + 15157.8947368421, + 6, + 0 + ], + [ + 15315.7894736842, + 6, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 15473.6842105263, + 2, + 0 + ], + [ + 15631.5789473684, + 1, + 0 + ], + [ + 15789.4736842105, + 3, + 236.842105263158 + ], + [ + 16105.2631578947, + 2, + 236.842105263158 + ], + [ + 16421.0526315789, + 0, + 0 + ], + [ + 16578.9473684211, + 1, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 16736.8421052632, + 3, + 157.894736842105 + ], + [ + 17052.6315789474, + 0, + 0 + ], + [ + 17210.5263157895, + 0, + 0 + ], + [ + 17368.4210526316, + 3, + 0 + ], + [ + 17526.3157894737, + 3, + 0 + ], + [ + 18000, + 2, + 236.842105263158 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 18315.7894736842, + 1, + 236.842105263156 + ], + [ + 18631.5789473684, + 0, + 0 + ], + [ + 18789.4736842105, + 1, + 0 + ], + [ + 18947.3684210526, + 2, + 0 + ], + [ + 19026.3157894737, + 3, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 19105.2631578947, + 2, + 0 + ], + [ + 19263.1578947368, + 0, + 0 + ], + [ + 19421.0526315789, + 3, + 0 + ], + [ + 19578.9473684211, + 2, + 0 + ], + [ + 19736.8421052632, + 3, + 0 + ], + [ + 19894.7368421053, + 1, + 0 + ], + [ + 20052.6315789474, + 0, + 0 + ], + [ + 20210.5263157895, + 3, + 631.578947368421 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 20210.5263157895, + 1, + 0 + ], + [ + 20368.4210526316, + 0, + 0 + ], + [ + 20526.3157894737, + 3, + 0 + ], + [ + 20684.2105263158, + 2, + 0 + ], + [ + 20842.1052631579, + 1, + 157.894736842105 + ], + [ + 21157.8947368421, + 0, + 197.368421052632 + ], + [ + 21631.5789473684, + 2, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 21789.4736842105, + 3, + 0 + ], + [ + 21947.3684210526, + 1, + 0 + ], + [ + 22105.2631578947, + 0, + 0 + ], + [ + 22421.0526315789, + 2, + 197.368421052632 + ], + [ + 22736.8421052631, + 0, + 197.368421052632 + ], + [ + 23052.6315789473, + 1, + 236.842105263158 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 23368.4210526315, + 3, + 236.842105263158 + ], + [ + 23684.2105263157, + 1, + 197.368421052632 + ], + [ + 24000, + 2, + 157.894736842105 + ], + [ + 24000, + 5, + 0 + ], + [ + 24078.9473684211, + 4, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 24157.8947368421, + 5, + 0 + ], + [ + 24315.7894736842, + 7, + 0 + ], + [ + 24315.7894736842, + 3, + 157.894736842105 + ], + [ + 24473.6842105263, + 4, + 0 + ], + [ + 24631.5789473684, + 7, + 0 + ], + [ + 24631.5789473684, + 1, + 552.631578947368 + ], + [ + 24789.4736842105, + 6, + 0 + ], + [ + 24947.3684210526, + 4, + 0 + ], + [ + 25105.2631578947, + 7, + 0 + ], + [ + 25263.1578947368, + 4, + 0 + ], + [ + 25421.0526315789, + 5, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 25578.9473684211, + 3, + 0 + ], + [ + 25736.8421052632, + 2, + 0 + ], + [ + 25894.7368421053, + 0, + 0 + ], + [ + 26052.6315789474, + 2, + 0 + ], + [ + 26210.5263157895, + 1, + 0 + ], + [ + 26368.4210526316, + 3, + 0 + ], + [ + 26526.3157894737, + 0, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 26605.2631578947, + 2, + 0 + ], + [ + 26684.2105263158, + 3, + 0 + ], + [ + 26842.1052631579, + 1, + 0 + ], + [ + 27000, + 0, + 0 + ], + [ + 27157.8947368421, + 2, + 0 + ], + [ + 27315.7894736842, + 3, + 0 + ], + [ + 27473.6842105263, + 1, + 0 + ], + [ + 27631.5789473684, + 0, + 0 + ], + [ + 27710.5263157895, + 1, + 0 + ], + [ + 27789.4736842105, + 2, + 0 + ], + [ + 27947.3684210526, + 0, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 28105.2631578947, + 3, + 0 + ], + [ + 28263.1578947368, + 1, + 0 + ], + [ + 28421.0526315789, + 2, + 0 + ], + [ + 28578.9473684211, + 3, + 0 + ], + [ + 28736.8421052632, + 1, + 0 + ], + [ + 28894.7368421053, + 3, + 0 + ], + [ + 29052.6315789474, + 2, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 29131.5789473684, + 0, + 0 + ], + [ + 29210.5263157895, + 2, + 0 + ], + [ + 29368.4210526316, + 1, + 0 + ], + [ + 29447.3684210526, + 3, + 0 + ], + [ + 29526.3157894737, + 1, + 0 + ], + [ + 29684.2105263158, + 0, + 0 + ], + [ + 29842.1052631579, + 3, + 0 + ], + [ + 30000, + 1, + 0 + ], + [ + 30157.8947368421, + 0, + 0 + ], + [ + 30315.7894736842, + 2, + 0 + ], + [ + 30473.6842105263, + 3, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 30631.5789473684, + 1, + 0 + ], + [ + 30789.4736842105, + 2, + 0 + ], + [ + 30947.3684210526, + 3, + 0 + ], + [ + 31105.2631578947, + 0, + 0 + ], + [ + 31184.2105263158, + 3, + 0 + ], + [ + 31263.1578947368, + 0, + 0 + ], + [ + 31421.0526315789, + 1, + 0 + ], + [ + 31578.9473684211, + 0, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 31736.8421052632, + 1, + 0 + ], + [ + 31815.7894736842, + 0, + 0 + ], + [ + 31894.7368421053, + 1, + 0 + ], + [ + 32052.6315789474, + 0, + 0 + ], + [ + 32210.5263157895, + 3, + 0 + ], + [ + 32368.4210526316, + 2, + 0 + ], + [ + 32526.3157894737, + 1, + 0 + ], + [ + 32684.2105263158, + 3, + 0 + ], + [ + 32842.1052631579, + 2, + 0 + ], + [ + 33000, + 1, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 33078.9473684211, + 3, + 0 + ], + [ + 33157.8947368421, + 1, + 0 + ], + [ + 33315.7894736842, + 0, + 0 + ], + [ + 33473.6842105263, + 2, + 0 + ], + [ + 33631.5789473684, + 0, + 0 + ], + [ + 33789.4736842105, + 3, + 0 + ], + [ + 33947.3684210526, + 0, + 0 + ], + [ + 34105.2631578947, + 1, + 0 + ], + [ + 34263.1578947368, + 0, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 34421.0526315789, + 3, + 0 + ], + [ + 34578.9473684211, + 1, + 0 + ], + [ + 34736.8421052632, + 2, + 0 + ], + [ + 34815.7894736842, + 3, + 0 + ], + [ + 34894.7368421053, + 0, + 0 + ], + [ + 35052.6315789474, + 1, + 0 + ], + [ + 35131.5789473684, + 0, + 0 + ], + [ + 35210.5263157895, + 3, + 0 + ], + [ + 35368.4210526316, + 1, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 35526.3157894737, + 3, + 0 + ], + [ + 35684.2105263158, + 0, + 0 + ], + [ + 35842.1052631579, + 2, + 0 + ], + [ + 36000, + 0, + 0 + ], + [ + 36157.8947368421, + 3, + 0 + ], + [ + 36315.7894736842, + 2, + 0 + ], + [ + 36473.6842105263, + 1, + 0 + ], + [ + 36631.5789473684, + 3, + 0 + ], + [ + 36789.4736842105, + 1, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 36947.3684210526, + 0, + 0 + ], + [ + 37105.2631578947, + 3, + 0 + ], + [ + 37263.1578947368, + 2, + 0 + ], + [ + 37421.0526315789, + 1, + 0 + ], + [ + 37578.9473684211, + 2, + 0 + ], + [ + 37736.8421052632, + 0, + 0 + ], + [ + 37894.7368421053, + 3, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 37973.6842105263, + 2, + 0 + ], + [ + 38052.6315789474, + 1, + 0 + ], + [ + 38210.5263157895, + 3, + 0 + ], + [ + 38289.4736842105, + 2, + 0 + ], + [ + 38368.4210526316, + 0, + 0 + ], + [ + 38526.3157894737, + 3, + 0 + ], + [ + 38605.2631578947, + 0, + 0 + ], + [ + 38684.2105263158, + 3, + 0 + ], + [ + 38842.1052631579, + 0, + 0 + ], + [ + 38921.0526315789, + 1, + 0 + ], + [ + 39000, + 3, + 0 + ], + [ + 39157.8947368421, + 0, + 0 + ], + [ + 39236.8421052632, + 1, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 39315.7894736842, + 2, + 0 + ], + [ + 39473.6842105263, + 0, + 0 + ], + [ + 39552.6315789474, + 1, + 0 + ], + [ + 39631.5789473684, + 3, + 0 + ], + [ + 39789.4736842105, + 0, + 0 + ], + [ + 39868.4210526316, + 3, + 0 + ], + [ + 39947.3684210526, + 0, + 0 + ], + [ + 40105.2631578947, + 3, + 0 + ], + [ + 40184.2105263158, + 2, + 0 + ], + [ + 40263.1578947368, + 0, + 0 + ], + [ + 40421.0526315789, + 5, + 0 + ], + [ + 40578.9473684211, + 4, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 40736.8421052632, + 3, + 0 + ], + [ + 40894.7368421053, + 1, + 0 + ], + [ + 41052.6315789474, + 3, + 157.894736842105 + ], + [ + 41368.4210526316, + 0, + 197.368421052632 + ], + [ + 41368.4210526316, + 6, + 236.842105263158 + ], + [ + 41684.2105263158, + 7, + 394.736842105263 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 41842.1052631579, + 2, + 0 + ], + [ + 42000, + 0, + 0 + ], + [ + 42157.8947368421, + 1, + 0 + ], + [ + 42157.8947368421, + 4, + 0 + ], + [ + 42236.8421052631, + 6, + 0 + ], + [ + 42315.7894736842, + 0, + 118.421052631579 + ], + [ + 42315.7894736842, + 4, + 236.842105263158 + ], + [ + 42631.5789473684, + 2, + 197.368421052632 + ], + [ + 42631.5789473684, + 5, + 0 + ], + [ + 42789.4736842105, + 7, + 0 + ], + [ + 42947.3684210526, + 1, + 197.368421052632 + ], + [ + 42947.3684210526, + 4, + 631.578947368421 + ], + [ + 43263.1578947368, + 3, + 236.842105263158 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 43578.9473684211, + 0, + 236.842105263158 + ], + [ + 43894.7368421053, + 1, + 197.368421052587 + ], + [ + 44210.5263157894, + 7, + 394.736842105263 + ], + [ + 44210.5263157895, + 3, + 157.894736842105 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 44526.3157894737, + 1, + 157.894736842105 + ], + [ + 44684.2105263158, + 6, + 0 + ], + [ + 44842.1052631579, + 0, + 631.578947368421 + ], + [ + 44842.1052631579, + 5, + 394.736842105263 + ], + [ + 45315.7894736842, + 6, + 0 + ], + [ + 45394.7368421053, + 7, + 0 + ], + [ + 45473.6842105263, + 4, + 0 + ], + [ + 45631.5789473684, + 3, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 45789.4736842104, + 0, + 0 + ], + [ + 45789.4736842105, + 6, + 0 + ], + [ + 45947.3684210526, + 5, + 0 + ], + [ + 46105.2631578946, + 0, + 0 + ], + [ + 46105.2631578947, + 7, + 0 + ], + [ + 46263.1578947368, + 4, + 0 + ], + [ + 46421.0526315788, + 0, + 0 + ], + [ + 46421.0526315789, + 7, + 157.894736842105 + ], + [ + 46578.947368421, + 2, + 0 + ], + [ + 46736.8421052631, + 3, + 0 + ], + [ + 46736.8421052632, + 4, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 46815.7894736842, + 7, + 0 + ], + [ + 46894.7368421053, + 4, + 0 + ], + [ + 47052.6315789474, + 6, + 0 + ], + [ + 47052.6315789474, + 3, + 0 + ], + [ + 47210.5263157895, + 5, + 0 + ], + [ + 47368.4210526316, + 7, + 0 + ], + [ + 47368.4210526316, + 3, + 0 + ], + [ + 47526.3157894737, + 4, + 0 + ], + [ + 47684.2105263158, + 7, + 197.368421052632 + ], + [ + 47684.2105263158, + 3, + 0 + ], + [ + 47842.1052631579, + 2, + 0 + ], + [ + 48000, + 1, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 48157.8947368421, + 4, + 0 + ], + [ + 48315.7894736842, + 7, + 0 + ], + [ + 48315.7894736842, + 1, + 0 + ], + [ + 48473.6842105263, + 5, + 0 + ], + [ + 48631.5789473684, + 7, + 0 + ], + [ + 48631.5789473684, + 3, + 0 + ], + [ + 48789.4736842105, + 4, + 0 + ], + [ + 48947.3684210526, + 6, + 0 + ], + [ + 48947.3684210526, + 3, + 0 + ], + [ + 49105.2631578947, + 5, + 0 + ], + [ + 49263.1578947368, + 0, + 0 + ], + [ + 49421.0526315789, + 1, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 49578.9473684211, + 0, + 0 + ], + [ + 49736.8421052631, + 3, + 0 + ], + [ + 49894.7368421052, + 2, + 0 + ], + [ + 50052.6315789473, + 3, + 0 + ], + [ + 50210.5263157894, + 0, + 0 + ], + [ + 50368.4210526315, + 1, + 0 + ], + [ + 50526.3157894737, + 3, + 236.842105263158 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 50842.1052631579, + 1, + 0 + ], + [ + 50921.0526315789, + 2, + 0 + ], + [ + 51000, + 0, + 0 + ], + [ + 51157.8947368421, + 3, + 0 + ], + [ + 51315.7894736842, + 0, + 0 + ], + [ + 51473.6842105263, + 1, + 0 + ], + [ + 51631.5789473684, + 3, + 0 + ], + [ + 51789.4736842105, + 0, + 0 + ], + [ + 51868.4210526316, + 2, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 51947.3684210526, + 1, + 0 + ], + [ + 52105.2631578947, + 3, + 0 + ], + [ + 52184.2105263158, + 1, + 0 + ], + [ + 52263.1578947368, + 2, + 0 + ], + [ + 52421.0526315789, + 0, + 0 + ], + [ + 52500, + 1, + 0 + ], + [ + 52578.9473684211, + 2, + 0 + ], + [ + 52736.8421052632, + 1, + 0 + ], + [ + 52894.7368421053, + 3, + 0 + ], + [ + 53052.6315789474, + 1, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 53131.5789473684, + 2, + 0 + ], + [ + 53210.5263157895, + 3, + 0 + ], + [ + 53368.4210526316, + 2, + 0 + ], + [ + 53447.3684210526, + 1, + 0 + ], + [ + 53526.3157894737, + 0, + 0 + ], + [ + 53684.2105263158, + 2, + 0 + ], + [ + 53842.1052631579, + 1, + 0 + ], + [ + 54000, + 2, + 0 + ], + [ + 54078.9473684211, + 3, + 0 + ], + [ + 54157.8947368421, + 0, + 0 + ], + [ + 54315.7894736842, + 2, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 54473.6842105263, + 0, + 0 + ], + [ + 54631.5789473684, + 1, + 0 + ], + [ + 54789.4736842105, + 3, + 0 + ], + [ + 54947.3684210525, + 0, + 236.842105263158 + ], + [ + 55263.1578947367, + 1, + 236.842105263158 + ], + [ + 55578.947368421, + 3, + 0 + ], + [ + 55736.8421052631, + 1, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 55894.7368421052, + 0, + 0 + ], + [ + 56052.6315789474, + 2, + 0 + ], + [ + 56210.5263157895, + 3, + 0 + ], + [ + 56368.4210526316, + 1, + 0 + ], + [ + 56526.3157894737, + 3, + 0 + ], + [ + 56684.2105263158, + 3, + 0 + ], + [ + 56842.1052631579, + 2, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 56921.0526315789, + 1, + 0 + ], + [ + 57000, + 0, + 0 + ], + [ + 57078.947368421, + 3, + 0 + ], + [ + 57157.894736842, + 2, + 0 + ], + [ + 57236.8421052631, + 1, + 0 + ], + [ + 57315.7894736841, + 0, + 0 + ], + [ + 57394.7368421052, + 3, + 0 + ], + [ + 57473.6842105262, + 0, + 0 + ], + [ + 57631.5789473683, + 2, + 0 + ], + [ + 57789.4736842105, + 0, + 276.315789473684 + ], + [ + 58263.1578947367, + 1, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 58421.0526315788, + 0, + 0 + ], + [ + 58578.947368421, + 3, + 0 + ], + [ + 58736.8421052631, + 0, + 0 + ], + [ + 58894.7368421052, + 1, + 0 + ], + [ + 59052.6315789473, + 2, + 0 + ], + [ + 59210.5263157894, + 2, + 0 + ], + [ + 59368.4210526316, + 0, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 59447.3684210525, + 1, + 0 + ], + [ + 59526.3157894737, + 2, + 0 + ], + [ + 59605.2631578946, + 3, + 0 + ], + [ + 59684.2105263158, + 0, + 0 + ], + [ + 59763.1578947368, + 1, + 0 + ], + [ + 59842.1052631579, + 2, + 0 + ], + [ + 59921.0526315789, + 3, + 0 + ], + [ + 60000, + 1, + 0 + ], + [ + 60078.947368421, + 0, + 0 + ], + [ + 60157.8947368421, + 2, + 0 + ], + [ + 60236.8421052631, + 3, + 0 + ], + [ + 60315.7894736842, + 2, + 236.842105263158 + ], + [ + 60631.5789473684, + 6, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 60631.5789473684, + 4, + 592.105263157895 + ], + [ + 60789.4736842105, + 2, + 0 + ], + [ + 60947.3684210526, + 3, + 0 + ], + [ + 61105.2631578947, + 0, + 0 + ], + [ + 61263.1578947368, + 2, + 0 + ], + [ + 61421.0526315789, + 1, + 0 + ], + [ + 61578.9473684211, + 3, + 0 + ], + [ + 61736.8421052631, + 2, + 0 + ], + [ + 61894.7368421052, + 0, + 0 + ], + [ + 61894.7368421053, + 7, + 552.631578947368 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 62052.6315789473, + 3, + 0 + ], + [ + 62210.5263157894, + 1, + 0 + ], + [ + 62368.4210526315, + 3, + 0 + ], + [ + 62526.3157894737, + 5, + 236.842105263158 + ], + [ + 62526.3157894737, + 2, + 0 + ], + [ + 62842.1052631579, + 7, + 0 + ], + [ + 62842.1052631579, + 0, + 0 + ], + [ + 63000, + 3, + 0 + ], + [ + 63157.8947368421, + 4, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 63315.7894736842, + 0, + 0 + ], + [ + 63473.6842105263, + 1, + 0 + ], + [ + 63631.5789473684, + 0, + 0 + ], + [ + 63789.4736842105, + 3, + 0 + ], + [ + 63947.3684210526, + 2, + 0 + ], + [ + 64105.2631578947, + 0, + 0 + ], + [ + 64263.1578947368, + 3, + 0 + ], + [ + 64421.0526315789, + 1, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 64578.9473684211, + 0, + 0 + ], + [ + 64736.8421052632, + 3, + 0 + ], + [ + 64894.7368421053, + 1, + 0 + ], + [ + 65052.6315789474, + 2, + 0 + ], + [ + 65368.4210526316, + 0, + 0 + ], + [ + 65526.3157894737, + 3, + 0 + ], + [ + 65684.2105263158, + 6, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 65684.2105263158, + 6, + 0 + ], + [ + 65723.6842105263, + 3, + 157.894736842087 + ], + [ + 66000, + 0, + 0 + ], + [ + 66000, + 6, + 0 + ], + [ + 66078.947368421, + 2, + 0 + ], + [ + 66157.8947368421, + 3, + 0 + ], + [ + 66315.7894736842, + 1, + 0 + ], + [ + 66315.7894736842, + 6, + 0 + ], + [ + 66631.5789473684, + 3, + 0 + ], + [ + 66631.5789473684, + 6, + 0 + ], + [ + 66947.3684210525, + 0, + 0 + ], + [ + 66947.3684210526, + 7, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 67263.1578947368, + 0, + 0 + ], + [ + 67263.1578947368, + 7, + 0 + ], + [ + 67421.0526315789, + 1, + 0 + ], + [ + 67578.9473684209, + 0, + 0 + ], + [ + 67578.9473684211, + 7, + 0 + ], + [ + 67736.8421052631, + 0, + 0 + ], + [ + 67894.7368421052, + 3, + 0 + ], + [ + 67894.7368421052, + 6, + 0 + ], + [ + 67973.6842105262, + 4, + 0 + ], + [ + 68052.6315789473, + 3, + 0 + ], + [ + 68052.6315789474, + 7, + 0 + ], + [ + 68131.5789473683, + 4, + 0 + ], + [ + 68210.5263157895, + 6, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 68250, + 3, + 157.894736842105 + ], + [ + 68526.3157894737, + 0, + 0 + ], + [ + 68605.2631578947, + 1, + 0 + ], + [ + 68684.2105263158, + 0, + 0 + ], + [ + 68842.1052631579, + 3, + 0 + ], + [ + 69157.8947368421, + 1, + 0 + ], + [ + 69473.6842105263, + 3, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 69789.4736842105, + 0, + 0 + ], + [ + 69947.3684210526, + 0, + 0 + ], + [ + 70105.2631578947, + 3, + 0 + ], + [ + 70263.1578947368, + 1, + 0 + ], + [ + 70421.0526315789, + 3, + 0 + ], + [ + 70578.9473684212, + 2, + 0 + ], + [ + 70736.8421052631, + 6, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 70894.7368421052, + 2, + 0 + ], + [ + 71052.6315789473, + 3, + 0 + ], + [ + 71210.5263157894, + 0, + 0 + ], + [ + 71368.4210526315, + 3, + 710.526315789483 + ], + [ + 72000, + 7, + 276.315789473684 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 72157.8947368421, + 1, + 0 + ], + [ + 72315.7894736842, + 0, + 236.842105263167 + ], + [ + 72631.5789473684, + 3, + 0 + ], + [ + 72631.5789473684, + 4, + 276.315789473693 + ], + [ + 72789.4736842105, + 0, + 0 + ], + [ + 72947.3684210526, + 3, + 0 + ], + [ + 73105.2631578947, + 0, + 0 + ], + [ + 73263.1578947368, + 5, + 276.315789473675 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 73578.9473684211, + 1, + 0 + ], + [ + 73657.8947368421, + 2, + 0 + ], + [ + 73736.8421052632, + 7, + 0 + ], + [ + 73815.7894736842, + 5, + 0 + ], + [ + 73894.7368421053, + 6, + 276.315789473675 + ], + [ + 73894.7368421053, + 0, + 0 + ], + [ + 74210.5263157895, + 2, + 0 + ], + [ + 74368.4210526316, + 5, + 0 + ], + [ + 74368.4210526316, + 3, + 0 + ], + [ + 74447.3684210526, + 4, + 0 + ], + [ + 74526.3157894737, + 7, + 276.315789473693 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 74526.3157894737, + 0, + 0 + ], + [ + 74684.2105263158, + 3, + 0 + ], + [ + 74842.1052631579, + 2, + 0 + ], + [ + 75000, + 1, + 0 + ], + [ + 75000, + 6, + 0 + ], + [ + 75078.9473684211, + 7, + 0 + ], + [ + 75157.8947368421, + 3, + 552.631578947359 + ], + [ + 75157.8947368421, + 5, + 276.315789473684 + ], + [ + 75473.6842105263, + 7, + 236.84210526314 + ], + [ + 75789.4736842105, + 4, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 75947.3684210526, + 0, + 0 + ], + [ + 76105.2631578946, + 0, + 0 + ], + [ + 76263.1578947367, + 3, + 0 + ], + [ + 76421.0526315788, + 0, + 236.842105263158 + ], + [ + 76736.8421052631, + 2, + 236.842105263167 + ], + [ + 77052.6315789474, + 0, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 77210.5263157894, + 1, + 0 + ], + [ + 77368.4210526316, + 3, + 236.842105263167 + ], + [ + 77684.2105263158, + 0, + 0 + ], + [ + 77842.1052631579, + 2, + 0 + ], + [ + 78000, + 0, + 0 + ], + [ + 78157.8947368421, + 2, + 0 + ], + [ + 78315.7894736842, + 1, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 78394.7368421053, + 3, + 0 + ], + [ + 78473.6842105263, + 2, + 0 + ], + [ + 78552.6315789474, + 0, + 0 + ], + [ + 78631.5789473684, + 1, + 0 + ], + [ + 78947.3684210525, + 1, + 0 + ], + [ + 79263.1578947367, + 2, + 0 + ], + [ + 79421.0526315788, + 0, + 0 + ], + [ + 79578.947368421, + 2, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 79736.8421052631, + 3, + 0 + ], + [ + 79894.7368421052, + 0, + 0 + ], + [ + 80052.6315789473, + 1, + 0 + ], + [ + 80210.5263157894, + 2, + 552.631578947377 + ], + [ + 80842.1052631578, + 0, + 0 + ], + [ + 80921.0526315788, + 1, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 80999.9999999999, + 3, + 0 + ], + [ + 81157.894736842, + 0, + 236.842105263158 + ], + [ + 81473.6842105262, + 2, + 0 + ], + [ + 81631.5789473683, + 3, + 0 + ], + [ + 81789.4736842104, + 1, + 236.842105263158 + ], + [ + 81789.4736842105, + 6, + 236.842105263158 + ], + [ + 82105.2631578946, + 3, + 0 + ], + [ + 82105.2631578947, + 7, + 394.736842105263 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 82421.0526315788, + 2, + 0 + ], + [ + 82578.947368421, + 4, + 0 + ], + [ + 82578.947368421, + 1, + 0 + ], + [ + 82657.8947368421, + 6, + 0 + ], + [ + 82736.8421052631, + 4, + 236.842105263158 + ], + [ + 82736.8421052631, + 3, + 0 + ], + [ + 83052.6315789473, + 5, + 0 + ], + [ + 83052.6315789474, + 2, + 0 + ], + [ + 83131.5789473684, + 3, + 0 + ], + [ + 83210.5263157894, + 7, + 0 + ], + [ + 83210.5263157895, + 1, + 0 + ], + [ + 83289.4736842105, + 2, + 0 + ], + [ + 83368.4210526315, + 4, + 631.578947368421 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 83368.4210526316, + 3, + 0 + ], + [ + 83447.3684210526, + 0, + 0 + ], + [ + 83526.3157894737, + 3, + 0 + ], + [ + 83684.2105263158, + 2, + 0 + ], + [ + 83763.1578947368, + 0, + 0 + ], + [ + 83842.1052631579, + 2, + 0 + ], + [ + 84000, + 1, + 0 + ], + [ + 84078.9473684211, + 3, + 0 + ], + [ + 84157.8947368421, + 1, + 0 + ], + [ + 84315.7894736842, + 0, + 0 + ], + [ + 84394.7368421053, + 1, + 0 + ], + [ + 84473.6842105263, + 0, + 0 + ], + [ + 84631.5789473684, + 7, + 394.736842105263 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 84631.5789473684, + 3, + 0 + ], + [ + 84789.4736842105, + 0, + 0 + ], + [ + 84947.3684210526, + 3, + 0 + ], + [ + 85105.2631578947, + 6, + 0 + ], + [ + 85105.2631578947, + 1, + 0 + ], + [ + 85263.1578947368, + 5, + 394.736842105263 + ], + [ + 85263.1578947368, + 2, + 0 + ], + [ + 85342.1052631579, + 3, + 0 + ], + [ + 85421.0526315789, + 0, + 0 + ], + [ + 85500, + 2, + 0 + ], + [ + 85578.9473684211, + 3, + 0 + ], + [ + 85657.8947368421, + 0, + 0 + ], + [ + 85736.8421052631, + 6, + 0 + ], + [ + 85736.8421052632, + 2, + 0 + ], + [ + 85815.7894736842, + 7, + 0 + ], + [ + 85815.7894736842, + 3, + 0 + ], + [ + 85894.7368421052, + 4, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 85894.7368421053, + 0, + 236.842105263158 + ], + [ + 86210.5263157894, + 4, + 0 + ], + [ + 86210.5263157895, + 3, + 0 + ], + [ + 86289.4736842105, + 2, + 0 + ], + [ + 86368.4210526316, + 0, + 236.842105263158 + ], + [ + 86526.3157894736, + 4, + 0 + ], + [ + 86684.2105263158, + 2, + 0 + ], + [ + 86763.1578947368, + 3, + 0 + ], + [ + 86842.1052631578, + 4, + 0 + ], + [ + 86842.1052631579, + 1, + 236.842105263158 + ], + [ + 87000, + 6, + 0 + ], + [ + 87157.8947368421, + 7, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 87157.8947368421, + 0, + 0 + ], + [ + 87315.7894736842, + 1, + 0 + ], + [ + 87473.6842105263, + 7, + 0 + ], + [ + 87473.6842105263, + 0, + 0 + ], + [ + 87631.5789473684, + 3, + 0 + ], + [ + 87789.4736842105, + 7, + 0 + ], + [ + 87789.4736842105, + 1, + 0 + ], + [ + 87868.4210526316, + 2, + 0 + ], + [ + 87947.3684210526, + 3, + 0 + ], + [ + 88105.2631578947, + 7, + 0 + ], + [ + 88105.2631578947, + 2, + 0 + ], + [ + 88184.2105263158, + 1, + 0 + ], + [ + 88263.1578947368, + 6, + 0 + ], + [ + 88263.1578947368, + 0, + 0 + ], + [ + 88421.0526315789, + 5, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 88421.0526315789, + 1, + 0 + ], + [ + 88578.9473684211, + 3, + 0 + ], + [ + 88657.8947368421, + 2, + 0 + ], + [ + 88736.8421052631, + 5, + 0 + ], + [ + 88736.8421052632, + 1, + 0 + ], + [ + 88894.7368421053, + 2, + 0 + ], + [ + 88973.6842105263, + 3, + 0 + ], + [ + 89052.6315789473, + 7, + 0 + ], + [ + 89052.6315789474, + 0, + 0 + ], + [ + 89210.5263157895, + 1, + 0 + ], + [ + 89368.4210526315, + 7, + 0 + ], + [ + 89368.4210526316, + 0, + 0 + ], + [ + 89526.3157894737, + 2, + 0 + ], + [ + 89684.2105263157, + 4, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 89684.2105263158, + 3, + 0 + ], + [ + 89842.1052631578, + 5, + 0 + ], + [ + 89842.1052631579, + 1, + 0 + ], + [ + 90000, + 4, + 0 + ], + [ + 90000, + 2, + 0 + ], + [ + 90157.8947368421, + 7, + 0 + ], + [ + 90157.8947368421, + 1, + 0 + ], + [ + 90315.7894736842, + 6, + 0 + ], + [ + 90315.7894736842, + 0, + 0 + ], + [ + 90473.6842105263, + 7, + 0 + ], + [ + 90473.6842105263, + 3, + 0 + ], + [ + 90631.5789473684, + 4, + 0 + ], + [ + 90631.5789473684, + 1, + 0 + ], + [ + 90789.4736842105, + 5, + 0 + ], + [ + 90789.4736842105, + 3, + 0 + ], + [ + 90947.3684210526, + 4, + 750 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 90947.3684210526, + 0, + 0 + ], + [ + 91105.2631578947, + 3, + 0 + ], + [ + 91263.1578947368, + 2, + 0 + ], + [ + 91421.0526315789, + 1, + 0 + ], + [ + 91578.9473684211, + 3, + 0 + ], + [ + 91736.8421052632, + 1, + 0 + ], + [ + 91894.7368421053, + 0, + 0 + ], + [ + 92052.6315789474, + 2, + 0 + ], + [ + 92210.5263157895, + 7, + 947.368421052632 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 92210.5263157895, + 3, + 0 + ], + [ + 92368.4210526316, + 0, + 0 + ], + [ + 92526.3157894737, + 1, + 0 + ], + [ + 92684.2105263158, + 3, + 0 + ], + [ + 92842.1052631579, + 2, + 0 + ], + [ + 93000, + 3, + 0 + ], + [ + 93157.8947368421, + 0, + 0 + ], + [ + 93315.7894736842, + 2, + 0 + ], + [ + 93473.6842105263, + 5, + 947.368421052632 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 93473.6842105263, + 3, + 0 + ], + [ + 93631.5789473684, + 0, + 0 + ], + [ + 93789.4736842105, + 2, + 0 + ], + [ + 93947.3684210526, + 0, + 0 + ], + [ + 94105.2631578947, + 3, + 0 + ], + [ + 94263.1578947368, + 0, + 0 + ], + [ + 94421.0526315789, + 2, + 0 + ], + [ + 94578.9473684211, + 0, + 0 + ], + [ + 94736.8421052631, + 1, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 94736.8421052632, + 6, + 828.947368421053 + ], + [ + 94894.7368421053, + 3, + 0 + ], + [ + 95052.6315789474, + 0, + 0 + ], + [ + 95210.5263157895, + 2, + 0 + ], + [ + 95368.4210526316, + 0, + 0 + ], + [ + 95526.3157894737, + 1, + 0 + ], + [ + 95684.2105263158, + 3, + 0 + ], + [ + 95842.1052631579, + 2, + 0 + ], + [ + 95999.9999999995, + 3, + 0 + ], + [ + 96000, + 4, + 671.052631578947 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 96078.9473684206, + 1, + 0 + ], + [ + 96157.8947368416, + 0, + 0 + ], + [ + 96315.7894736837, + 3, + 0 + ], + [ + 96394.7368421048, + 1, + 0 + ], + [ + 96473.6842105258, + 3, + 0 + ], + [ + 96631.5789473679, + 1, + 0 + ], + [ + 96710.526315789, + 0, + 0 + ], + [ + 96789.47368421, + 2, + 0 + ], + [ + 96947.3684210521, + 0, + 0 + ], + [ + 97026.3157894732, + 1, + 0 + ], + [ + 97105.2631578942, + 3, + 0 + ], + [ + 97263.1578947363, + 2, + 0 + ], + [ + 97342.1052631574, + 0, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 97421.0526315784, + 1, + 0 + ], + [ + 97499.9999999995, + 3, + 0 + ], + [ + 97578.9473684206, + 2, + 0 + ], + [ + 97657.8947368416, + 1, + 0 + ], + [ + 97736.8421052627, + 0, + 0 + ], + [ + 97815.7894736837, + 1, + 0 + ], + [ + 97894.7368421048, + 3, + 0 + ], + [ + 97973.6842105258, + 2, + 0 + ], + [ + 98052.6315789469, + 1, + 0 + ], + [ + 98131.5789473679, + 0, + 0 + ], + [ + 98210.526315789, + 3, + 236.842105263158 + ], + [ + 98526.3157894732, + 0, + 0 + ], + [ + 98605.2631578942, + 3, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 98684.2105263153, + 2, + 0 + ], + [ + 98763.1578947363, + 1, + 0 + ], + [ + 98842.1052631574, + 3, + 0 + ], + [ + 98921.0526315784, + 2, + 0 + ], + [ + 98999.9999999995, + 0, + 0 + ], + [ + 99078.9473684206, + 1, + 0 + ], + [ + 99157.8947368416, + 3, + 0 + ], + [ + 99236.8421052627, + 2, + 0 + ], + [ + 99315.7894736837, + 1, + 0 + ], + [ + 99394.7368421048, + 0, + 0 + ], + [ + 99473.6842105258, + 2, + 236.842105263158 + ], + [ + 99789.47368421, + 0, + 0 + ], + [ + 99868.4210526311, + 3, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 99947.3684210521, + 2, + 0 + ], + [ + 100026.315789474, + 1, + 0 + ], + [ + 100105.263157895, + 3, + 0 + ], + [ + 100184.210526316, + 2, + 0 + ], + [ + 100263.157894737, + 0, + 0 + ], + [ + 100342.105263158, + 1, + 0 + ], + [ + 100421.052631579, + 3, + 0 + ], + [ + 100500, + 2, + 0 + ], + [ + 100578.947368421, + 1, + 0 + ], + [ + 100657.894736842, + 0, + 0 + ], + [ + 100736.842105263, + 3, + 236.842105263158 + ], + [ + 101052.631578947, + 0, + 0 + ], + [ + 101210.526315789, + 1, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 101368.421052632, + 3, + 0 + ], + [ + 101526.315789474, + 1, + 0 + ], + [ + 101684.210526316, + 0, + 0 + ], + [ + 101842.105263158, + 3, + 0 + ], + [ + 102000, + 2, + 0 + ], + [ + 102157.894736842, + 3, + 0 + ], + [ + 102315.789473684, + 0, + 0 + ], + [ + 102473.684210526, + 1, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 102631.578947368, + 0, + 0 + ], + [ + 102789.473684211, + 2, + 0 + ], + [ + 102947.368421053, + 1, + 0 + ], + [ + 103105.263157895, + 3, + 0 + ], + [ + 103263.157894737, + 0, + 0 + ], + [ + 103421.052631579, + 1, + 0 + ], + [ + 103578.947368421, + 3, + 236.842105263158 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 103894.736842105, + 0, + 0 + ], + [ + 104052.631578947, + 1, + 0 + ], + [ + 104210.526315789, + 0, + 0 + ], + [ + 104368.421052632, + 3, + 0 + ], + [ + 104526.315789474, + 2, + 0 + ], + [ + 104684.210526316, + 0, + 0 + ], + [ + 104842.105263158, + 3, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 105000, + 1, + 0 + ], + [ + 105157.894736842, + 3, + 0 + ], + [ + 105315.789473684, + 2, + 0 + ], + [ + 105473.684210526, + 0, + 0 + ], + [ + 105631.578947368, + 1, + 0 + ], + [ + 105789.473684211, + 0, + 0 + ], + [ + 105947.368421053, + 3, + 0 + ], + [ + 106105.263157895, + 2, + 236.842105263158 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 106421.05263158, + 3, + 0 + ], + [ + 106578.947368422, + 0, + 0 + ], + [ + 106736.842105264, + 2, + 0 + ], + [ + 106894.736842106, + 3, + 0 + ], + [ + 107052.631578947, + 1, + 0 + ], + [ + 107210.526315789, + 0, + 0 + ], + [ + 107368.421052632, + 1, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 107447.368421053, + 1, + 0 + ], + [ + 107684.210526316, + 0, + 118.421052631579 + ], + [ + 108000, + 3, + 0 + ], + [ + 108157.894736842, + 2, + 0 + ], + [ + 108355.263157895, + 0, + 0 + ], + [ + 108473.684210527, + 1, + 0 + ], + [ + 108631.578947369, + 3, + 236.842105263158 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 108947.368421054, + 0, + 0 + ], + [ + 109105.263157896, + 3, + 0 + ], + [ + 109263.157894738, + 1, + 0 + ], + [ + 109421.05263158, + 3, + 0 + ], + [ + 109578.947368422, + 2, + 0 + ], + [ + 109736.842105264, + 1, + 0 + ], + [ + 109894.736842106, + 3, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 110052.631578948, + 0, + 0 + ], + [ + 110210.52631579, + 1, + 0 + ], + [ + 110368.421052633, + 0, + 0 + ], + [ + 110526.315789475, + 2, + 0 + ], + [ + 110684.210526316, + 3, + 0 + ], + [ + 110842.105263158, + 1, + 0 + ], + [ + 111000, + 3, + 0 + ], + [ + 111157.894736842, + 2, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 111157.894736843, + 0, + 0 + ], + [ + 111236.842105263, + 5, + 0 + ], + [ + 111315.789473684, + 4, + 0 + ], + [ + 111315.789473685, + 3, + 0 + ], + [ + 111394.736842105, + 7, + 0 + ], + [ + 111473.684210526, + 6, + 0 + ], + [ + 111473.684210527, + 0, + 0 + ], + [ + 111552.631578947, + 7, + 0 + ], + [ + 111631.578947368, + 4, + 0 + ], + [ + 111631.578947369, + 1, + 0 + ], + [ + 111710.526315789, + 5, + 0 + ], + [ + 111789.473684211, + 7, + 236.842105263158 + ], + [ + 111789.473684212, + 2, + 0 + ], + [ + 111947.368421054, + 0, + 0 + ], + [ + 112105.263157895, + 4, + 236.842105263158 + ], + [ + 112105.263157896, + 3, + 0 + ], + [ + 112263.157894738, + 0, + 0 + ], + [ + 112421.052631579, + 5, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 112421.05263158, + 2, + 0 + ], + [ + 112500, + 6, + 0 + ], + [ + 112578.947368421, + 7, + 0 + ], + [ + 112578.947368422, + 1, + 0 + ], + [ + 112657.894736842, + 4, + 0 + ], + [ + 112736.842105263, + 5, + 0 + ], + [ + 112736.842105264, + 2, + 0 + ], + [ + 112815.789473684, + 4, + 0 + ], + [ + 112894.736842105, + 7, + 0 + ], + [ + 112894.736842106, + 3, + 0 + ], + [ + 112973.684210526, + 6, + 0 + ], + [ + 113052.631578947, + 4, + 236.842105263158 + ], + [ + 113052.631578948, + 1, + 0 + ], + [ + 113210.52631579, + 3, + 0 + ], + [ + 113368.421052632, + 5, + 236.842105263158 + ], + [ + 113368.421052633, + 0, + 0 + ], + [ + 113526.315789475, + 1, + 0 + ], + [ + 113684.210526316, + 6, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 113684.210526317, + 2, + 236.842105263158 + ], + [ + 113763.157894737, + 7, + 0 + ], + [ + 113842.105263158, + 4, + 0 + ], + [ + 113921.052631579, + 5, + 0 + ], + [ + 114000, + 6, + 0 + ], + [ + 114000.000000001, + 0, + 0 + ], + [ + 114078.947368421, + 7, + 0 + ], + [ + 114157.894736842, + 4, + 0 + ], + [ + 114157.894736843, + 3, + 0 + ], + [ + 114236.842105263, + 5, + 0 + ], + [ + 114315.789473684, + 6, + 236.842105263158 + ], + [ + 114315.789473685, + 1, + 0 + ], + [ + 114473.684210527, + 0, + 0 + ], + [ + 114631.578947368, + 7, + 236.842105263158 + ], + [ + 114631.578947369, + 2, + 0 + ], + [ + 114789.473684212, + 0, + 0 + ], + [ + 114947.368421053, + 6, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 114947.368421054, + 7, + 0 + ], + [ + 115026.315789474, + 1, + 0 + ], + [ + 115105.263157895, + 0, + 0 + ], + [ + 115105.263157896, + 5, + 0 + ], + [ + 115184.210526316, + 3, + 0 + ], + [ + 115263.157894737, + 2, + 0 + ], + [ + 115263.157894738, + 7, + 0 + ], + [ + 115342.105263158, + 1, + 0 + ], + [ + 115421.052631579, + 0, + 0 + ], + [ + 115421.05263158, + 4, + 0 + ], + [ + 115500, + 3, + 0 + ], + [ + 115578.947368421, + 0, + 236.842105263158 + ], + [ + 115578.947368422, + 6, + 0 + ], + [ + 115736.842105264, + 5, + 0 + ], + [ + 115894.736842105, + 1, + 236.842105263158 + ], + [ + 115894.736842106, + 7, + 0 + ], + [ + 116052.631578948, + 4, + 0 + ], + [ + 116210.526315789, + 3, + 0 + ], + [ + 116210.52631579, + 6, + 631.578947368421 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 116289.473684211, + 2, + 0 + ], + [ + 116368.421052632, + 1, + 0 + ], + [ + 116447.368421053, + 0, + 0 + ], + [ + 116526.315789474, + 2, + 0 + ], + [ + 116605.263157895, + 3, + 0 + ], + [ + 116684.210526316, + 0, + 0 + ], + [ + 116763.157894737, + 1, + 0 + ], + [ + 116842.105263158, + 3, + 0 + ], + [ + 116921.052631579, + 2, + 0 + ], + [ + 117000, + 1, + 0 + ], + [ + 117078.947368421, + 3, + 0 + ], + [ + 117157.894736842, + 0, + 236.842105263158 + ], + [ + 117473.684210526, + 3, + 0 + ], + [ + 117631.578947368, + 1, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 117789.473684211, + 0, + 0 + ], + [ + 117947.368421053, + 3, + 0 + ], + [ + 118105.263157895, + 2, + 236.842105263158 + ], + [ + 118421.052631579, + 3, + 236.842105263158 + ], + [ + 118737, + 0, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 118815.947368421, + 3, + 0 + ], + [ + 118894.894736842, + 2, + 0 + ], + [ + 118973.842105263, + 1, + 0 + ], + [ + 119052.789473684, + 3, + 0 + ], + [ + 119131.736842105, + 2, + 0 + ], + [ + 119210.684210526, + 0, + 0 + ], + [ + 119289.631578948, + 1, + 0 + ], + [ + 119368.578947369, + 3, + 0 + ], + [ + 119447.52631579, + 2, + 0 + ], + [ + 119526.473684211, + 1, + 0 + ], + [ + 119605.421052632, + 0, + 0 + ], + [ + 119684.368421053, + 2, + 236.842105263158 + ], + [ + 120000.157894737, + 0, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 120079.105263158, + 3, + 0 + ], + [ + 120158.052631579, + 2, + 0 + ], + [ + 120237, + 1, + 0 + ], + [ + 120315.947368421, + 3, + 0 + ], + [ + 120394.894736842, + 2, + 0 + ], + [ + 120473.842105263, + 0, + 0 + ], + [ + 120552.789473684, + 1, + 0 + ], + [ + 120631.736842105, + 3, + 0 + ], + [ + 120710.684210526, + 2, + 0 + ], + [ + 120789.631578948, + 1, + 0 + ], + [ + 120868.578947369, + 0, + 0 + ], + [ + 120947.52631579, + 3, + 236.842105263158 + ], + [ + 121263.000000001, + 6, + 0 + ], + [ + 121263.315789474, + 0, + 631.578947368421 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 121420.894736843, + 2, + 0 + ], + [ + 121578.789473685, + 0, + 0 + ], + [ + 121736.684210527, + 1, + 0 + ], + [ + 121894.578947369, + 2, + 0 + ], + [ + 122052.473684212, + 3, + 0 + ], + [ + 122210.368421054, + 0, + 0 + ], + [ + 122368.263157896, + 3, + 0 + ], + [ + 122526.157894738, + 2, + 0 + ], + [ + 122684.05263158, + 3, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 122841.947368422, + 0, + 0 + ], + [ + 122999.842105264, + 1, + 0 + ], + [ + 123157.736842106, + 2, + 0 + ], + [ + 123473.684210527, + 2, + 0 + ], + [ + 123789.473684211, + 6, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 123947.368421053, + 2, + 0 + ], + [ + 124105.263157895, + 0, + 0 + ], + [ + 124263.157894737, + 1, + 0 + ], + [ + 124421.052631579, + 2, + 0 + ], + [ + 124578.947368421, + 3, + 0 + ], + [ + 124736.842105263, + 0, + 0 + ], + [ + 124894.736842105, + 3, + 0 + ], + [ + 125052.631578948, + 2, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 125210.52631579, + 3, + 0 + ], + [ + 125368.421052632, + 0, + 0 + ], + [ + 125526.315789474, + 1, + 0 + ], + [ + 125684.210526316, + 2, + 0 + ], + [ + 126000.157894737, + 2, + 0 + ], + [ + 126315.789473684, + 6, + 0 + ], + [ + 126355.263157895, + 7, + 157.894736842105 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 126631.421052633, + 0, + 0 + ], + [ + 126710.368421054, + 3, + 0 + ], + [ + 126789.315789475, + 0, + 0 + ], + [ + 126947.210526317, + 1, + 0 + ], + [ + 127263.000000001, + 2, + 0 + ], + [ + 127578.789473685, + 1, + 0 + ], + [ + 127894.736842106, + 1, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 128210.52631579, + 1, + 0 + ], + [ + 128842.105263158, + 6, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 128881.578947368, + 3, + 157.894736842105 + ], + [ + 129157.736842105, + 0, + 0 + ], + [ + 129236.684210526, + 3, + 0 + ], + [ + 129315.631578947, + 0, + 0 + ], + [ + 129473.526315789, + 1, + 0 + ], + [ + 129789.315789474, + 2, + 0 + ], + [ + 130105.105263158, + 1, + 0 + ], + [ + 130421.052631579, + 1, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 130736.842105263, + 1, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "gfSection": false, + "altAnim": false, + "typeOfSection": 0, + "sectionNotes": [], + "bpm": 190, + "sectionBeats": 4, + "changeBPM": false, + "mustHitSection": true + } + ], + "gfVersion": "gf", + "events": [], + "player3": null, + "song": "Dad Battle Erect", + "validScore": true, + "stage": "stage", + "needsVoices": true, + "speed": 2.6, + "bpm": 190 + } +} \ No newline at end of file diff --git a/charts/dad-battle/dad-battle-normal.json b/charts/dad-battle/dad-battle-normal.json new file mode 100644 index 0000000..db78a3d --- /dev/null +++ b/charts/dad-battle/dad-battle-normal.json @@ -0,0 +1 @@ +{"song":{"song":"Dad Battle","bpm":180.0,"needsVoices":true,"player1":"bf","player2":"dad","speed":1.5,"notes":[{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[10666.667,2,0.0],[11000.0,0,0.0],[11333.334,2,0.0],[11666.667,0,0.0],[11833.334,3,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[12000.0,2,0.0],[12166.667,3,0.0],[12333.334,0,0.0],[12666.667,2,0.0],[13000.0,0,0.0],[13166.667,3,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[13333.334,2,0.0],[13666.667,0,0.0],[14000.0,2,0.0],[14333.334,0,0.0],[14500.0,3,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[14666.667,2,0.0],[14833.334,3,0.0],[15000.0,0,0.0],[15333.334,2,0.0],[15666.667,0,0.0],[15833.334,3,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[16000.0,1,0.0],[16333.334,0,0.0],[16500.0,3,0.0],[16666.668,1,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[17333.334,1,0.0],[17666.668,0,0.0],[17833.334,0,0.0],[18000.0,3,0.0],[18166.668,3,0.0],[18333.334,3,0.0],[18500.0,3,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[18666.668,1,0.0],[19000.0,0,0.0],[19166.668,3,0.0],[19333.334,1,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[20000.0,1,0.0],[20333.334,0,0.0],[20500.0,0,0.0],[20666.668,3,0.0],[20833.334,3,0.0],[21000.0,3,0.0],[21166.668,3,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[21666.668,2,0.0],[22000.0,3,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[22833.334,1,0.0],[23000.0,3,0.0],[23333.334,0,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[24333.334,2,0.0],[24666.668,1,0.0],[25000.0,0,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[25333.334,2,0.0],[25666.668,0,0.0],[25833.334,3,0.0],[26000.0,2,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[27000.0,2,0.0],[27333.334,3,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[28166.668,1,0.0],[28333.334,3,0.0],[28666.668,0,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[29666.668,2,0.0],[30000.0,1,0.0],[30333.334,0,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[30666.668,4,0.0],[30666.668,2,0.0],[30833.334,5,0.0],[31000.0,7,0.0],[31000.0,0,0.0],[31166.668,5,0.0],[31166.668,3,0.0],[31333.334,4,0.0],[31333.334,2,0.0],[31500.0,5,0.0],[31666.668,7,0.0],[31833.334,5,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[32166.668,0,0.0],[32333.334,3,0.0],[32666.668,1,0.0],[33000.0,0,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[33500.0,2,0.0],[33666.668,3,0.0],[34000.0,2,0.0],[34333.3359,0,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[34666.668,0,0.0],[35000.0,1,0.0],[35333.3359,3,0.0],[35666.668,1,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[36000.0,2,0.0],[36333.3359,3,0.0],[36666.668,0,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[37500.0,1,0.0],[37666.668,3,0.0],[38000.0,0,0.0],[38333.3359,1,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[38666.668,0,0.0],[39000.0,1,0.0],[39333.3359,2,0.0],[39500.0,3,0.0],[39666.668,2,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[40166.668,0,0.0],[40333.3359,3,0.0],[40666.668,2,0.0],[40833.3359,3,0.0],[41000.0,2,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[41333.3359,4,0.0],[41333.3359,0,0.0],[41500.0,5,0.0],[41666.668,7,0.0],[41666.668,2,0.0],[41833.3359,5,0.0],[42000.0,4,0.0],[42000.0,3,0.0],[42166.668,5,0.0],[42333.3359,7,0.0],[42333.3359,3,0.0],[42500.0,5,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[42833.3359,0,0.0],[43000.0,3,0.0],[43333.3359,1,0.0],[43666.668,0,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[44166.668,2,0.0],[44333.3359,3,0.0],[44666.668,2,0.0],[45000.0,0,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[45333.3359,0,0.0],[45666.668,1,0.0],[46000.0,3,0.0],[46333.3359,1,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[46666.668,2,0.0],[47000.0,3,0.0],[47333.3359,0,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[48166.668,1,0.0],[48333.3359,3,0.0],[48666.668,0,0.0],[49000.0,1,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[49333.3359,0,0.0],[49666.668,1,0.0],[50000.0,2,0.0],[50166.668,3,0.0],[50333.3359,2,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[50833.3359,0,0.0],[51000.0,3,0.0],[51333.3359,2,0.0],[51500.0,3,0.0],[51666.668,2,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[52000.0,0,0.0],[52333.3359,2,0.0],[52666.668,3,0.0],[53000.0,3,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[53333.3359,2,0.0],[53666.668,0,0.0],[54000.0,2,0.0],[54333.3359,0,0.0],[54500.0,3,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[54666.668,2,0.0],[55000.0,0,0.0],[55333.3359,2,0.0],[55666.668,0,0.0],[55833.3359,3,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[56000.0,2,0.0],[56333.3359,0,0.0],[56666.668,2,0.0],[57000.0,0,0.0],[57166.668,3,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[57333.3359,2,0.0],[57500.0,3,0.0],[57666.668,0,0.0],[58000.0,2,0.0],[58333.3359,0,0.0],[58500.0,3,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[58666.668,1,0.0],[59000.0,0,0.0],[59166.668,3,0.0],[59333.3359,1,0.0],[59666.668,1,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[60000.0,1,0.0],[60333.3359,0,0.0],[60500.0,0,0.0],[60666.668,3,0.0],[60833.3359,3,0.0],[61000.0,3,0.0],[61166.668,3,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[61333.3359,1,0.0],[61666.668,0,0.0],[61833.3359,3,0.0],[62000.0,1,0.0],[62333.3359,1,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[62666.668,4,0.0],[62666.668,1,0.0],[62833.3359,5,0.0],[63000.0,7,0.0],[63000.0,0,0.0],[63166.668,5,0.0],[63166.668,0,0.0],[63333.3359,4,0.0],[63333.3359,3,0.0],[63500.0,5,0.0],[63500.0,3,0.0],[63666.668,7,0.0],[63666.668,3,0.0],[63833.3359,5,333.333344],[63833.3359,3,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[64333.3359,2,0.0],[64500.0039,1,0.0],[64666.668,3,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[65500.0039,1,0.0],[65666.67,3,0.0],[66000.0,0,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[67000.0,2,0.0],[67333.3359,1,0.0],[67666.67,0,0.0],[67833.3359,1,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[68000.0,4,0.0],[68000.0,2,0.0],[68166.67,5,0.0],[68166.67,3,0.0],[68333.3359,7,0.0],[68333.3359,0,0.0],[68500.0,5,0.0],[68500.0,3,0.0],[68666.67,4,0.0],[68666.67,2,0.0],[68833.3359,5,0.0],[69000.0,7,0.0],[69166.67,5,333.333344]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[69666.67,2,0.0],[69833.3359,1,0.0],[70000.0,3,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[70833.3359,1,0.0],[71000.0,3,0.0],[71333.3359,0,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[72333.3359,2,0.0],[72666.67,1,0.0],[73000.0,0,0.0],[73166.67,1,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[73333.3359,2,0.0],[73500.0,3,0.0],[73666.67,0,0.0],[73833.3359,3,0.0],[74000.0,2,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[74666.67,2,0.0],[75000.0,0,0.0],[75333.3359,2,0.0],[75666.67,0,0.0],[75833.3359,3,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[76000.0,2,0.0],[76166.67,3,0.0],[76333.3359,0,0.0],[76666.67,2,0.0],[77000.0,2,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[77333.3359,2,0.0],[77666.67,0,0.0],[78000.0,2,0.0],[78333.3359,0,0.0],[78500.0,3,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[78666.67,2,0.0],[78833.3359,3,0.0],[79000.0,0,0.0],[79333.3359,2,0.0],[79666.67,2,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[80000.0,1,0.0],[80333.3359,0,0.0],[80500.0,3,0.0],[80666.67,1,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[81333.3359,1,0.0],[81666.67,1,0.0],[82000.0,1,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[82666.67,1,0.0],[83000.0,0,0.0],[83166.67,3,0.0],[83333.3359,1,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[84000.0,1,0.0],[84333.3359,1,0.0],[84666.67,1,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[]}]},"generatedBy":"SNIFF ver.6"} \ No newline at end of file diff --git a/charts/dad-battle/dad-battle.json b/charts/dad-battle/dad-battle.json new file mode 100644 index 0000000..db78a3d --- /dev/null +++ b/charts/dad-battle/dad-battle.json @@ -0,0 +1 @@ +{"song":{"song":"Dad Battle","bpm":180.0,"needsVoices":true,"player1":"bf","player2":"dad","speed":1.5,"notes":[{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[10666.667,2,0.0],[11000.0,0,0.0],[11333.334,2,0.0],[11666.667,0,0.0],[11833.334,3,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[12000.0,2,0.0],[12166.667,3,0.0],[12333.334,0,0.0],[12666.667,2,0.0],[13000.0,0,0.0],[13166.667,3,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[13333.334,2,0.0],[13666.667,0,0.0],[14000.0,2,0.0],[14333.334,0,0.0],[14500.0,3,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[14666.667,2,0.0],[14833.334,3,0.0],[15000.0,0,0.0],[15333.334,2,0.0],[15666.667,0,0.0],[15833.334,3,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[16000.0,1,0.0],[16333.334,0,0.0],[16500.0,3,0.0],[16666.668,1,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[17333.334,1,0.0],[17666.668,0,0.0],[17833.334,0,0.0],[18000.0,3,0.0],[18166.668,3,0.0],[18333.334,3,0.0],[18500.0,3,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[18666.668,1,0.0],[19000.0,0,0.0],[19166.668,3,0.0],[19333.334,1,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[20000.0,1,0.0],[20333.334,0,0.0],[20500.0,0,0.0],[20666.668,3,0.0],[20833.334,3,0.0],[21000.0,3,0.0],[21166.668,3,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[21666.668,2,0.0],[22000.0,3,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[22833.334,1,0.0],[23000.0,3,0.0],[23333.334,0,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[24333.334,2,0.0],[24666.668,1,0.0],[25000.0,0,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[25333.334,2,0.0],[25666.668,0,0.0],[25833.334,3,0.0],[26000.0,2,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[27000.0,2,0.0],[27333.334,3,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[28166.668,1,0.0],[28333.334,3,0.0],[28666.668,0,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[29666.668,2,0.0],[30000.0,1,0.0],[30333.334,0,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[30666.668,4,0.0],[30666.668,2,0.0],[30833.334,5,0.0],[31000.0,7,0.0],[31000.0,0,0.0],[31166.668,5,0.0],[31166.668,3,0.0],[31333.334,4,0.0],[31333.334,2,0.0],[31500.0,5,0.0],[31666.668,7,0.0],[31833.334,5,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[32166.668,0,0.0],[32333.334,3,0.0],[32666.668,1,0.0],[33000.0,0,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[33500.0,2,0.0],[33666.668,3,0.0],[34000.0,2,0.0],[34333.3359,0,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[34666.668,0,0.0],[35000.0,1,0.0],[35333.3359,3,0.0],[35666.668,1,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[36000.0,2,0.0],[36333.3359,3,0.0],[36666.668,0,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[37500.0,1,0.0],[37666.668,3,0.0],[38000.0,0,0.0],[38333.3359,1,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[38666.668,0,0.0],[39000.0,1,0.0],[39333.3359,2,0.0],[39500.0,3,0.0],[39666.668,2,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[40166.668,0,0.0],[40333.3359,3,0.0],[40666.668,2,0.0],[40833.3359,3,0.0],[41000.0,2,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[41333.3359,4,0.0],[41333.3359,0,0.0],[41500.0,5,0.0],[41666.668,7,0.0],[41666.668,2,0.0],[41833.3359,5,0.0],[42000.0,4,0.0],[42000.0,3,0.0],[42166.668,5,0.0],[42333.3359,7,0.0],[42333.3359,3,0.0],[42500.0,5,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[42833.3359,0,0.0],[43000.0,3,0.0],[43333.3359,1,0.0],[43666.668,0,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[44166.668,2,0.0],[44333.3359,3,0.0],[44666.668,2,0.0],[45000.0,0,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[45333.3359,0,0.0],[45666.668,1,0.0],[46000.0,3,0.0],[46333.3359,1,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[46666.668,2,0.0],[47000.0,3,0.0],[47333.3359,0,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[48166.668,1,0.0],[48333.3359,3,0.0],[48666.668,0,0.0],[49000.0,1,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[49333.3359,0,0.0],[49666.668,1,0.0],[50000.0,2,0.0],[50166.668,3,0.0],[50333.3359,2,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[50833.3359,0,0.0],[51000.0,3,0.0],[51333.3359,2,0.0],[51500.0,3,0.0],[51666.668,2,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[52000.0,0,0.0],[52333.3359,2,0.0],[52666.668,3,0.0],[53000.0,3,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[53333.3359,2,0.0],[53666.668,0,0.0],[54000.0,2,0.0],[54333.3359,0,0.0],[54500.0,3,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[54666.668,2,0.0],[55000.0,0,0.0],[55333.3359,2,0.0],[55666.668,0,0.0],[55833.3359,3,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[56000.0,2,0.0],[56333.3359,0,0.0],[56666.668,2,0.0],[57000.0,0,0.0],[57166.668,3,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[57333.3359,2,0.0],[57500.0,3,0.0],[57666.668,0,0.0],[58000.0,2,0.0],[58333.3359,0,0.0],[58500.0,3,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[58666.668,1,0.0],[59000.0,0,0.0],[59166.668,3,0.0],[59333.3359,1,0.0],[59666.668,1,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[60000.0,1,0.0],[60333.3359,0,0.0],[60500.0,0,0.0],[60666.668,3,0.0],[60833.3359,3,0.0],[61000.0,3,0.0],[61166.668,3,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[61333.3359,1,0.0],[61666.668,0,0.0],[61833.3359,3,0.0],[62000.0,1,0.0],[62333.3359,1,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[62666.668,4,0.0],[62666.668,1,0.0],[62833.3359,5,0.0],[63000.0,7,0.0],[63000.0,0,0.0],[63166.668,5,0.0],[63166.668,0,0.0],[63333.3359,4,0.0],[63333.3359,3,0.0],[63500.0,5,0.0],[63500.0,3,0.0],[63666.668,7,0.0],[63666.668,3,0.0],[63833.3359,5,333.333344],[63833.3359,3,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[64333.3359,2,0.0],[64500.0039,1,0.0],[64666.668,3,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[65500.0039,1,0.0],[65666.67,3,0.0],[66000.0,0,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[67000.0,2,0.0],[67333.3359,1,0.0],[67666.67,0,0.0],[67833.3359,1,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[68000.0,4,0.0],[68000.0,2,0.0],[68166.67,5,0.0],[68166.67,3,0.0],[68333.3359,7,0.0],[68333.3359,0,0.0],[68500.0,5,0.0],[68500.0,3,0.0],[68666.67,4,0.0],[68666.67,2,0.0],[68833.3359,5,0.0],[69000.0,7,0.0],[69166.67,5,333.333344]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[69666.67,2,0.0],[69833.3359,1,0.0],[70000.0,3,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[70833.3359,1,0.0],[71000.0,3,0.0],[71333.3359,0,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[72333.3359,2,0.0],[72666.67,1,0.0],[73000.0,0,0.0],[73166.67,1,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[73333.3359,2,0.0],[73500.0,3,0.0],[73666.67,0,0.0],[73833.3359,3,0.0],[74000.0,2,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[74666.67,2,0.0],[75000.0,0,0.0],[75333.3359,2,0.0],[75666.67,0,0.0],[75833.3359,3,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[76000.0,2,0.0],[76166.67,3,0.0],[76333.3359,0,0.0],[76666.67,2,0.0],[77000.0,2,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[77333.3359,2,0.0],[77666.67,0,0.0],[78000.0,2,0.0],[78333.3359,0,0.0],[78500.0,3,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[78666.67,2,0.0],[78833.3359,3,0.0],[79000.0,0,0.0],[79333.3359,2,0.0],[79666.67,2,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[80000.0,1,0.0],[80333.3359,0,0.0],[80500.0,3,0.0],[80666.67,1,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[81333.3359,1,0.0],[81666.67,1,0.0],[82000.0,1,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[82666.67,1,0.0],[83000.0,0,0.0],[83166.67,3,0.0],[83333.3359,1,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[84000.0,1,0.0],[84333.3359,1,0.0],[84666.67,1,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[]}]},"generatedBy":"SNIFF ver.6"} \ No newline at end of file diff --git a/charts/dad-battle/events.json b/charts/dad-battle/events.json new file mode 100644 index 0000000..5dc3b2a --- /dev/null +++ b/charts/dad-battle/events.json @@ -0,0 +1,301 @@ +{ + "song": { + "events": [ + [ + 32000, + [ + [ + "Dadbattle Spotlight", + "1", + "" + ], + [ + "Camera Flash", + "2", + "" + ] + ] + ], + [ + 41333.3333333333, + [ + [ + "Set Cam Zoom", + "0.9", + "" + ], + [ + "Camera Set Target", + "b", + "" + ] + ] + ], + [ + 42666.6666666667, + [ + [ + "Dadbattle Spotlight", + "3", + "" + ] + ] + ], + [ + 48000, + [ + [ + "Camera Flash", + "0.5", + "" + ], + [ + "Camera Follow Pos", + "650", + "550" + ], + [ + "Set Cam Zoom", + "0.65", + "" + ] + ] + ], + [ + 48333.3333333334, + [ + [ + "Add Camera Zoom", + "", + "" + ] + ] + ], + [ + 48666.6666666667, + [ + [ + "Add Camera Zoom", + "", + "" + ] + ] + ], + [ + 49000, + [ + [ + "Add Camera Zoom", + "", + "" + ] + ] + ], + [ + 49666.6666666667, + [ + [ + "Add Camera Zoom", + "", + "" + ] + ] + ], + [ + 50000, + [ + [ + "Add Camera Zoom", + "", + "" + ] + ] + ], + [ + 50333.3333333334, + [ + [ + "Add Camera Zoom", + "", + "" + ] + ] + ], + [ + 51000, + [ + [ + "Add Camera Zoom", + "", + "" + ] + ] + ], + [ + 51333.3333333334, + [ + [ + "Add Camera Zoom", + "", + "" + ] + ] + ], + [ + 51666.6666666667, + [ + [ + "Add Camera Zoom", + "", + "" + ] + ] + ], + [ + 52000, + [ + [ + "Add Camera Zoom", + "0.015", + "0" + ] + ] + ], + [ + 52166.6666666667, + [ + [ + "Add Camera Zoom", + "0.03", + "" + ] + ] + ], + [ + 52333.3333333334, + [ + [ + "Add Camera Zoom", + "0.03", + "" + ] + ] + ], + [ + 52500, + [ + [ + "Add Camera Zoom", + "0.03", + "" + ] + ] + ], + [ + 52666.6666666667, + [ + [ + "Add Camera Zoom", + "0.03", + "" + ] + ] + ], + [ + 52833.3333333334, + [ + [ + "Add Camera Zoom", + "0.03", + "" + ] + ] + ], + [ + 52916.6666666667, + [ + [ + "Add Camera Zoom", + "0.03", + "" + ] + ] + ], + [ + 53000, + [ + [ + "Add Camera Zoom", + "0.03", + "" + ] + ] + ], + [ + 53083.3333333334, + [ + [ + "Add Camera Zoom", + "0.03", + "" + ] + ] + ], + [ + 53166.6666666667, + [ + [ + "Add Camera Zoom", + "0.03", + "" + ] + ] + ], + [ + 53250, + [ + [ + "Add Camera Zoom", + "0.03", + "" + ] + ] + ], + [ + 53333.3333333334, + [ + [ + "Dadbattle Spotlight", + "0", + "" + ], + [ + "Set Cam Zoom", + "0.75", + "2" + ], + [ + "Camera Follow Pos", + "", + "" + ], + [ + "Camera Flash", + "0.5", + "" + ] + ] + ], + [ + 74666.6666666667, + [ + [ + "Set Cam Zoom", + "0.8", + "" + ] + ] + ] + ] + } +} \ No newline at end of file diff --git a/charts/dad-battle/script 2 copy.lua b/charts/dad-battle/script 2 copy.lua new file mode 100644 index 0000000..0697428 --- /dev/null +++ b/charts/dad-battle/script 2 copy.lua @@ -0,0 +1,113 @@ + -- Script made by Washo789, please, if you use it or modify it, I would like you to give me credits. + +local xx = 520; -- Code to change the position of the camera to the left or right for your opponent, Less = Left (They can be negative numbers), More = Right +local yy = 350; -- Code to change the position of the camera up or down for the enemy Less = Down (They can be negative numbers), More = Up +local xx2 = 820; -- Same code as above, but for boyfriend left, right +local yy2 = 550; -- Same code as above, but for boyfriend up, down +local xx3 = 520; -- Same code as above, but for girlfriend left, right +local yy3 = 450; -- Same code as above, but for girlfriend, up, down +local ofs = 35; -- Code to adjust the intensity with which the camera moves, the more numbers, the more intense, and the fewer numbers, less intense +local followchars = true; -- This code is necessary for the script to work, don't even think about deleting it! +local del = 0; +local del2 = 0; + +function onUpdate() -- The Main Code + if del > 0 then + del = del - 1 + end + if del2 > 0 then + del2 = del2 - 1 + end + if followchars == true then + if mustHitSection == false then -- Code for the camera to follow the poses of your opponent + if getProperty('dad.animation.curAnim.name') == 'singLEFT' then + triggerEvent('Camera Follow Pos',xx-ofs,yy) + end + if getProperty('dad.animation.curAnim.name') == 'singRIGHT' then + triggerEvent('Camera Follow Pos',xx+ofs,yy) + end + if getProperty('dad.animation.curAnim.name') == 'singUP' then + triggerEvent('Camera Follow Pos',xx,yy-ofs) + end + if getProperty('dad.animation.curAnim.name') == 'singDOWN' then + triggerEvent('Camera Follow Pos',xx,yy+ofs) + end + if getProperty('dad.animation.curAnim.name') == 'singLEFT-alt' then + triggerEvent('Camera Follow Pos',xx-ofs,yy) + end + if getProperty('dad.animation.curAnim.name') == 'singRIGHT-alt' then + triggerEvent('Camera Follow Pos',xx+ofs,yy) + end + if getProperty('dad.animation.curAnim.name') == 'singUP-alt' then + triggerEvent('Camera Follow Pos',xx,yy-ofs) + end + if getProperty('dad.animation.curAnim.name') == 'singDOWN-alt' then + triggerEvent('Camera Follow Pos',xx,yy+ofs) + end + if getProperty('dad.animation.curAnim.name') == 'idle-alt' then + triggerEvent('Camera Follow Pos',xx,yy) + end + if getProperty('dad.animation.curAnim.name') == 'idle' then + triggerEvent('Camera Follow Pos',xx,yy) + end + if gfSection == true then -- The camera follows GF when she sings, only when the "GF Section" option in the chart editor is activated. + if getProperty('gf.animation.curAnim.name') == 'singLEFT' then -- Credits to Serebeat and company for their Slaybells mod, + triggerEvent('Camera Follow Pos',xx3-ofs,yy3) -- That's where I got the gf code from. + end + if getProperty('gf.animation.curAnim.name') == 'singRIGHT' then + triggerEvent('Camera Follow Pos',xx3+ofs,yy3) + end + if getProperty('gf.animation.curAnim.name') == 'singUP' then + triggerEvent('Camera Follow Pos',xx3,yy3-ofs) + end + if getProperty('gf.animation.curAnim.name') == 'singDOWN' then + triggerEvent('Camera Follow Pos',xx3,yy3+ofs) + end + if getProperty('gf.animation.curAnim.name') == 'idle-alt' then + triggerEvent('Camera Follow Pos',xx3,yy3) + end + if getProperty('gf.animation.curAnim.name') == 'singRIGHT-alt' then + triggerEvent('Camera Follow Pos',xx3+ofs,yy3) + end + if getProperty('gf.animation.curAnim.name') == 'singUP-alt' then + triggerEvent('Camera Follow Pos',xx3,yy3-ofs) + end + if getProperty('gf.animation.curAnim.name') == 'singDOWN-alt' then + triggerEvent('Camera Follow Pos',xx3,yy3+ofs) + end + if getProperty('gf.animation.curAnim.name') == 'idle-alt' then + triggerEvent('Camera Follow Pos',xx3,yy3) + end + end + else + -- Code for the camera to follow the poses of boyfriend + if getProperty('boyfriend.animation.curAnim.name') == 'singLEFT' then + triggerEvent('Camera Follow Pos',xx2-ofs,yy2) + end + if getProperty('boyfriend.animation.curAnim.name') == 'singRIGHT' then + triggerEvent('Camera Follow Pos',xx2+ofs,yy2) + end + if getProperty('boyfriend.animation.curAnim.name') == 'singUP' then + triggerEvent('Camera Follow Pos',xx2,yy2-ofs) + end + if getProperty('boyfriend.animation.curAnim.name') == 'singDOWN' then + triggerEvent('Camera Follow Pos',xx2,yy2+ofs) + end + if getProperty('boyfriend.animation.curAnim.name') == 'singRIGHT-alt' then + triggerEvent('Camera Follow Pos',xx2+ofs,yy2) + end + if getProperty('boyfriend.animation.curAnim.name') == 'singUP-alt' then + triggerEvent('Camera Follow Pos',xx2,yy2-ofs) + end + if getProperty('boyfriend.animation.curAnim.name') == 'singDOWN-alt' then + triggerEvent('Camera Follow Pos',xx2,yy2+ofs) + end + if getProperty('boyfriend.animation.curAnim.name') == 'idle-alt' then + triggerEvent('Camera Follow Pos',xx2,yy2) + end + end + else + triggerEvent('Camera Follow Pos','','') -- Self explanatory + end + +end diff --git a/charts/high/high-erect.json b/charts/high/high-erect.json index d3e19b2..03e57f5 100644 --- a/charts/high/high-erect.json +++ b/charts/high/high-erect.json @@ -1,7 +1,7 @@ { "song": { - "player1": "bf2", - "player2": "mom-car", + "player1": "bf", + "player2": "dad", "events": [], "notes": [ { @@ -4169,12 +4169,12 @@ "mustHitSection": true } ], - "gfVersion": "gf-car", + "gfVersion": "gf", "song": "High Erect", "needsVoices": true, - "stage": "limo", + "stage": "stage", "validScore": true, "bpm": 125, "speed": 2.4 } -} \ No newline at end of file +} diff --git a/charts/stress/stress-easy.json b/charts/stress/stress-easy.json index d631415..23d3afc 100644 --- a/charts/stress/stress-easy.json +++ b/charts/stress/stress-easy.json @@ -1,8 +1,8 @@ { "song": { - "player1": "bf-holding-gf", + "player1": "bf", "events": [], - "gfVersion": "pico-speaker", + "gfVersion": "gf", "notes": [ { "sectionNotes": [ @@ -3049,4 +3049,4 @@ "bpm": 178, "speed": 1.75 } -} \ No newline at end of file +} diff --git a/charts/stress/stress-hard.json b/charts/stress/stress-hard.json index 995aa31..dd3a333 100644 --- a/charts/stress/stress-hard.json +++ b/charts/stress/stress-hard.json @@ -1,8 +1,8 @@ { "song": { - "player1": "bf-holding-gf", + "player1": "bf", "events": [], - "gfVersion": "pico-speaker", + "gfVersion": "gf", "notes": [ { "sectionNotes": [ @@ -5794,4 +5794,4 @@ "bpm": 178, "speed": 2.6 } -} \ No newline at end of file +} diff --git a/charts/stress/stress-normal.json b/charts/stress/stress-normal.json index 3c2b17b..cbf1fab 100644 --- a/charts/stress/stress-normal.json +++ b/charts/stress/stress-normal.json @@ -1,8 +1,8 @@ { "song": { - "player1": "bf-holding-gf", + "player1": "bf", "events": [], - "gfVersion": "pico-speaker", + "gfVersion": "gf", "notes": [ { "sectionNotes": [ @@ -4324,4 +4324,4 @@ "bpm": 178, "speed": 2.2 } -} \ No newline at end of file +} diff --git a/charts/stress/stress.json b/charts/stress/stress.json deleted file mode 100644 index ee91450..0000000 --- a/charts/stress/stress.json +++ /dev/null @@ -1,4287 +0,0 @@ -{ - "song": { - "player1": "bf-holding-gf", - "events": [], - "gfVersion": "pico-speaker", - "notes": [ - { - "sectionNotes": [ - [ - 0, - 2, - 0 - ], - [ - 168.539322, - 3, - 0 - ], - [ - 337.078644, - 0, - 0 - ], - [ - 674.1573, - 0, - 0 - ], - [ - 842.696655, - 3, - 0 - ], - [ - 1011.23596, - 2, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": false - }, - { - "sectionNotes": [ - [ - 1348.31458, - 1, - 0 - ], - [ - 1516.85388, - 0, - 0 - ], - [ - 1685.39331, - 3, - 0 - ], - [ - 1853.93262, - 2, - 0 - ], - [ - 2022.47192, - 0, - 0 - ], - [ - 2191.01123, - 3, - 0 - ], - [ - 2359.55054, - 1, - 0 - ], - [ - 2528.08984, - 0, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": false - }, - { - "sectionNotes": [ - [ - 2696.62915, - 2, - 0 - ], - [ - 2865.16846, - 3, - 0 - ], - [ - 3033.70776, - 0, - 0 - ], - [ - 3370.78662, - 0, - 0 - ], - [ - 3539.326, - 3, - 0 - ], - [ - 3707.86523, - 2, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": false - }, - { - "sectionNotes": [ - [ - 4044.94385, - 1, - 0 - ], - [ - 4213.483, - 0, - 0 - ], - [ - 4382.02246, - 3, - 0 - ], - [ - 4550.562, - 2, - 0 - ], - [ - 4719.101, - 0, - 0 - ], - [ - 4887.64063, - 3, - 0 - ], - [ - 5056.17969, - 1, - 0 - ], - [ - 5224.719, - 0, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": false - }, - { - "sectionNotes": [ - [ - 5393.2583, - 2, - 0 - ], - [ - 5561.798, - 3, - 0 - ], - [ - 5730.337, - 0, - 0 - ], - [ - 6067.41553, - 0, - 0 - ], - [ - 6235.955, - 3, - 0 - ], - [ - 6404.494, - 2, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [ - [ - 6741.573, - 1, - 0 - ], - [ - 6910.1123, - 0, - 0 - ], - [ - 7078.652, - 3, - 0 - ], - [ - 7247.191, - 2, - 0 - ], - [ - 7415.73047, - 0, - 0 - ], - [ - 7584.26953, - 3, - 0 - ], - [ - 7752.809, - 1, - 0 - ], - [ - 7921.348, - 0, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [ - [ - 8089.8877, - 2, - 0 - ], - [ - 8258.427, - 3, - 0 - ], - [ - 8426.966, - 0, - 0 - ], - [ - 8764.045, - 0, - 0 - ], - [ - 8932.584, - 3, - 0 - ], - [ - 9101.124, - 2, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [ - [ - 9438.202, - 1, - 0 - ], - [ - 9606.741, - 0, - 0 - ], - [ - 9775.281, - 3, - 0 - ], - [ - 9943.82, - 2, - 0 - ], - [ - 10112.3594, - 0, - 0 - ], - [ - 10280.8984, - 3, - 0 - ], - [ - 10449.4385, - 1, - 0 - ], - [ - 10617.9775, - 0, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [ - [ - 11123.5957, - 0, - 0 - ], - [ - 11292.1348, - 1, - 0 - ], - [ - 11460.6738, - 3, - 252.80899 - ], - [ - 11797.7529, - 1, - 252.80899 - ] - ], - "lengthInSteps": 16, - "mustHitSection": false - }, - { - "sectionNotes": [ - [ - 12134.8311, - 0, - 0 - ], - [ - 12471.91, - 0, - 0 - ], - [ - 12808.9883, - 0, - 0 - ], - [ - 12977.5283, - 0, - 0 - ], - [ - 13146.0674, - 3, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": false - }, - { - "sectionNotes": [ - [ - 13483.1465, - 1, - 0 - ], - [ - 13651.6855, - 0, - 0 - ], - [ - 13820.2246, - 3, - 0 - ], - [ - 13988.7637, - 1, - 0 - ], - [ - 14157.3037, - 0, - 0 - ], - [ - 14325.8428, - 3, - 0 - ], - [ - 14494.3818, - 1, - 0 - ], - [ - 14662.9209, - 0, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": false - }, - { - "sectionNotes": [ - [ - 14831.4609, - 5, - 0 - ], - [ - 14831.4609, - 0, - 252.80899 - ], - [ - 15000, - 4, - 0 - ], - [ - 15168.5391, - 7, - 0 - ], - [ - 15168.5391, - 1, - 252.80899 - ], - [ - 15337.0791, - 5, - 0 - ], - [ - 15505.6182, - 4, - 0 - ], - [ - 15505.6182, - 3, - 252.80899 - ], - [ - 15674.1572, - 7, - 0 - ], - [ - 15842.6963, - 5, - 0 - ], - [ - 15842.6963, - 1, - 252.80899 - ], - [ - 16011.2363, - 4, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [ - [ - 16179.7754, - 3, - 252.80899 - ], - [ - 16516.8535, - 0, - 0 - ], - [ - 16685.3926, - 1, - 0 - ], - [ - 16853.9316, - 3, - 252.80899 - ], - [ - 17191.0117, - 1, - 252.80899 - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [ - [ - 17528.09, - 0, - 0 - ], - [ - 17865.168, - 0, - 0 - ], - [ - 18202.248, - 0, - 0 - ], - [ - 18370.7871, - 0, - 0 - ], - [ - 18539.3262, - 3, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [ - [ - 18876.4043, - 1, - 0 - ], - [ - 19044.9434, - 0, - 0 - ], - [ - 19213.4824, - 3, - 0 - ], - [ - 19382.0215, - 1, - 0 - ], - [ - 19550.5625, - 0, - 0 - ], - [ - 19719.1016, - 3, - 0 - ], - [ - 19887.64, - 1, - 0 - ], - [ - 20056.18, - 0, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [ - [ - 20224.7188, - 1, - 0 - ], - [ - 20393.2578, - 0, - 0 - ], - [ - 20561.7969, - 3, - 0 - ], - [ - 20730.3379, - 1, - 0 - ], - [ - 20898.877, - 0, - 0 - ], - [ - 21067.416, - 3, - 0 - ], - [ - 21235.9551, - 1, - 0 - ], - [ - 21404.4941, - 0, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [ - [ - 21573.0332, - 3, - 0 - ], - [ - 21573.0332, - 7, - 0 - ], - [ - 21741.5723, - 2, - 0 - ], - [ - 21910.1133, - 0, - 0 - ], - [ - 21910.1133, - 7, - 0 - ], - [ - 22078.6523, - 2, - 0 - ], - [ - 22247.1914, - 3, - 0 - ], - [ - 22247.1914, - 7, - 0 - ], - [ - 22415.73, - 2, - 0 - ], - [ - 22584.27, - 0, - 0 - ], - [ - 22584.27, - 7, - 0 - ], - [ - 22752.8086, - 2, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": false - }, - { - "sectionNotes": [ - [ - 22921.3477, - 3, - 0 - ], - [ - 22921.3477, - 5, - 0 - ], - [ - 23089.8867, - 2, - 0 - ], - [ - 23258.4277, - 3, - 0 - ], - [ - 23258.4277, - 5, - 0 - ], - [ - 23426.9668, - 2, - 0 - ], - [ - 23595.5059, - 3, - 0 - ], - [ - 23595.5059, - 7, - 252.80899 - ], - [ - 23764.0449, - 0, - 0 - ], - [ - 23932.584, - 4, - 252.80899 - ], - [ - 23932.584, - 1, - 0 - ], - [ - 24101.123, - 0, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": false - }, - { - "sectionNotes": [ - [ - 24269.6621, - 6, - 0 - ], - [ - 24269.6621, - 3, - 0 - ], - [ - 24438.2031, - 2, - 0 - ], - [ - 24606.7422, - 0, - 0 - ], - [ - 24775.2813, - 2, - 0 - ], - [ - 24943.82, - 3, - 0 - ], - [ - 25112.36, - 2, - 0 - ], - [ - 25280.8984, - 0, - 0 - ], - [ - 25449.4375, - 2, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [ - [ - 25617.9766, - 3, - 0 - ], - [ - 25786.5176, - 2, - 0 - ], - [ - 25955.0566, - 3, - 0 - ], - [ - 26123.5957, - 2, - 0 - ], - [ - 26292.1348, - 3, - 0 - ], - [ - 26460.6738, - 0, - 0 - ], - [ - 26629.2129, - 1, - 0 - ], - [ - 26797.752, - 0, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [ - [ - 26966.293, - 3, - 0 - ], - [ - 26966.293, - 6, - 589.887634 - ], - [ - 27134.832, - 2, - 0 - ], - [ - 27303.3711, - 0, - 0 - ], - [ - 27471.91, - 2, - 0 - ], - [ - 27640.45, - 3, - 0 - ], - [ - 27640.45, - 7, - 589.887634 - ], - [ - 27808.9883, - 2, - 0 - ], - [ - 27977.5273, - 0, - 0 - ], - [ - 28146.0684, - 2, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": false - }, - { - "sectionNotes": [ - [ - 28314.6074, - 7, - 0 - ], - [ - 28314.6074, - 1, - 589.887634 - ], - [ - 28483.1465, - 6, - 0 - ], - [ - 28651.6855, - 7, - 0 - ], - [ - 28820.2246, - 6, - 0 - ], - [ - 28988.7637, - 0, - 589.887634 - ], - [ - 28988.7637, - 7, - 0 - ], - [ - 29157.3027, - 4, - 0 - ], - [ - 29325.8418, - 5, - 0 - ], - [ - 29494.3828, - 4, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [ - [ - 29662.9219, - 3, - 0 - ], - [ - 29662.9219, - 4, - 0 - ], - [ - 29831.46, - 2, - 0 - ], - [ - 30000, - 0, - 0 - ], - [ - 30000, - 4, - 0 - ], - [ - 30168.54, - 2, - 0 - ], - [ - 30337.0781, - 3, - 0 - ], - [ - 30337.0781, - 4, - 0 - ], - [ - 30505.6172, - 2, - 0 - ], - [ - 30674.1582, - 0, - 0 - ], - [ - 30674.1582, - 4, - 0 - ], - [ - 30842.6973, - 2, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [ - [ - 31011.2363, - 7, - 0 - ], - [ - 31011.2363, - 0, - 0 - ], - [ - 31179.7754, - 6, - 0 - ], - [ - 31348.3145, - 7, - 0 - ], - [ - 31348.3145, - 0, - 0 - ], - [ - 31516.8535, - 6, - 0 - ], - [ - 31685.3926, - 7, - 0 - ], - [ - 31685.3926, - 0, - 0 - ], - [ - 31853.9316, - 4, - 0 - ], - [ - 31853.9316, - 0, - 0 - ], - [ - 32022.4727, - 5, - 0 - ], - [ - 32022.4727, - 0, - 0 - ], - [ - 32191.0117, - 4, - 0 - ], - [ - 32191.0117, - 0, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": false - }, - { - "sectionNotes": [ - [ - 32359.55, - 0, - 0 - ], - [ - 32359.55, - 5, - 674.1573 - ], - [ - 32696.6289, - 2, - 0 - ], - [ - 32865.168, - 3, - 0 - ], - [ - 33033.707, - 0, - 0 - ], - [ - 33370.7852, - 2, - 0 - ], - [ - 33539.3242, - 3, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": false - }, - { - "sectionNotes": [ - [ - 33707.8633, - 1, - 0 - ], - [ - 33876.4063, - 3, - 0 - ], - [ - 34044.9453, - 1, - 0 - ], - [ - 34213.4844, - 0, - 0 - ], - [ - 34382.0234, - 1, - 0 - ], - [ - 34550.5625, - 3, - 0 - ], - [ - 34719.1, - 1, - 0 - ], - [ - 34887.64, - 0, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": false - }, - { - "sectionNotes": [ - [ - 35056.18, - 0, - 0 - ], - [ - 35393.2578, - 2, - 0 - ], - [ - 35561.7969, - 3, - 0 - ], - [ - 35730.3359, - 0, - 0 - ], - [ - 36067.4141, - 2, - 0 - ], - [ - 36235.9531, - 3, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": false - }, - { - "sectionNotes": [ - [ - 36404.4961, - 3, - 0 - ], - [ - 36573.0352, - 1, - 0 - ], - [ - 36741.5742, - 0, - 0 - ], - [ - 36910.1133, - 1, - 0 - ], - [ - 37078.6523, - 0, - 0 - ], - [ - 37247.19, - 1, - 0 - ], - [ - 37415.73, - 1, - 0 - ], - [ - 37584.27, - 0, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": false - }, - { - "sectionNotes": [ - [ - 37752.81, - 0, - 0 - ], - [ - 38089.8867, - 2, - 0 - ], - [ - 38258.4258, - 3, - 0 - ], - [ - 38426.9648, - 0, - 0 - ], - [ - 38764.043, - 2, - 0 - ], - [ - 38932.5859, - 3, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [ - [ - 39101.125, - 1, - 0 - ], - [ - 39269.6641, - 3, - 0 - ], - [ - 39438.2031, - 1, - 0 - ], - [ - 39606.7422, - 0, - 0 - ], - [ - 39775.28, - 1, - 0 - ], - [ - 39943.82, - 3, - 0 - ], - [ - 40112.36, - 1, - 0 - ], - [ - 40280.9, - 0, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [ - [ - 40449.4375, - 0, - 0 - ], - [ - 40786.5156, - 2, - 0 - ], - [ - 40955.0547, - 3, - 0 - ], - [ - 41123.5938, - 0, - 0 - ], - [ - 41460.6758, - 2, - 0 - ], - [ - 41629.2148, - 3, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [ - [ - 41797.7539, - 3, - 0 - ], - [ - 41966.293, - 1, - 0 - ], - [ - 42134.832, - 0, - 0 - ], - [ - 42303.37, - 1, - 0 - ], - [ - 42471.91, - 0, - 0 - ], - [ - 42640.45, - 1, - 0 - ], - [ - 42808.99, - 1, - 0 - ], - [ - 42977.5273, - 0, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [ - [ - 43146.0664, - 3, - 0 - ], - [ - 43314.6055, - 1, - 0 - ], - [ - 43483.1445, - 0, - 0 - ], - [ - 43651.6836, - 3, - 0 - ], - [ - 43820.2266, - 2, - 0 - ], - [ - 44157.3047, - 0, - 0 - ], - [ - 44325.8438, - 3, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": false - }, - { - "sectionNotes": [ - [ - 44494.3828, - 2, - 0 - ], - [ - 44662.92, - 3, - 0 - ], - [ - 44831.46, - 0, - 0 - ], - [ - 45000, - 2, - 0 - ], - [ - 45168.54, - 3, - 0 - ], - [ - 45337.08, - 2, - 0 - ], - [ - 45505.6172, - 3, - 0 - ], - [ - 45674.1563, - 1, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": false - }, - { - "sectionNotes": [ - [ - 45842.6953, - 0, - 0 - ], - [ - 46011.2344, - 3, - 0 - ], - [ - 46179.7734, - 1, - 0 - ], - [ - 46348.3164, - 3, - 0 - ], - [ - 46516.8555, - 0, - 0 - ], - [ - 46685.3945, - 3, - 0 - ], - [ - 46853.9336, - 1, - 0 - ], - [ - 47022.4727, - 3, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": false - }, - { - "sectionNotes": [ - [ - 47191.01, - 2, - 0 - ], - [ - 47528.09, - 1, - 0 - ], - [ - 47865.168, - 1, - 0 - ], - [ - 48202.2461, - 1, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": false - }, - { - "sectionNotes": [ - [ - 48539.3242, - 3, - 0 - ], - [ - 48707.8633, - 1, - 0 - ], - [ - 48876.4063, - 0, - 0 - ], - [ - 49044.9453, - 3, - 0 - ], - [ - 49213.4844, - 2, - 0 - ], - [ - 49550.5625, - 0, - 0 - ], - [ - 49719.1, - 3, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [ - [ - 49887.64, - 2, - 0 - ], - [ - 50056.18, - 3, - 0 - ], - [ - 50224.72, - 0, - 0 - ], - [ - 50393.2578, - 2, - 0 - ], - [ - 50561.7969, - 3, - 0 - ], - [ - 50730.3359, - 2, - 0 - ], - [ - 50898.875, - 3, - 0 - ], - [ - 51067.4141, - 1, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [ - [ - 51235.9531, - 0, - 0 - ], - [ - 51404.4961, - 3, - 0 - ], - [ - 51573.0352, - 1, - 0 - ], - [ - 51741.5742, - 3, - 0 - ], - [ - 51910.1133, - 0, - 0 - ], - [ - 52078.6523, - 3, - 0 - ], - [ - 52247.19, - 1, - 0 - ], - [ - 52415.73, - 3, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [ - [ - 52584.27, - 2, - 0 - ], - [ - 52921.3477, - 1, - 0 - ], - [ - 53258.4258, - 1, - 0 - ], - [ - 53595.5039, - 1, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [ - [ - 53932.5859, - 5, - 1011.23596 - ], - [ - 53932.5859, - 2, - 0 - ], - [ - 54101.125, - 3, - 0 - ], - [ - 54269.6641, - 0, - 0 - ], - [ - 54606.7422, - 0, - 0 - ], - [ - 54775.28, - 3, - 0 - ], - [ - 54943.82, - 2, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": false - }, - { - "sectionNotes": [ - [ - 55280.9, - 1, - 0 - ], - [ - 55449.4375, - 0, - 0 - ], - [ - 55617.9766, - 3, - 0 - ], - [ - 55786.5156, - 2, - 0 - ], - [ - 55955.0547, - 6, - 505.617981 - ], - [ - 55955.0547, - 0, - 0 - ], - [ - 56123.5938, - 3, - 0 - ], - [ - 56292.1367, - 1, - 0 - ], - [ - 56460.6758, - 0, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": false - }, - { - "sectionNotes": [ - [ - 56629.2148, - 5, - 674.1573 - ], - [ - 56629.2148, - 2, - 0 - ], - [ - 56797.7539, - 3, - 0 - ], - [ - 56966.293, - 0, - 0 - ], - [ - 57303.37, - 0, - 0 - ], - [ - 57471.91, - 3, - 0 - ], - [ - 57640.45, - 2, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": false - }, - { - "sectionNotes": [ - [ - 57977.5273, - 1, - 0 - ], - [ - 58146.0664, - 0, - 0 - ], - [ - 58314.6055, - 3, - 0 - ], - [ - 58483.1445, - 2, - 0 - ], - [ - 58651.6836, - 4, - 252.80899 - ], - [ - 58651.6836, - 0, - 0 - ], - [ - 58820.2266, - 3, - 0 - ], - [ - 58988.7656, - 6, - 84.26966 - ], - [ - 58988.7656, - 1, - 84.26966 - ], - [ - 59157.3047, - 4, - 0 - ], - [ - 59157.3047, - 0, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": false - }, - { - "sectionNotes": [ - [ - 59325.8438, - 2, - 0 - ], - [ - 59325.8438, - 4, - 168.539322 - ], - [ - 59494.3828, - 3, - 0 - ], - [ - 59662.92, - 0, - 0 - ], - [ - 60000, - 0, - 0 - ], - [ - 60000, - 4, - 168.539322 - ], - [ - 60168.54, - 3, - 0 - ], - [ - 60337.08, - 2, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [ - [ - 60674.1563, - 1, - 0 - ], - [ - 60674.1563, - 4, - 168.539322 - ], - [ - 60842.6953, - 0, - 0 - ], - [ - 61011.2344, - 3, - 0 - ], - [ - 61179.7734, - 2, - 0 - ], - [ - 61348.3164, - 0, - 0 - ], - [ - 61348.3164, - 4, - 168.539322 - ], - [ - 61516.8555, - 3, - 0 - ], - [ - 61685.3945, - 1, - 0 - ], - [ - 61853.9336, - 0, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "altAnim": true, - "sectionNotes": [ - [ - 62022.4727, - 1, - 0, - "No Animation" - ], - [ - 62022.4727, - 6, - 0 - ], - [ - 62191.01, - 7, - 0 - ], - [ - 62359.55, - 4, - 0 - ], - [ - 62696.63, - 4, - 0 - ], - [ - 62865.168, - 7, - 0 - ], - [ - 63033.707, - 6, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": false - }, - { - "sectionNotes": [ - [ - 63370.7852, - 5, - 0 - ], - [ - 63539.3242, - 4, - 0 - ], - [ - 63707.8633, - 7, - 0 - ], - [ - 63876.4063, - 6, - 0 - ], - [ - 64044.9453, - 4, - 0 - ], - [ - 64213.4844, - 7, - 0 - ], - [ - 64382.0234, - 5, - 0 - ], - [ - 64550.5625, - 4, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": false - }, - { - "sectionNotes": [ - [ - 64719.1, - 1, - 252.80899 - ], - [ - 64719.1, - 5, - 252.80899 - ], - [ - 65056.18, - 0, - 252.80899 - ], - [ - 65056.18, - 4, - 252.80899 - ], - [ - 65393.2578, - 3, - 252.80899 - ], - [ - 65393.2578, - 7, - 252.80899 - ], - [ - 65730.3359, - 1, - 252.80899 - ], - [ - 65730.3359, - 5, - 252.80899 - ] - ], - "lengthInSteps": 16, - "mustHitSection": false - }, - { - "sectionNotes": [ - [ - 66067.4141, - 0, - 0 - ], - [ - 66067.4141, - 7, - 505.617981 - ], - [ - 66404.49, - 0, - 0 - ], - [ - 66741.57, - 0, - 0 - ], - [ - 66741.57, - 5, - 505.617981 - ], - [ - 66910.11, - 0, - 0 - ], - [ - 67078.65, - 2, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": false - }, - { - "sectionNotes": [ - [ - 67415.73, - 5, - 0 - ], - [ - 67415.73, - 0, - 505.617981 - ], - [ - 67584.27, - 4, - 0 - ], - [ - 67752.81, - 7, - 0 - ], - [ - 67921.35, - 5, - 0 - ], - [ - 68089.89, - 4, - 0 - ], - [ - 68089.89, - 1, - 252.80899 - ], - [ - 68258.43, - 7, - 0 - ], - [ - 68426.97, - 5, - 0 - ], - [ - 68426.97, - 0, - 252.80899 - ], - [ - 68595.51, - 7, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [ - [ - 68764.05, - 5, - 0 - ], - [ - 68764.05, - 3, - 589.887634 - ], - [ - 68932.5859, - 4, - 0 - ], - [ - 69101.125, - 7, - 0 - ], - [ - 69269.6641, - 6, - 0 - ], - [ - 69438.2, - 0, - 589.887634 - ], - [ - 69438.2, - 4, - 0 - ], - [ - 69606.74, - 7, - 0 - ], - [ - 69775.28, - 5, - 0 - ], - [ - 69943.82, - 4, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [ - [ - 70112.36, - 1, - 252.80899 - ], - [ - 70449.44, - 0, - 252.80899 - ], - [ - 70786.5156, - 3, - 252.80899 - ], - [ - 71123.59, - 1, - 252.80899 - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [ - [ - 71460.67, - 0, - 0 - ], - [ - 71797.75, - 0, - 0 - ], - [ - 72134.83, - 0, - 0 - ], - [ - 72303.37, - 0, - 0 - ], - [ - 72471.91, - 2, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [ - [ - 72808.99, - 1, - 0 - ], - [ - 72977.53, - 0, - 0 - ], - [ - 73146.07, - 3, - 0 - ], - [ - 73314.61, - 1, - 0 - ], - [ - 73483.15, - 0, - 0 - ], - [ - 73651.69, - 3, - 0 - ], - [ - 73820.23, - 1, - 0 - ], - [ - 73988.7656, - 3, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [ - [ - 74157.3047, - 1, - 0 - ], - [ - 74325.84, - 0, - 0 - ], - [ - 74494.38, - 3, - 0 - ], - [ - 74662.92, - 2, - 0 - ], - [ - 74831.46, - 0, - 0 - ], - [ - 75000, - 3, - 0 - ], - [ - 75168.54, - 1, - 0 - ], - [ - 75337.08, - 0, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [ - [ - 75505.62, - 0, - 0 - ], - [ - 75505.62, - 5, - 1264.04492 - ], - [ - 75674.16, - 0, - 0 - ], - [ - 75842.6953, - 0, - 0 - ], - [ - 76011.2344, - 2, - 0 - ], - [ - 76179.77, - 3, - 0 - ], - [ - 76348.31, - 2, - 0 - ], - [ - 76516.85, - 0, - 0 - ], - [ - 76685.39, - 2, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": false - }, - { - "sectionNotes": [ - [ - 76853.93, - 3, - 0 - ], - [ - 76853.93, - 4, - 1264.04492 - ], - [ - 77022.47, - 0, - 0 - ], - [ - 77191.01, - 3, - 0 - ], - [ - 77359.55, - 0, - 0 - ], - [ - 77528.0859, - 1, - 252.80899 - ], - [ - 77865.17, - 0, - 0 - ], - [ - 78033.71, - 0, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": false - }, - { - "sectionNotes": [ - [ - 78202.25, - 1, - 0 - ], - [ - 78202.25, - 7, - 1264.04492 - ], - [ - 78370.79, - 0, - 0 - ], - [ - 78539.33, - 3, - 0 - ], - [ - 78876.41, - 1, - 0 - ], - [ - 79044.9453, - 0, - 0 - ], - [ - 79213.4844, - 2, - 0 - ], - [ - 79382.02, - 0, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": false - }, - { - "sectionNotes": [ - [ - 79550.56, - 1, - 0 - ], - [ - 79550.56, - 4, - 1264.04492 - ], - [ - 79803.37, - 0, - 0 - ], - [ - 80056.18, - 1, - 0 - ], - [ - 80224.72, - 0, - 0 - ], - [ - 80393.26, - 3, - 0 - ], - [ - 80561.8, - 0, - 0 - ], - [ - 80730.3359, - 2, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": false - }, - { - "sectionNotes": [ - [ - 80898.875, - 0, - 0 - ], - [ - 81067.4141, - 0, - 0 - ], - [ - 81235.95, - 0, - 0 - ], - [ - 81404.49, - 2, - 0 - ], - [ - 81573.03, - 3, - 0 - ], - [ - 81741.57, - 2, - 0 - ], - [ - 81910.11, - 0, - 0 - ], - [ - 82078.65, - 2, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [ - [ - 82247.19, - 3, - 0 - ], - [ - 82415.73, - 0, - 0 - ], - [ - 82584.27, - 3, - 0 - ], - [ - 82752.81, - 0, - 0 - ], - [ - 82921.35, - 1, - 252.80899 - ], - [ - 83258.43, - 0, - 0 - ], - [ - 83426.97, - 0, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [ - [ - 83595.51, - 1, - 0 - ], - [ - 83764.05, - 0, - 0 - ], - [ - 83932.5859, - 3, - 0 - ], - [ - 84269.6641, - 1, - 0 - ], - [ - 84438.2, - 0, - 0 - ], - [ - 84606.74, - 2, - 0 - ], - [ - 84775.28, - 0, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [ - [ - 84943.82, - 1, - 0 - ], - [ - 85196.63, - 0, - 0 - ], - [ - 85449.44, - 1, - 0 - ], - [ - 85617.98, - 0, - 0 - ], - [ - 85786.5156, - 3, - 0 - ], - [ - 85955.0547, - 0, - 0 - ], - [ - 86123.59, - 2, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [ - [ - 86292.13, - 0, - 0 - ], - [ - 86460.67, - 0, - 0 - ], - [ - 86629.21, - 1, - 0 - ], - [ - 86797.75, - 1, - 0 - ], - [ - 86966.29, - 3, - 0 - ], - [ - 87134.83, - 3, - 0 - ], - [ - 87303.37, - 0, - 0 - ], - [ - 87471.91, - 1, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": false - }, - { - "sectionNotes": [ - [ - 87640.45, - 0, - 0 - ], - [ - 87808.99, - 0, - 0 - ], - [ - 87977.53, - 1, - 0 - ], - [ - 88146.07, - 1, - 0 - ], - [ - 88314.61, - 3, - 0 - ], - [ - 88483.15, - 3, - 0 - ], - [ - 88651.69, - 0, - 0 - ], - [ - 88820.23, - 3, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": false - }, - { - "sectionNotes": [ - [ - 88988.7656, - 2, - 0 - ], - [ - 89157.3047, - 0, - 0 - ], - [ - 89325.84, - 3, - 0 - ], - [ - 89494.38, - 2, - 0 - ], - [ - 89662.92, - 0, - 0 - ], - [ - 89831.46, - 0, - 0 - ], - [ - 90000, - 3, - 0 - ], - [ - 90168.54, - 1, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": false - }, - { - "sectionNotes": [ - [ - 90337.08, - 0, - 0 - ], - [ - 90505.62, - 1, - 0 - ], - [ - 90674.16, - 3, - 0 - ], - [ - 90842.6953, - 1, - 0 - ], - [ - 91011.2344, - 0, - 0 - ], - [ - 91179.77, - 1, - 0 - ], - [ - 91348.31, - 3, - 337.078644 - ] - ], - "lengthInSteps": 16, - "mustHitSection": false - }, - { - "sectionNotes": [ - [ - 91685.39, - 0, - 0 - ], - [ - 91853.93, - 0, - 0 - ], - [ - 92022.47, - 1, - 0 - ], - [ - 92191.01, - 1, - 0 - ], - [ - 92359.55, - 3, - 0 - ], - [ - 92528.0859, - 3, - 0 - ], - [ - 92696.63, - 0, - 0 - ], - [ - 92865.17, - 1, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [ - [ - 93033.71, - 0, - 0 - ], - [ - 93202.25, - 0, - 0 - ], - [ - 93370.79, - 1, - 0 - ], - [ - 93539.33, - 1, - 0 - ], - [ - 93707.87, - 3, - 0 - ], - [ - 93876.41, - 3, - 0 - ], - [ - 94044.9453, - 0, - 0 - ], - [ - 94213.4844, - 3, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [ - [ - 94382.02, - 2, - 0 - ], - [ - 94550.56, - 0, - 0 - ], - [ - 94719.1, - 3, - 0 - ], - [ - 94887.64, - 2, - 0 - ], - [ - 95056.18, - 0, - 0 - ], - [ - 95224.72, - 0, - 0 - ], - [ - 95393.26, - 3, - 0 - ], - [ - 95561.8, - 1, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [ - [ - 95730.3359, - 0, - 0 - ], - [ - 95898.875, - 1, - 0 - ], - [ - 96067.4141, - 3, - 0 - ], - [ - 96235.95, - 1, - 0 - ], - [ - 96404.49, - 0, - 0 - ], - [ - 96573.03, - 1, - 0 - ], - [ - 96741.57, - 3, - 337.078644 - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [ - [ - 97078.65, - 2, - 0 - ], - [ - 97247.19, - 0, - 0 - ], - [ - 97415.73, - 3, - 0 - ], - [ - 97584.27, - 2, - 0 - ], - [ - 97752.81, - 0, - 0 - ], - [ - 97921.35, - 3, - 0 - ], - [ - 98089.89, - 2, - 0 - ], - [ - 98258.43, - 0, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": false - }, - { - "sectionNotes": [ - [ - 98426.97, - 3, - 0 - ], - [ - 98426.97, - 4, - 589.887634 - ], - [ - 98595.51, - 2, - 0 - ], - [ - 98764.05, - 0, - 0 - ], - [ - 98932.5859, - 3, - 0 - ], - [ - 99101.125, - 1, - 0 - ], - [ - 99101.125, - 6, - 589.887634 - ], - [ - 99269.6641, - 3, - 0 - ], - [ - 99438.2, - 0, - 0 - ], - [ - 99606.74, - 3, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": false - }, - { - "sectionNotes": [ - [ - 99775.28, - 2, - 0 - ], - [ - 99943.82, - 0, - 0 - ], - [ - 100112.359, - 3, - 0 - ], - [ - 100280.9, - 2, - 0 - ], - [ - 100449.438, - 0, - 0 - ], - [ - 100617.977, - 3, - 0 - ], - [ - 100786.516, - 2, - 0 - ], - [ - 100955.055, - 0, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": false - }, - { - "sectionNotes": [ - [ - 101123.594, - 3, - 0 - ], - [ - 101123.594, - 4, - 589.887634 - ], - [ - 101292.133, - 2, - 0 - ], - [ - 101460.672, - 0, - 0 - ], - [ - 101629.211, - 3, - 0 - ], - [ - 101797.75, - 1, - 0 - ], - [ - 101797.75, - 6, - 589.887634 - ], - [ - 101966.289, - 3, - 0 - ], - [ - 102134.828, - 0, - 0 - ], - [ - 102303.367, - 3, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": false - }, - { - "sectionNotes": [ - [ - 102471.906, - 6, - 0 - ], - [ - 102471.906, - 2, - 0 - ], - [ - 102640.453, - 4, - 0 - ], - [ - 102640.453, - 3, - 0 - ], - [ - 102808.992, - 7, - 0 - ], - [ - 102808.992, - 0, - 0 - ], - [ - 102977.531, - 6, - 0 - ], - [ - 102977.531, - 2, - 0 - ], - [ - 103146.07, - 4, - 0 - ], - [ - 103146.07, - 3, - 0 - ], - [ - 103314.609, - 7, - 0 - ], - [ - 103314.609, - 0, - 0 - ], - [ - 103483.148, - 6, - 0 - ], - [ - 103483.148, - 2, - 0 - ], - [ - 103651.688, - 4, - 0 - ], - [ - 103651.688, - 3, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [ - [ - 103820.227, - 7, - 0 - ], - [ - 103820.227, - 0, - 0 - ], - [ - 103988.766, - 6, - 0 - ], - [ - 103988.766, - 2, - 0 - ], - [ - 104157.305, - 4, - 0 - ], - [ - 104157.305, - 3, - 0 - ], - [ - 104325.844, - 7, - 0 - ], - [ - 104325.844, - 0, - 0 - ], - [ - 104494.383, - 5, - 0 - ], - [ - 104494.383, - 1, - 0 - ], - [ - 104662.922, - 7, - 0 - ], - [ - 104662.922, - 0, - 0 - ], - [ - 104831.461, - 4, - 0 - ], - [ - 104831.461, - 3, - 0 - ], - [ - 105000, - 7, - 0 - ], - [ - 105000, - 0, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [ - [ - 105168.539, - 6, - 0 - ], - [ - 105168.539, - 2, - 0 - ], - [ - 105337.078, - 4, - 0 - ], - [ - 105337.078, - 3, - 0 - ], - [ - 105505.617, - 7, - 0 - ], - [ - 105505.617, - 0, - 0 - ], - [ - 105674.156, - 6, - 0 - ], - [ - 105674.156, - 2, - 0 - ], - [ - 105842.695, - 4, - 0 - ], - [ - 105842.695, - 3, - 0 - ], - [ - 106011.234, - 7, - 0 - ], - [ - 106011.234, - 0, - 0 - ], - [ - 106179.773, - 6, - 0 - ], - [ - 106179.773, - 2, - 0 - ], - [ - 106348.313, - 4, - 0 - ], - [ - 106348.313, - 3, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [ - [ - 106516.852, - 7, - 0 - ], - [ - 106516.852, - 0, - 0 - ], - [ - 106685.391, - 6, - 0 - ], - [ - 106685.391, - 2, - 0 - ], - [ - 106853.93, - 4, - 0 - ], - [ - 106853.93, - 3, - 0 - ], - [ - 107022.469, - 7, - 0 - ], - [ - 107022.469, - 0, - 0 - ], - [ - 107191.008, - 5, - 0 - ], - [ - 107191.008, - 1, - 0 - ], - [ - 107359.547, - 7, - 0 - ], - [ - 107359.547, - 0, - 0 - ], - [ - 107528.086, - 4, - 0 - ], - [ - 107528.086, - 3, - 0 - ], - [ - 107696.633, - 0, - 0 - ], - [ - 107696.633, - 7, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [ - [ - 107865.172, - 1, - 0 - ], - [ - 107865.172, - 7, - 589.887634 - ], - [ - 107949.438, - 0, - 0 - ], - [ - 108033.711, - 1, - 0 - ], - [ - 108202.25, - 1, - 0 - ], - [ - 108370.789, - 0, - 0 - ], - [ - 108539.328, - 1, - 0 - ], - [ - 108539.328, - 5, - 589.887634 - ], - [ - 108623.594, - 0, - 0 - ], - [ - 108707.867, - 1, - 0 - ], - [ - 108876.406, - 1, - 0 - ], - [ - 109044.945, - 0, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": false - }, - { - "sectionNotes": [ - [ - 109213.484, - 1, - 0 - ], - [ - 109213.484, - 4, - 589.887634 - ], - [ - 109297.75, - 3, - 0 - ], - [ - 109382.023, - 1, - 0 - ], - [ - 109550.563, - 1, - 0 - ], - [ - 109719.1, - 0, - 0 - ], - [ - 109887.641, - 1, - 0 - ], - [ - 109887.641, - 5, - 589.887634 - ], - [ - 109971.906, - 0, - 0 - ], - [ - 110056.18, - 1, - 0 - ], - [ - 110224.719, - 1, - 0 - ], - [ - 110393.258, - 0, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": false - }, - { - "sectionNotes": [ - [ - 110561.8, - 5, - 0 - ], - [ - 110646.07, - 4, - 0 - ], - [ - 110730.336, - 5, - 0 - ], - [ - 110898.875, - 5, - 0 - ], - [ - 111067.414, - 4, - 0 - ], - [ - 111235.953, - 5, - 0 - ], - [ - 111320.227, - 4, - 0 - ], - [ - 111404.492, - 5, - 0 - ], - [ - 111573.031, - 5, - 0 - ], - [ - 111741.57, - 4, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": false - }, - { - "sectionNotes": [ - [ - 111910.109, - 5, - 0 - ], - [ - 111994.383, - 7, - 0 - ], - [ - 112078.648, - 5, - 0 - ], - [ - 112247.188, - 5, - 0 - ], - [ - 112415.727, - 4, - 0 - ], - [ - 112584.273, - 5, - 0 - ], - [ - 112668.539, - 4, - 0 - ], - [ - 112752.813, - 5, - 0 - ], - [ - 112921.352, - 5, - 0 - ], - [ - 113089.891, - 4, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": false - }, - { - "sectionNotes": [ - [ - 113258.43, - 6, - 0 - ], - [ - 113258.43, - 3, - 589.887634 - ], - [ - 113426.969, - 7, - 0 - ], - [ - 113595.508, - 6, - 0 - ], - [ - 113764.047, - 7, - 0 - ], - [ - 113932.586, - 4, - 0 - ], - [ - 113932.586, - 1, - 589.887634 - ], - [ - 114101.125, - 5, - 0 - ], - [ - 114269.664, - 4, - 0 - ], - [ - 114438.2, - 5, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [ - [ - 114606.742, - 0, - 589.887634 - ], - [ - 114606.742, - 6, - 0 - ], - [ - 114775.281, - 7, - 0 - ], - [ - 114943.82, - 6, - 0 - ], - [ - 115112.359, - 7, - 0 - ], - [ - 115280.9, - 1, - 589.887634 - ], - [ - 115280.9, - 4, - 0 - ], - [ - 115449.438, - 7, - 0 - ], - [ - 115617.977, - 4, - 0 - ], - [ - 115786.516, - 5, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [ - [ - 115955.055, - 2, - 0 - ], - [ - 115955.055, - 6, - 589.887634 - ], - [ - 116123.594, - 3, - 0 - ], - [ - 116292.133, - 2, - 0 - ], - [ - 116460.672, - 3, - 0 - ], - [ - 116629.211, - 0, - 0 - ], - [ - 116797.75, - 1, - 0 - ], - [ - 116966.289, - 0, - 0 - ], - [ - 117134.828, - 1, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [ - [ - 117303.367, - 2, - 0 - ], - [ - 117471.906, - 3, - 0 - ], - [ - 117640.453, - 2, - 0 - ], - [ - 117808.992, - 3, - 0 - ], - [ - 117977.531, - 0, - 0 - ], - [ - 118146.07, - 3, - 0 - ], - [ - 118314.609, - 0, - 0 - ], - [ - 118483.148, - 1, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "gfSection": false, - "lengthInSteps": 16, - "altAnim": false, - "typeOfSection": 0, - "sectionNotes": [], - "bpm": 178, - "changeBPM": false, - "mustHitSection": true - } - ], - "player2": "tankman", - "player3": null, - "song": "Stress", - "stage": "tank", - "needsVoices": true, - "validScore": true, - "bpm": 178, - "speed": 2.2 - } -} \ No newline at end of file diff --git a/main.lua b/main.lua index 0fd2c12..4a0a69f 100644 --- a/main.lua +++ b/main.lua @@ -1,259 +1,81 @@ -local Height = 0 -local Width = 0 +local state = require("modules.states.playstate") local myMath = require("modules.math") local myTypes = require("modules.types") -local conductor = require("modules.conductor") -local json = require("modules.json") local files = require("modules.files") -local logger = require("modules.logging") -local socket = require("socket") -local logging= require("modules.logging") +local json = require("modules.json") +local logging = require("modules.logging") -local newVector2 = myTypes.Vector2(10, 10) +local songs = json.parse(files.read_file("songs.json")) -local startTime = 0 +local curSong = "dad-battle" +local curDiffList = {"erect"} +local curDiff = "erect" -local songName = "stress" -local songDifficulty = "hard" +local curState = nil +local stateLoaded = false -local chartString = files.read_file(string.format("charts/%s/%s-%s.json", songName, songName, songDifficulty)) +local pressed = {false,false,false} -if not chartString then - error("Chart couldn't be loaded!") -end -local chart = json.parse(chartString).song - -local inst = love.audio.newSource(string.format("songs/%s/Inst.ogg", chart.song), "stream") -local voices = love.audio.newSource(string.format("songs/%s/Voices.ogg", chart.song), "stream") -local miss = love.audio.newSource("sounds/missnote1.ogg", "static") - -conductor:setBpm(chart.bpm) -conductor:mapBpmChanges(chart) - -local step = 0 -local beat = 0 - -local playing = false - -local characters = {} -local stage = json.parse(files.read_file("stages/stage.json")) -local unspawnedNotes = {} -local notes = {} - -local directions = { - "LEFT", - "DOWN", - "UP", - "RIGHT" -} - -local pressed = { - false, - false, - false, - false -} -local holded = { - false, - false, - false, - false -} - -local receptors = { -} - -function love.load() - - characters.bf = myTypes.character("bf") - characters.bf.stagePosition = myTypes.Vector2(stage.boyfriend[1], stage.boyfriend[2]) - - characters.dad = myTypes.character("tankman") - characters.dad.stagePosition = myTypes.Vector2(stage.opponent[1], stage.opponent[2]) - - for index, section in next, chart.notes do - for index, note in next, section.sectionNotes do - local newNote = myTypes.note(note, section.mustHitSection) - table.insert(unspawnedNotes, newNote) - end - end - - for i = 0, 3 do - local receptor = myTypes.Sprite("sprites/NOTE_assets.png", "sprites/NOTE_assets.json", false) - receptor:PlayAnimation("arrow"..directions[i+1], 25, false) - - receptor.position = myTypes.Vector2(100 + (65 * i), 0) - - receptor.ui = true -- So it doesnt move with the camera. - - receptors[i + 1] = receptor - end - - inst:play() - voices:play() - - startTime = socket.gettime() - - playing = true -end - -local function checkNote(dir) - if pressed[dir] or holded[dir] then - pressed[dir] = false - holded[dir] = true - if receptors[dir].animation ~= string.lower(directions[dir]).." confirm" then - receptors[dir]:PlayAnimation(string.lower(directions[dir]).." press", 25, false) - end - return -- You dont check if you are already holding and not just pressing - end - pressed[dir] = true - for index, note in next, notes do - if note.position - conductor.songPosition < 200 then - if note.mustPress and not note.pressed and note.direction == dir then - characters.bf:PlayAnimation("sing"..directions[note.direction]) - note.pressed = true - receptors[dir]:PlayAnimation(string.lower(directions[dir]).." confirm", 25, false) - table.remove(notes, index) - note:destroy() - end - end - end -end +-- for index, song in next, songs do +-- curSong = index +-- curDiff = song[1] +-- break +-- end function love.update(dt) - if not playing then return end - - local currentTime = socket.gettime() - - local elapsed = math.floor((currentTime - startTime) * 1000) - - conductor.songPosition = elapsed - - local oldStep = step - local oldBeat = beat - - step = conductor:getStepRounded(elapsed) - beat = conductor:getBeatRounded(elapsed) - - if beat ~= oldBeat then - if beat % 2 == 0 then - -- gf:PlayAnimation("BF NOTE LEFT", 30, false) - for name, character in next, characters do - if not character.singing then - character:PlayAnimation("idle") - end - end - end - end - - myTypes.updateSprites(dt) - - if love.keyboard.isDown("a") then - checkNote(1) + if curState and curState.loaded then + if stateLoaded then + curState.update(dt) else - holded[1] = false - pressed[1] = false + stateLoaded = true -- skipping this update frame end - if love.keyboard.isDown("s") then - checkNote(2) - else - holded[2] = false - pressed[2] = false - end - if love.keyboard.isDown("up") then - checkNote(3) - else - holded[3] = false - pressed[3] = false - end - if love.keyboard.isDown("right") then - checkNote(4) - else - holded[4] = false - pressed[4] = false - end - - for index, note in next, notes do - if note.position - conductor.songPosition < 0 then - if note.mustPress then - miss:stop() - miss:play() - characters.bf:PlayAnimation("sing"..directions[note.direction].."miss") - table.remove(notes, index) - end + elseif not curState then + if love.keyboard.isDown("return") then + curState = state(curSong, curDiff) + curState.load() + elseif love.keyboard.isDown("down") and not pressed[1] then + curSong = next(songs, curSong) + if not curSong then + curSong = next(songs) + curDiffList = songs[curSong] + else + curDiffList = songs[curSong] + end + curDiff = curDiffList[1] + pressed[1] = true + elseif love.keyboard.isDown("right") and not pressed[2] then + local curDiffNum = 0 + for index, diff in next, curDiffList do + if diff == curDiff then + curDiffNum = index + 1 end - end - - for name, character in next, characters do - if character.sprite.animation ~= "idle" and character.sprite.ended then - character:PlayAnimation("idle") + end + curDiff = curDiffList[curDiffNum] or curDiff + pressed[2] = true + elseif love.keyboard.isDown("left") and not pressed[3] then + local curDiffNum = 0 + for index, diff in next, curDiffList do + if diff == curDiff then + curDiffNum = index - 1 end + end + curDiff = curDiffList[curDiffNum] or curDiff + pressed[3] = true + elseif not love.keyboard.isDown("down") then + pressed[1] = false + elseif not love.keyboard.isDown("right") then + pressed[2] = false + elseif not love.keyboard.isDown("left") then + pressed[3] = false end - - for index, note in next, unspawnedNotes do - if note.position - elapsed < 600 and note.mustPress then - note:spawn() - table.remove(unspawnedNotes, index) - table.insert(notes, note) - elseif note.position - elapsed < 600 and not note.mustPress then - table.remove(unspawnedNotes, index) - table.insert(notes, note) - end - end - - for index, note in next, notes do - if note.spawned then - note.sprite.position = myTypes.Vector2(100 + 65 * (note.direction - 1), note.position - elapsed - 100) - if note.position - elapsed < -150 then - note:destroy() - table.remove(notes, index) - end - else - if note.position - elapsed < 0 then - table.remove(notes, index) - characters.dad:PlayAnimation("sing"..directions[note.direction]) - note = nil - end - end - end - - for index, receptor in next, receptors do - if receptor.ended and receptor.animation ~= "arrow"..directions[index] and receptor.animation ~= "" then - receptor:PlayAnimation("arrow"..directions[index], 25, false) - end - end - - local section = chart.notes[math.floor(step / 16) + 1] - - if section.mustHitSection then - myTypes.cameraTarget = myTypes.Vector2(-stage.camera_boyfriend[1], -stage.camera_boyfriend[2]):Add(characters.bf.stageCamera:Negate()) - else - -- When i add DAD he will be here too - myTypes.cameraTarget = myTypes.Vector2(stage.camera_opponent[1], stage.camera_opponent[2]):Add(characters.dad.stageCamera:Negate()) - end - - if not inst:isPlaying() then - love.event.quit() - end + end end -local mainCanvas = love.graphics.newCanvas(1920, 1080) - function love.draw() - - love.graphics.setCanvas(mainCanvas) - - love.graphics.clear() - - love.graphics.circle("fill", 960, 59, 50000) - - myTypes.drawSprites() - - love.graphics.setCanvas() - - love.graphics.draw(mainCanvas, 0, 0, 0, (love.graphics:getHeight() / 1080) * (4/3), love.graphics:getHeight() / 1080) - + if curState and stateLoaded then + curState.draw() + else + love.graphics.print(string.format("Song: %s, Difficulty: %s, List: %s", curSong, curDiff, logging.dump(curDiffList)), x, y, r, sx, sy, ox, oy, kx, ky) + end end - -love.window.setMode(1280, 720, { fullscreen = false , resizable = true}) diff --git a/modules/states/playstate.lua b/modules/states/playstate.lua new file mode 100644 index 0000000..a15692b --- /dev/null +++ b/modules/states/playstate.lua @@ -0,0 +1,281 @@ +return function(songName, songDifficulty) + local state = {} + + local Height = 0 + local Width = 0 + + local myMath = require("modules.math") + local myTypes = require("modules.types") + local conductor = require("modules.conductor") + local json = require("modules.json") + local files = require("modules.files") + local logger = require("modules.logging") + local socket = require("socket") + local logging= require("modules.logging") + + local newVector2 = myTypes.Vector2(10, 10) + + local startTime = 0 + + local chartString = files.read_file(string.format("charts/%s/%s-%s.json", songName, songName, songDifficulty)) + + if not chartString then + error("Chart couldn't be loaded!") + end + local chart = json.parse(chartString).song + + local inst = love.audio.newSource(string.format("songs/%s/Inst.ogg", chart.song), "stream") + local voices = love.audio.newSource(string.format("songs/%s/Voices.ogg", chart.song), "stream") + local miss = love.audio.newSource("sounds/missnote1.ogg", "static") + + conductor:setBpm(chart.bpm) + conductor:mapBpmChanges(chart) + + local step = 0 + local beat = 0 + + local playing = false + + local characters = {} + local stage = json.parse(files.read_file("stages/stage.json")) + local unspawnedNotes = {} + local notes = {} + + local directions = { + "LEFT", + "DOWN", + "UP", + "RIGHT" + } + + local pressed = { + false, + false, + false, + false + } + local holded = { + false, + false, + false, + false + } + + local receptors = { + } + + local function checkNote(dir) + if pressed[dir] or holded[dir] then + pressed[dir] = false + holded[dir] = true + if receptors[dir].animation ~= string.lower(directions[dir]).." confirm" then + receptors[dir]:PlayAnimation(string.lower(directions[dir]).." press", 25, false) + end + return -- You dont check if you are already holding and not just pressing + end + pressed[dir] = true + for index, note in next, notes do + if note.position - conductor.songPosition < 200 then + if note.mustPress and not note.pressed and note.direction == dir then + characters.bf:PlayAnimation("sing"..directions[note.direction]) + note.pressed = true + receptors[dir]:PlayAnimation(string.lower(directions[dir]).." confirm", 25, false) + table.remove(notes, index) + note:destroy() + end + end + end + end + + local elapsed = 0 + + function state.update(dt) + if not playing then return end + + local currentTime = socket.gettime() + + elapsed = elapsed + dt * 1000 + + conductor.songPosition = elapsed + + local oldStep = step + local oldBeat = beat + + step = conductor:getStepRounded(elapsed) + beat = conductor:getBeatRounded(elapsed) + + if beat ~= oldBeat then + if beat % 2 == 0 then + -- gf:PlayAnimation("BF NOTE LEFT", 30, false) + for name, character in next, characters do + if not character.singing then + if name == "gf" then + if beat % 4 == 0 then + character:PlayAnimation("danceLeft") + end + else + character:PlayAnimation("idle") + end + end + end + end + end + + local section = chart.notes[math.floor(step / 16) + 1] + + if section.mustHitSection then + myTypes.cameraTarget = myTypes.Vector2(-stage.camera_boyfriend[1], -stage.camera_boyfriend[2]):Add(characters.bf.stageCamera:Negate()):Add(myTypes.Vector2(0, -200)) + else + myTypes.cameraTarget = myTypes.Vector2(stage.camera_opponent[1], stage.camera_opponent[2]):Add(characters.dad.stageCamera:Negate()):Add(myTypes.Vector2(0, -200)) + end + + myTypes.updateSprites(dt) + + if love.keyboard.isDown("a") then + checkNote(1) + else + holded[1] = false + pressed[1] = false + end + if love.keyboard.isDown("s") then + checkNote(2) + else + holded[2] = false + pressed[2] = false + end + if love.keyboard.isDown("up") then + checkNote(3) + else + holded[3] = false + pressed[3] = false + end + if love.keyboard.isDown("right") then + checkNote(4) + else + holded[4] = false + pressed[4] = false + end + + for index, note in next, notes do + if note.position - conductor.songPosition < 0 then + if note.mustPress then + miss:stop() + miss:play() + characters.bf:PlayAnimation("sing"..directions[note.direction].."miss") + table.remove(notes, index) + end + end + end + + for name, character in next, characters do + if name ~= "gf" and character.sprite.animation ~= "idle" and character.sprite.ended then + character:PlayAnimation("idle") + end + end + + for index, note in next, unspawnedNotes do + if note.position - elapsed < 600 and note.mustPress then + note:spawn() + table.remove(unspawnedNotes, index) + table.insert(notes, note) + elseif note.position - elapsed < 600 and not note.mustPress then + table.remove(unspawnedNotes, index) + table.insert(notes, note) + end + end + + for index, note in next, notes do + if note.spawned then + note.sprite.position = myTypes.Vector2(100 + 65 * (note.direction - 1), note.position - elapsed - 100) + if note.position - elapsed < -150 then + note:destroy() + table.remove(notes, index) + end + else + if note.position - elapsed < 50 then + table.remove(notes, index) + if section.altAnim then + characters.dad:PlayAnimation("sing"..directions[note.direction].."-alt") + else + characters.dad:PlayAnimation("sing"..directions[note.direction]) + end + note = nil + end + end + end + + for index, receptor in next, receptors do + if receptor.ended and receptor.animation ~= "arrow"..directions[index] and receptor.animation ~= "" then + receptor:PlayAnimation("arrow"..directions[index], 25, false) + end + end + + if not inst:isPlaying() then + love.event.quit() + end + end + + local mainCanvas = love.graphics.newCanvas(1920, 1080) + + function state.draw() + + love.graphics.setCanvas(mainCanvas) + + love.graphics.clear() + + love.graphics.circle("fill", 960, 59, 50000) + + myTypes.drawSprites() + + love.graphics.setCanvas() + + love.graphics.draw(mainCanvas, 0, 0, 0, (love.graphics:getHeight() / 1080) * (4/3), love.graphics:getHeight() / 1080) + + end + + love.window.setMode(1280, 720, { fullscreen = false , resizable = true}) + + function state.load() + -- GF first so she is below other chars + characters.gf = myTypes.character(chart.gfVersion) + characters.gf.stagePosition = myTypes.Vector2(stage.girlfriend[1], stage.girlfriend[2]) + + characters.bf = myTypes.character(chart.player1) + characters.bf.stagePosition = myTypes.Vector2(stage.boyfriend[1], stage.boyfriend[2]) + + characters.dad = myTypes.character(chart.player2) + characters.dad.stagePosition = myTypes.Vector2(stage.opponent[1], stage.opponent[2]) + + + for index, section in next, chart.notes do + for index, note in next, section.sectionNotes do + local newNote = myTypes.note(note, section.mustHitSection) + table.insert(unspawnedNotes, newNote) + end + end + + for i = 0, 3 do + local receptor = myTypes.Sprite("sprites/NOTE_assets.png", "sprites/NOTE_assets.json", false) + receptor:PlayAnimation("arrow"..directions[i+1], 25, false) + + receptor.position = myTypes.Vector2(100 + (65 * i), 0) + + receptor.ui = true -- So it doesnt move with the camera. + + receptors[i + 1] = receptor + end + + inst:play() + voices:play() + + elapsed = 0 + + playing = true + state.loaded = true + + myTypes.cameraTarget = myTypes.Vector2() + + end + + return state +end diff --git a/modules/types.lua b/modules/types.lua index e9bfc79..9e86c08 100644 --- a/modules/types.lua +++ b/modules/types.lua @@ -159,7 +159,12 @@ function module.drawSprites() quad.offset.x = sprite.quads[sprite.animation][0].offset.x quad.offset.y = sprite.quads[sprite.animation][0].offset.y end - local cameraOffset = sprite.ui and module.Vector2() or module.cameraPosition + if sprite.flipX and not quad.flipped then + quad.flipped = true + quad.offset.x = -quad.offset.x + end + + local cameraOffset = sprite.ui and module.Vector2() or module.cameraPosition or module.Vector2() love.graphics.draw(sprite.image, quad.quad, (sprite.position.x + (sprite.position.x - quad.offset.x - sprite.extraOffset.x) + cameraOffset.x), (sprite.position.y + (sprite.position.y - quad.offset.y - sprite.extraOffset.y) + cameraOffset.y), 0, quad.resize.x * (sprite.flipX and -1 or 1), quad.resize.y) ::continue:: -- Point itself @@ -170,7 +175,12 @@ function module.drawSprites() local quad = rect.quads[rect.animation][0] - local cameraOffset = rect.ui and module.Vector2() or module.cameraPosition + if rect.flipX and not quad.flipped then + quad.flipped = true + quad.offset.x = -quad.offset.x + end + + local cameraOffset = rect.ui and module.Vector2() or module.cameraPosition or module.Vector2() love.graphics.draw(rect.image, quad.quad, (rect.position.x + (rect.position.x - quad.offset.x - rect.extraOffset.x) + cameraOffset.x), (rect.position.y + (rect.position.y - quad.offset.y - rect.extraOffset.y) + cameraOffset.y), 0, quad.resize.x * (rect.flipX and -1 or 1), quad.resize.y) ::continue:: diff --git a/modules/types/character.lua b/modules/types/character.lua index 34dc551..2e77a44 100644 --- a/modules/types/character.lua +++ b/modules/types/character.lua @@ -11,7 +11,7 @@ function CharacterClass:PlayAnimation(name) local animName = self.animations[name] self.sprite:PlayAnimation(animName, self.animInfo[name].fps) self.sprite.extraOffset = module.myTypes.Vector2(self.animInfo[name].offsets[1] - self.stagePosition.x, self.animInfo[name].offsets[2] - self.stagePosition.y) - self.singing = name ~= "idle" + self.singing = name ~= "idle" and name ~= "danceLeft" and name ~= "danceRight" end function module.character(name) @@ -46,9 +46,13 @@ function module.character(name) newCharacter.animInfo[alias.anim] = alias end - newCharacter:PlayAnimation("idle") + if newCharacter.animInfo["idle"] then + newCharacter:PlayAnimation("idle") + else + newCharacter:PlayAnimation("danceLeft") + end return newCharacter end -return module \ No newline at end of file +return module diff --git a/songs.json b/songs.json new file mode 100644 index 0000000..5af6628 --- /dev/null +++ b/songs.json @@ -0,0 +1,13 @@ +{ + "high": [ + "erect" + ], + "dad-battle": [ + "erect" + ], + "stress": [ + "easy", + "normal", + "hard" + ] +} diff --git a/songs/Dad Battle Erect/Inst.ogg b/songs/Dad Battle Erect/Inst.ogg new file mode 100644 index 0000000..e1093db Binary files /dev/null and b/songs/Dad Battle Erect/Inst.ogg differ diff --git a/songs/Dad Battle Erect/Voices.ogg b/songs/Dad Battle Erect/Voices.ogg new file mode 100644 index 0000000..f9674c7 Binary files /dev/null and b/songs/Dad Battle Erect/Voices.ogg differ diff --git a/sprites/DADDY_DEAREST.json b/sprites/DADDY_DEAREST.json new file mode 100644 index 0000000..f698327 --- /dev/null +++ b/sprites/DADDY_DEAREST.json @@ -0,0 +1,1315 @@ +{ + "TextureAtlas": { + "SubTexture": [ + { + "_name": "Dad Sing Note DOWN0000", + "_x": "5", + "_y": "5", + "_width": "470", + "_height": "730", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "470", + "_frameHeight": "735" + }, + { + "_name": "Dad Sing Note DOWN0001", + "_x": "5", + "_y": "5", + "_width": "470", + "_height": "730", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "470", + "_frameHeight": "735" + }, + { + "_name": "Dad Sing Note DOWN0002", + "_x": "480", + "_y": "5", + "_width": "463", + "_height": "735", + "_frameX": "-3", + "_frameY": "0", + "_frameWidth": "470", + "_frameHeight": "735" + }, + { + "_name": "Dad Sing Note DOWN0003", + "_x": "480", + "_y": "5", + "_width": "463", + "_height": "735", + "_frameX": "-3", + "_frameY": "0", + "_frameWidth": "470", + "_frameHeight": "735" + }, + { + "_name": "Dad Sing Note DOWN0004", + "_x": "480", + "_y": "5", + "_width": "463", + "_height": "735", + "_frameX": "-3", + "_frameY": "0", + "_frameWidth": "470", + "_frameHeight": "735" + }, + { + "_name": "Dad Sing Note DOWN0005", + "_x": "480", + "_y": "5", + "_width": "463", + "_height": "735", + "_frameX": "-3", + "_frameY": "0", + "_frameWidth": "470", + "_frameHeight": "735" + }, + { + "_name": "Dad Sing Note DOWN0006", + "_x": "480", + "_y": "5", + "_width": "463", + "_height": "735", + "_frameX": "-3", + "_frameY": "0", + "_frameWidth": "470", + "_frameHeight": "735" + }, + { + "_name": "Dad Sing Note DOWN0007", + "_x": "480", + "_y": "5", + "_width": "463", + "_height": "735", + "_frameX": "-3", + "_frameY": "0", + "_frameWidth": "470", + "_frameHeight": "735" + }, + { + "_name": "Dad Sing Note DOWN0008", + "_x": "480", + "_y": "5", + "_width": "463", + "_height": "735", + "_frameX": "-3", + "_frameY": "0", + "_frameWidth": "470", + "_frameHeight": "735" + }, + { + "_name": "Dad Sing Note DOWN0009", + "_x": "480", + "_y": "5", + "_width": "463", + "_height": "735", + "_frameX": "-3", + "_frameY": "0", + "_frameWidth": "470", + "_frameHeight": "735" + }, + { + "_name": "Dad Sing Note DOWN0010", + "_x": "480", + "_y": "5", + "_width": "463", + "_height": "735", + "_frameX": "-3", + "_frameY": "0", + "_frameWidth": "470", + "_frameHeight": "735" + }, + { + "_name": "Dad Sing Note DOWN0011", + "_x": "480", + "_y": "5", + "_width": "463", + "_height": "735", + "_frameX": "-3", + "_frameY": "0", + "_frameWidth": "470", + "_frameHeight": "735" + }, + { + "_name": "Dad Sing Note DOWN0012", + "_x": "480", + "_y": "5", + "_width": "463", + "_height": "735", + "_frameX": "-3", + "_frameY": "0", + "_frameWidth": "470", + "_frameHeight": "735" + }, + { + "_name": "Dad Sing Note DOWN0013", + "_x": "480", + "_y": "5", + "_width": "463", + "_height": "735", + "_frameX": "-3", + "_frameY": "0", + "_frameWidth": "470", + "_frameHeight": "735" + }, + { + "_name": "Dad Sing Note DOWN0014", + "_x": "480", + "_y": "5", + "_width": "463", + "_height": "735", + "_frameX": "-3", + "_frameY": "0", + "_frameWidth": "470", + "_frameHeight": "735" + }, + { + "_name": "Dad Sing Note DOWN0015", + "_x": "480", + "_y": "5", + "_width": "463", + "_height": "735", + "_frameX": "-3", + "_frameY": "0", + "_frameWidth": "470", + "_frameHeight": "735" + }, + { + "_name": "Dad Sing Note LEFT0000", + "_x": "948", + "_y": "5", + "_width": "371", + "_height": "777", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "383", + "_frameHeight": "777" + }, + { + "_name": "Dad Sing Note LEFT0001", + "_x": "948", + "_y": "5", + "_width": "371", + "_height": "777", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "383", + "_frameHeight": "777" + }, + { + "_name": "Dad Sing Note LEFT0002", + "_x": "1324", + "_y": "5", + "_width": "383", + "_height": "777" + }, + { + "_name": "Dad Sing Note LEFT0003", + "_x": "1324", + "_y": "5", + "_width": "383", + "_height": "777" + }, + { + "_name": "Dad Sing Note LEFT0004", + "_x": "1712", + "_y": "5", + "_width": "383", + "_height": "777" + }, + { + "_name": "Dad Sing Note LEFT0005", + "_x": "1712", + "_y": "5", + "_width": "383", + "_height": "777" + }, + { + "_name": "Dad Sing Note LEFT0006", + "_x": "1324", + "_y": "5", + "_width": "383", + "_height": "777" + }, + { + "_name": "Dad Sing Note LEFT0007", + "_x": "1324", + "_y": "5", + "_width": "383", + "_height": "777" + }, + { + "_name": "Dad Sing Note LEFT0008", + "_x": "1712", + "_y": "5", + "_width": "383", + "_height": "777" + }, + { + "_name": "Dad Sing Note LEFT0009", + "_x": "1712", + "_y": "5", + "_width": "383", + "_height": "777" + }, + { + "_name": "Dad Sing Note LEFT0010", + "_x": "1324", + "_y": "5", + "_width": "383", + "_height": "777" + }, + { + "_name": "Dad Sing Note LEFT0011", + "_x": "1324", + "_y": "5", + "_width": "383", + "_height": "777" + }, + { + "_name": "Dad Sing Note LEFT0012", + "_x": "1712", + "_y": "5", + "_width": "383", + "_height": "777" + }, + { + "_name": "Dad Sing Note LEFT0013", + "_x": "1712", + "_y": "5", + "_width": "383", + "_height": "777" + }, + { + "_name": "Dad Sing Note LEFT0014", + "_x": "1324", + "_y": "5", + "_width": "383", + "_height": "777" + }, + { + "_name": "Dad Sing Note LEFT0015", + "_x": "1324", + "_y": "5", + "_width": "383", + "_height": "777" + }, + { + "_name": "Dad Sing Note RIGHT0000", + "_x": "2100", + "_y": "5", + "_width": "465", + "_height": "792", + "_frameX": "0", + "_frameY": "-1", + "_frameWidth": "465", + "_frameHeight": "793" + }, + { + "_name": "Dad Sing Note RIGHT0001", + "_x": "2100", + "_y": "5", + "_width": "465", + "_height": "792", + "_frameX": "0", + "_frameY": "-1", + "_frameWidth": "465", + "_frameHeight": "793" + }, + { + "_name": "Dad Sing Note RIGHT0002", + "_x": "2570", + "_y": "5", + "_width": "452", + "_height": "793", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "465", + "_frameHeight": "793" + }, + { + "_name": "Dad Sing Note RIGHT0003", + "_x": "2570", + "_y": "5", + "_width": "452", + "_height": "793", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "465", + "_frameHeight": "793" + }, + { + "_name": "Dad Sing Note RIGHT0004", + "_x": "3027", + "_y": "5", + "_width": "452", + "_height": "793", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "465", + "_frameHeight": "793" + }, + { + "_name": "Dad Sing Note RIGHT0005", + "_x": "3027", + "_y": "5", + "_width": "452", + "_height": "793", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "465", + "_frameHeight": "793" + }, + { + "_name": "Dad Sing Note RIGHT0006", + "_x": "2570", + "_y": "5", + "_width": "452", + "_height": "793", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "465", + "_frameHeight": "793" + }, + { + "_name": "Dad Sing Note RIGHT0007", + "_x": "2570", + "_y": "5", + "_width": "452", + "_height": "793", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "465", + "_frameHeight": "793" + }, + { + "_name": "Dad Sing Note RIGHT0008", + "_x": "3027", + "_y": "5", + "_width": "452", + "_height": "793", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "465", + "_frameHeight": "793" + }, + { + "_name": "Dad Sing Note RIGHT0009", + "_x": "3027", + "_y": "5", + "_width": "452", + "_height": "793", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "465", + "_frameHeight": "793" + }, + { + "_name": "Dad Sing Note RIGHT0010", + "_x": "2570", + "_y": "5", + "_width": "452", + "_height": "793", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "465", + "_frameHeight": "793" + }, + { + "_name": "Dad Sing Note RIGHT0011", + "_x": "2570", + "_y": "5", + "_width": "452", + "_height": "793", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "465", + "_frameHeight": "793" + }, + { + "_name": "Dad Sing Note RIGHT0012", + "_x": "3027", + "_y": "5", + "_width": "452", + "_height": "793", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "465", + "_frameHeight": "793" + }, + { + "_name": "Dad Sing Note RIGHT0013", + "_x": "3027", + "_y": "5", + "_width": "452", + "_height": "793", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "465", + "_frameHeight": "793" + }, + { + "_name": "Dad Sing Note RIGHT0014", + "_x": "2570", + "_y": "5", + "_width": "452", + "_height": "793", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "465", + "_frameHeight": "793" + }, + { + "_name": "Dad Sing Note RIGHT0015", + "_x": "2570", + "_y": "5", + "_width": "452", + "_height": "793", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "465", + "_frameHeight": "793" + }, + { + "_name": "Dad Sing Note RIGHT0016", + "_x": "3027", + "_y": "5", + "_width": "452", + "_height": "793", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "465", + "_frameHeight": "793" + }, + { + "_name": "Dad Sing Note RIGHT0017", + "_x": "3027", + "_y": "5", + "_width": "452", + "_height": "793", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "465", + "_frameHeight": "793" + }, + { + "_name": "Dad Sing Note RIGHT0018", + "_x": "2570", + "_y": "5", + "_width": "452", + "_height": "793", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "465", + "_frameHeight": "793" + }, + { + "_name": "Dad Sing Note UP0000", + "_x": "3484", + "_y": "5", + "_width": "408", + "_height": "818", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0001", + "_x": "3484", + "_y": "5", + "_width": "408", + "_height": "818", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0002", + "_x": "5", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0003", + "_x": "5", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0004", + "_x": "418", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0005", + "_x": "418", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0006", + "_x": "5", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0007", + "_x": "5", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0008", + "_x": "418", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0009", + "_x": "418", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0010", + "_x": "5", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0011", + "_x": "5", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0012", + "_x": "418", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0013", + "_x": "418", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0014", + "_x": "5", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0015", + "_x": "5", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0016", + "_x": "418", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0017", + "_x": "418", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0018", + "_x": "5", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0019", + "_x": "5", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0020", + "_x": "418", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0021", + "_x": "418", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0022", + "_x": "5", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0023", + "_x": "5", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0024", + "_x": "418", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0025", + "_x": "418", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0026", + "_x": "5", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0027", + "_x": "5", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0028", + "_x": "418", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0029", + "_x": "418", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0030", + "_x": "5", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0031", + "_x": "5", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0032", + "_x": "418", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0033", + "_x": "418", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0034", + "_x": "5", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0035", + "_x": "5", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0036", + "_x": "418", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0037", + "_x": "418", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0038", + "_x": "5", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0039", + "_x": "5", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0040", + "_x": "418", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0041", + "_x": "418", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0042", + "_x": "5", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0043", + "_x": "5", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0044", + "_x": "418", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0045", + "_x": "418", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0046", + "_x": "5", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0047", + "_x": "5", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0048", + "_x": "418", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0049", + "_x": "418", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0050", + "_x": "5", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0051", + "_x": "5", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0052", + "_x": "418", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0053", + "_x": "418", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0054", + "_x": "5", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0055", + "_x": "5", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0056", + "_x": "418", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0057", + "_x": "418", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0058", + "_x": "5", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad Sing Note UP0059", + "_x": "5", + "_y": "828", + "_width": "408", + "_height": "809", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "409", + "_frameHeight": "818" + }, + { + "_name": "Dad idle dance0000", + "_x": "831", + "_y": "828", + "_width": "419", + "_height": "767", + "_frameX": "-6", + "_frameY": "0", + "_frameWidth": "429", + "_frameHeight": "767" + }, + { + "_name": "Dad idle dance0001", + "_x": "831", + "_y": "828", + "_width": "419", + "_height": "767", + "_frameX": "-6", + "_frameY": "0", + "_frameWidth": "429", + "_frameHeight": "767" + }, + { + "_name": "Dad idle dance0002", + "_x": "1255", + "_y": "828", + "_width": "429", + "_height": "759", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "429", + "_frameHeight": "767" + }, + { + "_name": "Dad idle dance0003", + "_x": "1255", + "_y": "828", + "_width": "429", + "_height": "759", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "429", + "_frameHeight": "767" + }, + { + "_name": "Dad idle dance0004", + "_x": "1689", + "_y": "828", + "_width": "424", + "_height": "757", + "_frameX": "-2", + "_frameY": "-10", + "_frameWidth": "429", + "_frameHeight": "767" + }, + { + "_name": "Dad idle dance0005", + "_x": "1689", + "_y": "828", + "_width": "424", + "_height": "757", + "_frameX": "-2", + "_frameY": "-10", + "_frameWidth": "429", + "_frameHeight": "767" + }, + { + "_name": "Dad idle dance0006", + "_x": "2118", + "_y": "828", + "_width": "423", + "_height": "759", + "_frameX": "-3", + "_frameY": "-8", + "_frameWidth": "429", + "_frameHeight": "767" + }, + { + "_name": "Dad idle dance0007", + "_x": "2118", + "_y": "828", + "_width": "423", + "_height": "759", + "_frameX": "-3", + "_frameY": "-8", + "_frameWidth": "429", + "_frameHeight": "767" + }, + { + "_name": "Dad idle dance0008", + "_x": "2546", + "_y": "828", + "_width": "419", + "_height": "766", + "_frameX": "-5", + "_frameY": "-1", + "_frameWidth": "429", + "_frameHeight": "767" + }, + { + "_name": "Dad idle dance0009", + "_x": "2546", + "_y": "828", + "_width": "419", + "_height": "766", + "_frameX": "-5", + "_frameY": "-1", + "_frameWidth": "429", + "_frameHeight": "767" + }, + { + "_name": "Dad idle dance0010", + "_x": "2970", + "_y": "828", + "_width": "419", + "_height": "767", + "_frameX": "-6", + "_frameY": "0", + "_frameWidth": "429", + "_frameHeight": "767" + }, + { + "_name": "Dad idle dance0011", + "_x": "2970", + "_y": "828", + "_width": "419", + "_height": "767", + "_frameX": "-6", + "_frameY": "0", + "_frameWidth": "429", + "_frameHeight": "767" + }, + { + "_name": "Dad idle dance0012", + "_x": "831", + "_y": "828", + "_width": "419", + "_height": "767", + "_frameX": "-6", + "_frameY": "0", + "_frameWidth": "429", + "_frameHeight": "767" + } + ], + "_imagePath": "DADDY_DEAREST.png" + } +} diff --git a/sprites/DADDY_DEAREST.png b/sprites/DADDY_DEAREST.png new file mode 100644 index 0000000..e95e29b Binary files /dev/null and b/sprites/DADDY_DEAREST.png differ diff --git a/sprites/GF_assets.json b/sprites/GF_assets.json new file mode 100644 index 0000000..fc9c60d --- /dev/null +++ b/sprites/GF_assets.json @@ -0,0 +1,2435 @@ +{ + "TextureAtlas": { + "SubTexture": [ + { + "_name": "GF Cheer0000", + "_x": "0", + "_y": "0", + "_width": "699", + "_height": "657", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "703", + "_frameHeight": "657" + }, + { + "_name": "GF Cheer0001", + "_x": "709", + "_y": "0", + "_width": "703", + "_height": "657" + }, + { + "_name": "GF Cheer0002", + "_x": "1422", + "_y": "0", + "_width": "703", + "_height": "654", + "_frameX": "0", + "_frameY": "-3", + "_frameWidth": "703", + "_frameHeight": "657" + }, + { + "_name": "GF Cheer0003", + "_x": "2135", + "_y": "0", + "_width": "699", + "_height": "654", + "_frameX": "-2", + "_frameY": "-3", + "_frameWidth": "703", + "_frameHeight": "657" + }, + { + "_name": "GF Cheer0004", + "_x": "2844", + "_y": "0", + "_width": "699", + "_height": "654", + "_frameX": "-2", + "_frameY": "-3", + "_frameWidth": "703", + "_frameHeight": "657" + }, + { + "_name": "GF Cheer0005", + "_x": "2844", + "_y": "0", + "_width": "699", + "_height": "654", + "_frameX": "-2", + "_frameY": "-3", + "_frameWidth": "703", + "_frameHeight": "657" + }, + { + "_name": "GF Cheer0006", + "_x": "2844", + "_y": "0", + "_width": "699", + "_height": "654", + "_frameX": "-2", + "_frameY": "-3", + "_frameWidth": "703", + "_frameHeight": "657" + }, + { + "_name": "GF Cheer0007", + "_x": "2844", + "_y": "0", + "_width": "699", + "_height": "654", + "_frameX": "-2", + "_frameY": "-3", + "_frameWidth": "703", + "_frameHeight": "657" + }, + { + "_name": "GF Cheer0008", + "_x": "2844", + "_y": "0", + "_width": "699", + "_height": "654", + "_frameX": "-2", + "_frameY": "-3", + "_frameWidth": "703", + "_frameHeight": "657" + }, + { + "_name": "GF Cheer0009", + "_x": "2844", + "_y": "0", + "_width": "699", + "_height": "654", + "_frameX": "-2", + "_frameY": "-3", + "_frameWidth": "703", + "_frameHeight": "657" + }, + { + "_name": "GF Cheer0010", + "_x": "2844", + "_y": "0", + "_width": "699", + "_height": "654", + "_frameX": "-2", + "_frameY": "-3", + "_frameWidth": "703", + "_frameHeight": "657" + }, + { + "_name": "GF Cheer0011", + "_x": "2844", + "_y": "0", + "_width": "699", + "_height": "654", + "_frameX": "-2", + "_frameY": "-3", + "_frameWidth": "703", + "_frameHeight": "657" + }, + { + "_name": "GF Cheer0012", + "_x": "2844", + "_y": "0", + "_width": "699", + "_height": "654", + "_frameX": "-2", + "_frameY": "-3", + "_frameWidth": "703", + "_frameHeight": "657" + }, + { + "_name": "GF Cheer0013", + "_x": "2844", + "_y": "0", + "_width": "699", + "_height": "654", + "_frameX": "-2", + "_frameY": "-3", + "_frameWidth": "703", + "_frameHeight": "657" + }, + { + "_name": "GF Cheer0014", + "_x": "2844", + "_y": "0", + "_width": "699", + "_height": "654", + "_frameX": "-2", + "_frameY": "-3", + "_frameWidth": "703", + "_frameHeight": "657" + }, + { + "_name": "GF Cheer0015", + "_x": "2844", + "_y": "0", + "_width": "699", + "_height": "654", + "_frameX": "-2", + "_frameY": "-3", + "_frameWidth": "703", + "_frameHeight": "657" + }, + { + "_name": "GF Cheer0016", + "_x": "2844", + "_y": "0", + "_width": "699", + "_height": "654", + "_frameX": "-2", + "_frameY": "-3", + "_frameWidth": "703", + "_frameHeight": "657" + }, + { + "_name": "GF Cheer0017", + "_x": "2844", + "_y": "0", + "_width": "699", + "_height": "654", + "_frameX": "-2", + "_frameY": "-3", + "_frameWidth": "703", + "_frameHeight": "657" + }, + { + "_name": "GF Cheer0018", + "_x": "2844", + "_y": "0", + "_width": "699", + "_height": "654", + "_frameX": "-2", + "_frameY": "-3", + "_frameWidth": "703", + "_frameHeight": "657" + }, + { + "_name": "GF Cheer0019", + "_x": "2844", + "_y": "0", + "_width": "699", + "_height": "654", + "_frameX": "-2", + "_frameY": "-3", + "_frameWidth": "703", + "_frameHeight": "657" + }, + { + "_name": "GF Cheer0020", + "_x": "2844", + "_y": "0", + "_width": "699", + "_height": "654", + "_frameX": "-2", + "_frameY": "-3", + "_frameWidth": "703", + "_frameHeight": "657" + }, + { + "_name": "GF Dancing Beat0000", + "_x": "3553", + "_y": "0", + "_width": "699", + "_height": "634", + "_frameX": "-2", + "_frameY": "-14", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0001", + "_x": "4262", + "_y": "0", + "_width": "703", + "_height": "634", + "_frameX": "0", + "_frameY": "-14", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0002", + "_x": "4975", + "_y": "0", + "_width": "703", + "_height": "632", + "_frameX": "0", + "_frameY": "-16", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0003", + "_x": "5688", + "_y": "0", + "_width": "699", + "_height": "632", + "_frameX": "-2", + "_frameY": "-16", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0004", + "_x": "6397", + "_y": "0", + "_width": "699", + "_height": "635", + "_frameX": "-2", + "_frameY": "-13", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0005", + "_x": "7106", + "_y": "0", + "_width": "699", + "_height": "635", + "_frameX": "-2", + "_frameY": "-13", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0006", + "_x": "0", + "_y": "667", + "_width": "699", + "_height": "637", + "_frameX": "-2", + "_frameY": "-11", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0007", + "_x": "709", + "_y": "667", + "_width": "699", + "_height": "648", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0008", + "_x": "709", + "_y": "667", + "_width": "699", + "_height": "648", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0009", + "_x": "709", + "_y": "667", + "_width": "699", + "_height": "648", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0010", + "_x": "1418", + "_y": "667", + "_width": "699", + "_height": "648", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0011", + "_x": "1418", + "_y": "667", + "_width": "699", + "_height": "648", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0012", + "_x": "1418", + "_y": "667", + "_width": "699", + "_height": "648", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0013", + "_x": "2127", + "_y": "667", + "_width": "699", + "_height": "648", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0014", + "_x": "2127", + "_y": "667", + "_width": "699", + "_height": "648", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0015", + "_x": "2836", + "_y": "667", + "_width": "699", + "_height": "636", + "_frameX": "-2", + "_frameY": "-12", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0016", + "_x": "3545", + "_y": "667", + "_width": "703", + "_height": "636", + "_frameX": "0", + "_frameY": "-12", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0017", + "_x": "4258", + "_y": "667", + "_width": "703", + "_height": "636", + "_frameX": "0", + "_frameY": "-12", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0018", + "_x": "4971", + "_y": "667", + "_width": "699", + "_height": "636", + "_frameX": "-2", + "_frameY": "-12", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0019", + "_x": "5680", + "_y": "667", + "_width": "699", + "_height": "637", + "_frameX": "-2", + "_frameY": "-11", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0020", + "_x": "6389", + "_y": "667", + "_width": "699", + "_height": "637", + "_frameX": "-2", + "_frameY": "-11", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0021", + "_x": "7098", + "_y": "667", + "_width": "699", + "_height": "638", + "_frameX": "-2", + "_frameY": "-10", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0022", + "_x": "0", + "_y": "1325", + "_width": "699", + "_height": "643", + "_frameX": "-2", + "_frameY": "-5", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0023", + "_x": "0", + "_y": "1325", + "_width": "699", + "_height": "643", + "_frameX": "-2", + "_frameY": "-5", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0024", + "_x": "0", + "_y": "1325", + "_width": "699", + "_height": "643", + "_frameX": "-2", + "_frameY": "-5", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0025", + "_x": "709", + "_y": "1325", + "_width": "699", + "_height": "642", + "_frameX": "-2", + "_frameY": "-6", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0026", + "_x": "709", + "_y": "1325", + "_width": "699", + "_height": "642", + "_frameX": "-2", + "_frameY": "-6", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0027", + "_x": "709", + "_y": "1325", + "_width": "699", + "_height": "642", + "_frameX": "-2", + "_frameY": "-6", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0028", + "_x": "1418", + "_y": "1325", + "_width": "699", + "_height": "642", + "_frameX": "-2", + "_frameY": "-6", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0029", + "_x": "1418", + "_y": "1325", + "_width": "699", + "_height": "642", + "_frameX": "-2", + "_frameY": "-6", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat Hair Landing0000", + "_x": "2127", + "_y": "1325", + "_width": "699", + "_height": "635", + "_frameX": "-2", + "_frameY": "-13", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat Hair Landing0001", + "_x": "2836", + "_y": "1325", + "_width": "703", + "_height": "635", + "_frameX": "0", + "_frameY": "-13", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat Hair Landing0002", + "_x": "3549", + "_y": "1325", + "_width": "703", + "_height": "619", + "_frameX": "0", + "_frameY": "-29", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat Hair Landing0003", + "_x": "4262", + "_y": "1325", + "_width": "699", + "_height": "619", + "_frameX": "-2", + "_frameY": "-29", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat Hair Landing0004", + "_x": "4971", + "_y": "1325", + "_width": "699", + "_height": "607", + "_frameX": "-2", + "_frameY": "-41", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat Hair Landing0005", + "_x": "5680", + "_y": "1325", + "_width": "699", + "_height": "607", + "_frameX": "-2", + "_frameY": "-41", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat Hair Landing0006", + "_x": "6389", + "_y": "1325", + "_width": "699", + "_height": "626", + "_frameX": "-2", + "_frameY": "-22", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat Hair Landing0007", + "_x": "709", + "_y": "667", + "_width": "699", + "_height": "648", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat Hair Landing0008", + "_x": "709", + "_y": "667", + "_width": "699", + "_height": "648", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat Hair Landing0009", + "_x": "709", + "_y": "667", + "_width": "699", + "_height": "648", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat Hair Landing0010", + "_x": "1418", + "_y": "667", + "_width": "699", + "_height": "648", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat Hair Landing0011", + "_x": "1418", + "_y": "667", + "_width": "699", + "_height": "648", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat Hair Landing0012", + "_x": "1418", + "_y": "667", + "_width": "699", + "_height": "648", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat Hair Landing0013", + "_x": "2127", + "_y": "667", + "_width": "699", + "_height": "648", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat Hair Landing0014", + "_x": "2127", + "_y": "667", + "_width": "699", + "_height": "648", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat Hair Landing0015", + "_x": "2836", + "_y": "667", + "_width": "699", + "_height": "636", + "_frameX": "-2", + "_frameY": "-12", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat Hair Landing0016", + "_x": "3545", + "_y": "667", + "_width": "703", + "_height": "636", + "_frameX": "0", + "_frameY": "-12", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat Hair Landing0017", + "_x": "4258", + "_y": "667", + "_width": "703", + "_height": "636", + "_frameX": "0", + "_frameY": "-12", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat Hair Landing0018", + "_x": "4971", + "_y": "667", + "_width": "699", + "_height": "636", + "_frameX": "-2", + "_frameY": "-12", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat Hair Landing0019", + "_x": "5680", + "_y": "667", + "_width": "699", + "_height": "637", + "_frameX": "-2", + "_frameY": "-11", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat Hair Landing0020", + "_x": "6389", + "_y": "667", + "_width": "699", + "_height": "637", + "_frameX": "-2", + "_frameY": "-11", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat Hair Landing0021", + "_x": "7098", + "_y": "667", + "_width": "699", + "_height": "638", + "_frameX": "-2", + "_frameY": "-10", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat Hair Landing0022", + "_x": "0", + "_y": "1325", + "_width": "699", + "_height": "643", + "_frameX": "-2", + "_frameY": "-5", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat Hair Landing0023", + "_x": "0", + "_y": "1325", + "_width": "699", + "_height": "643", + "_frameX": "-2", + "_frameY": "-5", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat Hair Landing0024", + "_x": "0", + "_y": "1325", + "_width": "699", + "_height": "643", + "_frameX": "-2", + "_frameY": "-5", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat Hair Landing0025", + "_x": "709", + "_y": "1325", + "_width": "699", + "_height": "642", + "_frameX": "-2", + "_frameY": "-6", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat Hair Landing0026", + "_x": "709", + "_y": "1325", + "_width": "699", + "_height": "642", + "_frameX": "-2", + "_frameY": "-6", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat Hair Landing0027", + "_x": "709", + "_y": "1325", + "_width": "699", + "_height": "642", + "_frameX": "-2", + "_frameY": "-6", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat Hair Landing0028", + "_x": "1418", + "_y": "1325", + "_width": "699", + "_height": "642", + "_frameX": "-2", + "_frameY": "-6", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat Hair Landing0029", + "_x": "1418", + "_y": "1325", + "_width": "699", + "_height": "642", + "_frameX": "-2", + "_frameY": "-6", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat Hair blowing0000", + "_x": "7098", + "_y": "1325", + "_width": "701", + "_height": "636", + "_frameX": "-45", + "_frameY": "-13", + "_frameWidth": "748", + "_frameHeight": "649" + }, + { + "_name": "GF Dancing Beat Hair blowing0001", + "_x": "0", + "_y": "1978", + "_width": "703", + "_height": "636", + "_frameX": "-45", + "_frameY": "-13", + "_frameWidth": "748", + "_frameHeight": "649" + }, + { + "_name": "GF Dancing Beat Hair blowing0002", + "_x": "713", + "_y": "1978", + "_width": "748", + "_height": "628", + "_frameX": "0", + "_frameY": "-21", + "_frameWidth": "748", + "_frameHeight": "649" + }, + { + "_name": "GF Dancing Beat Hair blowing0003", + "_x": "1471", + "_y": "1978", + "_width": "699", + "_height": "627", + "_frameX": "-47", + "_frameY": "-22", + "_frameWidth": "748", + "_frameHeight": "649" + }, + { + "_name": "GF Dancing Beat Hair blowing0004", + "_x": "2180", + "_y": "1978", + "_width": "701", + "_height": "638", + "_frameX": "-45", + "_frameY": "-11", + "_frameWidth": "748", + "_frameHeight": "649" + }, + { + "_name": "GF Dancing Beat Hair blowing0005", + "_x": "2891", + "_y": "1978", + "_width": "701", + "_height": "638", + "_frameX": "-45", + "_frameY": "-11", + "_frameWidth": "748", + "_frameHeight": "649" + }, + { + "_name": "GF Dancing Beat Hair blowing0006", + "_x": "3602", + "_y": "1978", + "_width": "739", + "_height": "636", + "_frameX": "-7", + "_frameY": "-13", + "_frameWidth": "748", + "_frameHeight": "649" + }, + { + "_name": "GF Dancing Beat Hair blowing0007", + "_x": "4351", + "_y": "1978", + "_width": "699", + "_height": "647", + "_frameX": "-47", + "_frameY": "-2", + "_frameWidth": "748", + "_frameHeight": "649" + }, + { + "_name": "GF Dancing Beat Hair blowing0008", + "_x": "5060", + "_y": "1978", + "_width": "728", + "_height": "639", + "_frameX": "-18", + "_frameY": "-10", + "_frameWidth": "748", + "_frameHeight": "649" + }, + { + "_name": "GF Dancing Beat Hair blowing0009", + "_x": "5798", + "_y": "1978", + "_width": "699", + "_height": "638", + "_frameX": "-47", + "_frameY": "-11", + "_frameWidth": "748", + "_frameHeight": "649" + }, + { + "_name": "GF Dancing Beat Hair blowing0010", + "_x": "6507", + "_y": "1978", + "_width": "699", + "_height": "649", + "_frameX": "-47", + "_frameY": "0", + "_frameWidth": "748", + "_frameHeight": "649" + }, + { + "_name": "GF Dancing Beat Hair blowing0011", + "_x": "6507", + "_y": "1978", + "_width": "699", + "_height": "649", + "_frameX": "-47", + "_frameY": "0", + "_frameWidth": "748", + "_frameHeight": "649" + }, + { + "_name": "GF Dancing Beat Hair blowing0012", + "_x": "7216", + "_y": "1978", + "_width": "726", + "_height": "641", + "_frameX": "-20", + "_frameY": "-8", + "_frameWidth": "748", + "_frameHeight": "649" + }, + { + "_name": "GF Dancing Beat Hair blowing0013", + "_x": "0", + "_y": "2637", + "_width": "699", + "_height": "648", + "_frameX": "-47", + "_frameY": "-1", + "_frameWidth": "748", + "_frameHeight": "649" + }, + { + "_name": "GF Dancing Beat Hair blowing0014", + "_x": "709", + "_y": "2637", + "_width": "725", + "_height": "640", + "_frameX": "-21", + "_frameY": "-9", + "_frameWidth": "748", + "_frameHeight": "649" + }, + { + "_name": "GF Dancing Beat Hair blowing0015", + "_x": "1444", + "_y": "2637", + "_width": "699", + "_height": "625", + "_frameX": "-47", + "_frameY": "-24", + "_frameWidth": "748", + "_frameHeight": "649" + }, + { + "_name": "GF Dancing Beat Hair blowing0016", + "_x": "2153", + "_y": "2637", + "_width": "703", + "_height": "634", + "_frameX": "-45", + "_frameY": "-15", + "_frameWidth": "748", + "_frameHeight": "649" + }, + { + "_name": "GF Dancing Beat Hair blowing0017", + "_x": "2866", + "_y": "2637", + "_width": "703", + "_height": "631", + "_frameX": "-45", + "_frameY": "-18", + "_frameWidth": "748", + "_frameHeight": "649" + }, + { + "_name": "GF Dancing Beat Hair blowing0018", + "_x": "3579", + "_y": "2637", + "_width": "709", + "_height": "623", + "_frameX": "-37", + "_frameY": "-26", + "_frameWidth": "748", + "_frameHeight": "649" + }, + { + "_name": "GF Dancing Beat Hair blowing0019", + "_x": "4298", + "_y": "2637", + "_width": "699", + "_height": "634", + "_frameX": "-47", + "_frameY": "-15", + "_frameWidth": "748", + "_frameHeight": "649" + }, + { + "_name": "GF Dancing Beat Hair blowing0020", + "_x": "5007", + "_y": "2637", + "_width": "710", + "_height": "626", + "_frameX": "-36", + "_frameY": "-23", + "_frameWidth": "748", + "_frameHeight": "649" + }, + { + "_name": "GF Dancing Beat Hair blowing0021", + "_x": "5727", + "_y": "2637", + "_width": "699", + "_height": "630", + "_frameX": "-47", + "_frameY": "-19", + "_frameWidth": "748", + "_frameHeight": "649" + }, + { + "_name": "GF Dancing Beat Hair blowing0022", + "_x": "6436", + "_y": "2637", + "_width": "699", + "_height": "646", + "_frameX": "-47", + "_frameY": "-3", + "_frameWidth": "748", + "_frameHeight": "649" + }, + { + "_name": "GF Dancing Beat Hair blowing0023", + "_x": "6436", + "_y": "2637", + "_width": "699", + "_height": "646", + "_frameX": "-47", + "_frameY": "-3", + "_frameWidth": "748", + "_frameHeight": "649" + }, + { + "_name": "GF Dancing Beat Hair blowing0024", + "_x": "7145", + "_y": "2637", + "_width": "715", + "_height": "638", + "_frameX": "-31", + "_frameY": "-11", + "_frameWidth": "748", + "_frameHeight": "649" + }, + { + "_name": "GF Dancing Beat Hair blowing0025", + "_x": "0", + "_y": "3295", + "_width": "699", + "_height": "647", + "_frameX": "-47", + "_frameY": "-2", + "_frameWidth": "748", + "_frameHeight": "649" + }, + { + "_name": "GF Dancing Beat Hair blowing0026", + "_x": "709", + "_y": "3295", + "_width": "716", + "_height": "639", + "_frameX": "-30", + "_frameY": "-10", + "_frameWidth": "748", + "_frameHeight": "649" + }, + { + "_name": "GF Dancing Beat Hair blowing0027", + "_x": "1435", + "_y": "3295", + "_width": "699", + "_height": "638", + "_frameX": "-47", + "_frameY": "-11", + "_frameWidth": "748", + "_frameHeight": "649" + }, + { + "_name": "GF Dancing Beat Hair blowing0028", + "_x": "2144", + "_y": "3295", + "_width": "699", + "_height": "646", + "_frameX": "-47", + "_frameY": "-3", + "_frameWidth": "748", + "_frameHeight": "649" + }, + { + "_name": "GF Dancing Beat Hair blowing0029", + "_x": "2144", + "_y": "3295", + "_width": "699", + "_height": "646", + "_frameX": "-47", + "_frameY": "-3", + "_frameWidth": "748", + "_frameHeight": "649" + }, + { + "_name": "GF Down Note0000", + "_x": "2853", + "_y": "3295", + "_width": "699", + "_height": "631", + "_frameX": "-2", + "_frameY": "-6", + "_frameWidth": "703", + "_frameHeight": "637" + }, + { + "_name": "GF Down Note0001", + "_x": "3562", + "_y": "3295", + "_width": "703", + "_height": "631", + "_frameX": "0", + "_frameY": "-6", + "_frameWidth": "703", + "_frameHeight": "637" + }, + { + "_name": "GF Down Note0002", + "_x": "4275", + "_y": "3295", + "_width": "703", + "_height": "636", + "_frameX": "0", + "_frameY": "-1", + "_frameWidth": "703", + "_frameHeight": "637" + }, + { + "_name": "GF Down Note0003", + "_x": "4988", + "_y": "3295", + "_width": "699", + "_height": "636", + "_frameX": "-2", + "_frameY": "-1", + "_frameWidth": "703", + "_frameHeight": "637" + }, + { + "_name": "GF Down Note0004", + "_x": "5697", + "_y": "3295", + "_width": "699", + "_height": "637", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "703", + "_frameHeight": "637" + }, + { + "_name": "GF Down Note0005", + "_x": "5697", + "_y": "3295", + "_width": "699", + "_height": "637", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "703", + "_frameHeight": "637" + }, + { + "_name": "GF Down Note0006", + "_x": "5697", + "_y": "3295", + "_width": "699", + "_height": "637", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "703", + "_frameHeight": "637" + }, + { + "_name": "GF Down Note0007", + "_x": "5697", + "_y": "3295", + "_width": "699", + "_height": "637", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "703", + "_frameHeight": "637" + }, + { + "_name": "GF Down Note0008", + "_x": "5697", + "_y": "3295", + "_width": "699", + "_height": "637", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "703", + "_frameHeight": "637" + }, + { + "_name": "GF Down Note0009", + "_x": "5697", + "_y": "3295", + "_width": "699", + "_height": "637", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "703", + "_frameHeight": "637" + }, + { + "_name": "GF Down Note0010", + "_x": "5697", + "_y": "3295", + "_width": "699", + "_height": "637", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "703", + "_frameHeight": "637" + }, + { + "_name": "GF Down Note0011", + "_x": "5697", + "_y": "3295", + "_width": "699", + "_height": "637", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "703", + "_frameHeight": "637" + }, + { + "_name": "GF Down Note0012", + "_x": "5697", + "_y": "3295", + "_width": "699", + "_height": "637", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "703", + "_frameHeight": "637" + }, + { + "_name": "GF Down Note0013", + "_x": "5697", + "_y": "3295", + "_width": "699", + "_height": "637", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "703", + "_frameHeight": "637" + }, + { + "_name": "GF Down Note0014", + "_x": "5697", + "_y": "3295", + "_width": "699", + "_height": "637", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "703", + "_frameHeight": "637" + }, + { + "_name": "GF Down Note0015", + "_x": "5697", + "_y": "3295", + "_width": "699", + "_height": "637", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "703", + "_frameHeight": "637" + }, + { + "_name": "GF Down Note0016", + "_x": "5697", + "_y": "3295", + "_width": "699", + "_height": "637", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "703", + "_frameHeight": "637" + }, + { + "_name": "GF Down Note0017", + "_x": "5697", + "_y": "3295", + "_width": "699", + "_height": "637", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "703", + "_frameHeight": "637" + }, + { + "_name": "GF Down Note0018", + "_x": "5697", + "_y": "3295", + "_width": "699", + "_height": "637", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "703", + "_frameHeight": "637" + }, + { + "_name": "GF Down Note0019", + "_x": "5697", + "_y": "3295", + "_width": "699", + "_height": "637", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "703", + "_frameHeight": "637" + }, + { + "_name": "GF FEAR 0000", + "_x": "6406", + "_y": "3295", + "_width": "699", + "_height": "640" + }, + { + "_name": "GF FEAR 0001", + "_x": "7115", + "_y": "3295", + "_width": "699", + "_height": "640" + }, + { + "_name": "GF FEAR 0002", + "_x": "0", + "_y": "3952", + "_width": "699", + "_height": "638", + "_frameX": "0", + "_frameY": "-2", + "_frameWidth": "699", + "_frameHeight": "640" + }, + { + "_name": "GF FEAR 0003", + "_x": "709", + "_y": "3952", + "_width": "699", + "_height": "640" + }, + { + "_name": "GF Right Note0000", + "_x": "1418", + "_y": "3952", + "_width": "699", + "_height": "632", + "_frameX": "-2", + "_frameY": "-5", + "_frameWidth": "703", + "_frameHeight": "637" + }, + { + "_name": "GF Right Note0001", + "_x": "2127", + "_y": "3952", + "_width": "703", + "_height": "632", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "703", + "_frameHeight": "637" + }, + { + "_name": "GF Right Note0002", + "_x": "2840", + "_y": "3952", + "_width": "703", + "_height": "637" + }, + { + "_name": "GF Right Note0003", + "_x": "3553", + "_y": "3952", + "_width": "699", + "_height": "637", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "703", + "_frameHeight": "637" + }, + { + "_name": "GF Right Note0004", + "_x": "4262", + "_y": "3952", + "_width": "699", + "_height": "637", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "703", + "_frameHeight": "637" + }, + { + "_name": "GF Right Note0005", + "_x": "4971", + "_y": "3952", + "_width": "699", + "_height": "637", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "703", + "_frameHeight": "637" + }, + { + "_name": "GF Right Note0006", + "_x": "5680", + "_y": "3952", + "_width": "699", + "_height": "637", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "703", + "_frameHeight": "637" + }, + { + "_name": "GF Right Note0007", + "_x": "5680", + "_y": "3952", + "_width": "699", + "_height": "637", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "703", + "_frameHeight": "637" + }, + { + "_name": "GF Right Note0008", + "_x": "6389", + "_y": "3952", + "_width": "699", + "_height": "637", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "703", + "_frameHeight": "637" + }, + { + "_name": "GF Right Note0009", + "_x": "6389", + "_y": "3952", + "_width": "699", + "_height": "637", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "703", + "_frameHeight": "637" + }, + { + "_name": "GF Right Note0010", + "_x": "6389", + "_y": "3952", + "_width": "699", + "_height": "637", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "703", + "_frameHeight": "637" + }, + { + "_name": "GF Right Note0011", + "_x": "6389", + "_y": "3952", + "_width": "699", + "_height": "637", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "703", + "_frameHeight": "637" + }, + { + "_name": "GF Right Note0012", + "_x": "6389", + "_y": "3952", + "_width": "699", + "_height": "637", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "703", + "_frameHeight": "637" + }, + { + "_name": "GF Right Note0013", + "_x": "6389", + "_y": "3952", + "_width": "699", + "_height": "637", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "703", + "_frameHeight": "637" + }, + { + "_name": "GF Right Note0014", + "_x": "6389", + "_y": "3952", + "_width": "699", + "_height": "637", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "703", + "_frameHeight": "637" + }, + { + "_name": "GF Up Note0000", + "_x": "7098", + "_y": "3952", + "_width": "699", + "_height": "661", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "703", + "_frameHeight": "661" + }, + { + "_name": "GF Up Note0001", + "_x": "0", + "_y": "4623", + "_width": "703", + "_height": "661" + }, + { + "_name": "GF Up Note0002", + "_x": "713", + "_y": "4623", + "_width": "703", + "_height": "661" + }, + { + "_name": "GF Up Note0003", + "_x": "1426", + "_y": "4623", + "_width": "699", + "_height": "661", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "703", + "_frameHeight": "661" + }, + { + "_name": "GF Up Note0004", + "_x": "2135", + "_y": "4623", + "_width": "699", + "_height": "661", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "703", + "_frameHeight": "661" + }, + { + "_name": "GF Up Note0005", + "_x": "2135", + "_y": "4623", + "_width": "699", + "_height": "661", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "703", + "_frameHeight": "661" + }, + { + "_name": "GF Up Note0006", + "_x": "2135", + "_y": "4623", + "_width": "699", + "_height": "661", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "703", + "_frameHeight": "661" + }, + { + "_name": "GF left note0000", + "_x": "2844", + "_y": "4623", + "_width": "699", + "_height": "633", + "_frameX": "-2", + "_frameY": "-5", + "_frameWidth": "703", + "_frameHeight": "638" + }, + { + "_name": "GF left note0001", + "_x": "3553", + "_y": "4623", + "_width": "703", + "_height": "631", + "_frameX": "0", + "_frameY": "-7", + "_frameWidth": "703", + "_frameHeight": "638" + }, + { + "_name": "GF left note0002", + "_x": "4266", + "_y": "4623", + "_width": "703", + "_height": "638" + }, + { + "_name": "GF left note0003", + "_x": "4979", + "_y": "4623", + "_width": "699", + "_height": "638", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "703", + "_frameHeight": "638" + }, + { + "_name": "GF left note0004", + "_x": "5688", + "_y": "4623", + "_width": "699", + "_height": "638", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "703", + "_frameHeight": "638" + }, + { + "_name": "GF left note0005", + "_x": "6397", + "_y": "4623", + "_width": "699", + "_height": "638", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "703", + "_frameHeight": "638" + }, + { + "_name": "GF left note0006", + "_x": "7106", + "_y": "4623", + "_width": "699", + "_height": "637", + "_frameX": "-2", + "_frameY": "-1", + "_frameWidth": "703", + "_frameHeight": "638" + }, + { + "_name": "GF left note0007", + "_x": "7106", + "_y": "4623", + "_width": "699", + "_height": "637", + "_frameX": "-2", + "_frameY": "-1", + "_frameWidth": "703", + "_frameHeight": "638" + }, + { + "_name": "GF left note0008", + "_x": "0", + "_y": "5294", + "_width": "699", + "_height": "637", + "_frameX": "-2", + "_frameY": "-1", + "_frameWidth": "703", + "_frameHeight": "638" + }, + { + "_name": "GF left note0009", + "_x": "0", + "_y": "5294", + "_width": "699", + "_height": "637", + "_frameX": "-2", + "_frameY": "-1", + "_frameWidth": "703", + "_frameHeight": "638" + }, + { + "_name": "GF left note0010", + "_x": "0", + "_y": "5294", + "_width": "699", + "_height": "637", + "_frameX": "-2", + "_frameY": "-1", + "_frameWidth": "703", + "_frameHeight": "638" + }, + { + "_name": "GF left note0011", + "_x": "0", + "_y": "5294", + "_width": "699", + "_height": "637", + "_frameX": "-2", + "_frameY": "-1", + "_frameWidth": "703", + "_frameHeight": "638" + }, + { + "_name": "GF left note0012", + "_x": "0", + "_y": "5294", + "_width": "699", + "_height": "637", + "_frameX": "-2", + "_frameY": "-1", + "_frameWidth": "703", + "_frameHeight": "638" + }, + { + "_name": "GF left note0013", + "_x": "0", + "_y": "5294", + "_width": "699", + "_height": "637", + "_frameX": "-2", + "_frameY": "-1", + "_frameWidth": "703", + "_frameHeight": "638" + }, + { + "_name": "GF left note0014", + "_x": "0", + "_y": "5294", + "_width": "699", + "_height": "637", + "_frameX": "-2", + "_frameY": "-1", + "_frameWidth": "703", + "_frameHeight": "638" + }, + { + "_name": "gf sad0000", + "_x": "709", + "_y": "5294", + "_width": "699", + "_height": "633", + "_frameX": "0", + "_frameY": "-3", + "_frameWidth": "699", + "_frameHeight": "636" + }, + { + "_name": "gf sad0001", + "_x": "709", + "_y": "5294", + "_width": "699", + "_height": "633", + "_frameX": "0", + "_frameY": "-3", + "_frameWidth": "699", + "_frameHeight": "636" + }, + { + "_name": "gf sad0002", + "_x": "1418", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0003", + "_x": "1418", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0004", + "_x": "2127", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0005", + "_x": "2127", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0006", + "_x": "2836", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0007", + "_x": "2836", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0008", + "_x": "3545", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0009", + "_x": "3545", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0010", + "_x": "1418", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0011", + "_x": "1418", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0012", + "_x": "2127", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0013", + "_x": "2127", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0014", + "_x": "2836", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0015", + "_x": "2836", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0016", + "_x": "3545", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0017", + "_x": "3545", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0018", + "_x": "1418", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0019", + "_x": "1418", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0020", + "_x": "2127", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0021", + "_x": "2127", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0022", + "_x": "2836", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0023", + "_x": "2836", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0024", + "_x": "3545", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0025", + "_x": "3545", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0026", + "_x": "1418", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0027", + "_x": "1418", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0028", + "_x": "2127", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0029", + "_x": "2127", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0030", + "_x": "2836", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0031", + "_x": "2836", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0032", + "_x": "3545", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0033", + "_x": "3545", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0034", + "_x": "1418", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0035", + "_x": "1418", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0036", + "_x": "2127", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0037", + "_x": "2127", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0038", + "_x": "2836", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0039", + "_x": "2836", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0040", + "_x": "3545", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0041", + "_x": "3545", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0042", + "_x": "1418", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0043", + "_x": "1418", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0044", + "_x": "2127", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0045", + "_x": "2127", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0046", + "_x": "2836", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0047", + "_x": "2836", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0048", + "_x": "3545", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0049", + "_x": "3545", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0050", + "_x": "1418", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0051", + "_x": "1418", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0052", + "_x": "2127", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0053", + "_x": "2127", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0054", + "_x": "2836", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0055", + "_x": "2836", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0056", + "_x": "3545", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0057", + "_x": "3545", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0058", + "_x": "1418", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0059", + "_x": "1418", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0060", + "_x": "2127", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0061", + "_x": "2127", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0062", + "_x": "2836", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0063", + "_x": "2836", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0064", + "_x": "3545", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0065", + "_x": "3545", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0066", + "_x": "1418", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0067", + "_x": "1418", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0068", + "_x": "2127", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0069", + "_x": "2127", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0070", + "_x": "2836", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0071", + "_x": "2836", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0072", + "_x": "3545", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0073", + "_x": "3545", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0074", + "_x": "1418", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0075", + "_x": "1418", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0076", + "_x": "2127", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0077", + "_x": "2127", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0078", + "_x": "2836", + "_y": "5294", + "_width": "699", + "_height": "636" + }, + { + "_name": "gf sad0079", + "_x": "2836", + "_y": "5294", + "_width": "699", + "_height": "636" + } + ], + "_imagePath": "GF_assets.png" + } +} diff --git a/sprites/GF_assets.png b/sprites/GF_assets.png new file mode 100644 index 0000000..2d1481a Binary files /dev/null and b/sprites/GF_assets.png differ diff --git a/sprites/momCar.json.txt b/sprites/momCar.json.txt deleted file mode 100644 index 659e881..0000000 --- a/sprites/momCar.json.txt +++ /dev/null @@ -1,699 +0,0 @@ -{ - "TextureAtlas": { - "imagePath": "momCar.png", - "SubTexture": [ - { - "_name": "MOM DOWN POSE0000", - "_x": "0", - "_y": "0", - "_width": "452", - "_height": "594", - "_frameX": "-1", - "_frameY": "-19", - "_frameWidth": "459", - "_frameHeight": "613" - }, - { - "_name": "MOM DOWN POSE0001", - "_x": "462", - "_y": "0", - "_width": "444", - "_height": "586", - "_frameX": "-3", - "_frameY": "-27", - "_frameWidth": "459", - "_frameHeight": "613" - }, - { - "_name": "MOM DOWN POSE0002", - "_x": "916", - "_y": "0", - "_width": "441", - "_height": "613", - "_frameX": "-18", - "_frameY": "0", - "_frameWidth": "459", - "_frameHeight": "613" - }, - { - "_name": "MOM DOWN POSE0003", - "_x": "1367", - "_y": "0", - "_width": "442", - "_height": "607", - "_frameX": "-7", - "_frameY": "-6", - "_frameWidth": "459", - "_frameHeight": "613" - }, - { - "_name": "MOM DOWN POSE0004", - "_x": "1819", - "_y": "0", - "_width": "451", - "_height": "613", - "_frameX": "0", - "_frameY": "0", - "_frameWidth": "459", - "_frameHeight": "613" - }, - { - "_name": "MOM DOWN POSE0005", - "_x": "2280", - "_y": "0", - "_width": "438", - "_height": "607", - "_frameX": "-7", - "_frameY": "-6", - "_frameWidth": "459", - "_frameHeight": "613" - }, - { - "_name": "MOM DOWN POSE0006", - "_x": "916", - "_y": "0", - "_width": "441", - "_height": "613", - "_frameX": "-18", - "_frameY": "0", - "_frameWidth": "459", - "_frameHeight": "613" - }, - { - "_name": "MOM DOWN POSE0007", - "_x": "1367", - "_y": "0", - "_width": "442", - "_height": "607", - "_frameX": "-7", - "_frameY": "-6", - "_frameWidth": "459", - "_frameHeight": "613" - }, - { - "_name": "MOM DOWN POSE0008", - "_x": "1819", - "_y": "0", - "_width": "451", - "_height": "613", - "_frameX": "0", - "_frameY": "0", - "_frameWidth": "459", - "_frameHeight": "613" - }, - { - "_name": "MOM DOWN POSE0009", - "_x": "2280", - "_y": "0", - "_width": "438", - "_height": "607", - "_frameX": "-7", - "_frameY": "-6", - "_frameWidth": "459", - "_frameHeight": "613" - }, - { - "_name": "MOM DOWN POSE0010", - "_x": "916", - "_y": "0", - "_width": "441", - "_height": "613", - "_frameX": "-18", - "_frameY": "0", - "_frameWidth": "459", - "_frameHeight": "613" - }, - { - "_name": "MOM DOWN POSE0011", - "_x": "1367", - "_y": "0", - "_width": "442", - "_height": "607", - "_frameX": "-7", - "_frameY": "-6", - "_frameWidth": "459", - "_frameHeight": "613" - }, - { - "_name": "MOM DOWN POSE0012", - "_x": "1819", - "_y": "0", - "_width": "451", - "_height": "613", - "_frameX": "0", - "_frameY": "0", - "_frameWidth": "459", - "_frameHeight": "613" - }, - { - "_name": "MOM DOWN POSE0013", - "_x": "2280", - "_y": "0", - "_width": "438", - "_height": "607", - "_frameX": "-7", - "_frameY": "-6", - "_frameWidth": "459", - "_frameHeight": "613" - }, - { - "_name": "MOM DOWN POSE0014", - "_x": "916", - "_y": "0", - "_width": "441", - "_height": "613", - "_frameX": "-18", - "_frameY": "0", - "_frameWidth": "459", - "_frameHeight": "613" - }, - { - "_name": "Mom Idle0000", - "_x": "2728", - "_y": "0", - "_width": "467", - "_height": "811", - "_frameX": "0", - "_frameY": "-2", - "_frameWidth": "479", - "_frameHeight": "814" - }, - { - "_name": "Mom Idle0001", - "_x": "3205", - "_y": "0", - "_width": "478", - "_height": "810", - "_frameX": "0", - "_frameY": "-3", - "_frameWidth": "479", - "_frameHeight": "814" - }, - { - "_name": "Mom Idle0002", - "_x": "3693", - "_y": "0", - "_width": "467", - "_height": "797", - "_frameX": "0", - "_frameY": "-17", - "_frameWidth": "479", - "_frameHeight": "814" - }, - { - "_name": "Mom Idle0003", - "_x": "4170", - "_y": "0", - "_width": "478", - "_height": "792", - "_frameX": "0", - "_frameY": "-22", - "_frameWidth": "479", - "_frameHeight": "814" - }, - { - "_name": "Mom Idle0004", - "_x": "4658", - "_y": "0", - "_width": "461", - "_height": "805", - "_frameX": "-4", - "_frameY": "-9", - "_frameWidth": "479", - "_frameHeight": "814" - }, - { - "_name": "Mom Idle0005", - "_x": "5129", - "_y": "0", - "_width": "472", - "_height": "801", - "_frameX": "-4", - "_frameY": "-13", - "_frameWidth": "479", - "_frameHeight": "814" - }, - { - "_name": "Mom Idle0006", - "_x": "5611", - "_y": "0", - "_width": "460", - "_height": "807", - "_frameX": "-4", - "_frameY": "-7", - "_frameWidth": "479", - "_frameHeight": "814" - }, - { - "_name": "Mom Idle0007", - "_x": "6081", - "_y": "0", - "_width": "471", - "_height": "804", - "_frameX": "-4", - "_frameY": "-10", - "_frameWidth": "479", - "_frameHeight": "814" - }, - { - "_name": "Mom Idle0008", - "_x": "6562", - "_y": "0", - "_width": "460", - "_height": "813", - "_frameX": "-4", - "_frameY": "-1", - "_frameWidth": "479", - "_frameHeight": "814" - }, - { - "_name": "Mom Idle0009", - "_x": "7032", - "_y": "0", - "_width": "471", - "_height": "811", - "_frameX": "-4", - "_frameY": "-3", - "_frameWidth": "479", - "_frameHeight": "814" - }, - { - "_name": "Mom Idle0010", - "_x": "7513", - "_y": "0", - "_width": "471", - "_height": "814", - "_frameX": "-4", - "_frameY": "0", - "_frameWidth": "479", - "_frameHeight": "814" - }, - { - "_name": "Mom Idle0011", - "_x": "0", - "_y": "824", - "_width": "475", - "_height": "812", - "_frameX": "-4", - "_frameY": "-2", - "_frameWidth": "479", - "_frameHeight": "814" - }, - { - "_name": "Mom Idle0012", - "_x": "485", - "_y": "824", - "_width": "460", - "_height": "814", - "_frameX": "-4", - "_frameY": "0", - "_frameWidth": "479", - "_frameHeight": "814" - }, - { - "_name": "Mom Idle0013", - "_x": "955", - "_y": "824", - "_width": "471", - "_height": "812", - "_frameX": "-4", - "_frameY": "-2", - "_frameWidth": "479", - "_frameHeight": "814" - }, - { - "_name": "Mom Left Pose0000", - "_x": "1436", - "_y": "824", - "_width": "564", - "_height": "803", - "_frameX": "-1", - "_frameY": "-7", - "_frameWidth": "570", - "_frameHeight": "810" - }, - { - "_name": "Mom Left Pose0001", - "_x": "2010", - "_y": "824", - "_width": "561", - "_height": "800", - "_frameX": "-4", - "_frameY": "-10", - "_frameWidth": "570", - "_frameHeight": "810" - }, - { - "_name": "Mom Left Pose0002", - "_x": "2581", - "_y": "824", - "_width": "558", - "_height": "810", - "_frameX": "-12", - "_frameY": "0", - "_frameWidth": "570", - "_frameHeight": "810" - }, - { - "_name": "Mom Left Pose0003", - "_x": "3149", - "_y": "824", - "_width": "568", - "_height": "806", - "_frameX": "-2", - "_frameY": "-4", - "_frameWidth": "570", - "_frameHeight": "810" - }, - { - "_name": "Mom Left Pose0004", - "_x": "3727", - "_y": "824", - "_width": "570", - "_height": "810" - }, - { - "_name": "Mom Left Pose0005", - "_x": "4307", - "_y": "824", - "_width": "566", - "_height": "806", - "_frameX": "-4", - "_frameY": "-4", - "_frameWidth": "570", - "_frameHeight": "810" - }, - { - "_name": "Mom Left Pose0006", - "_x": "2581", - "_y": "824", - "_width": "558", - "_height": "810", - "_frameX": "-12", - "_frameY": "0", - "_frameWidth": "570", - "_frameHeight": "810" - }, - { - "_name": "Mom Left Pose0007", - "_x": "3149", - "_y": "824", - "_width": "568", - "_height": "806", - "_frameX": "-2", - "_frameY": "-4", - "_frameWidth": "570", - "_frameHeight": "810" - }, - { - "_name": "Mom Left Pose0008", - "_x": "3727", - "_y": "824", - "_width": "570", - "_height": "810" - }, - { - "_name": "Mom Left Pose0009", - "_x": "4307", - "_y": "824", - "_width": "566", - "_height": "806", - "_frameX": "-4", - "_frameY": "-4", - "_frameWidth": "570", - "_frameHeight": "810" - }, - { - "_name": "Mom Pose Left0000", - "_x": "4883", - "_y": "824", - "_width": "662", - "_height": "762", - "_frameX": "0", - "_frameY": "0", - "_frameWidth": "672", - "_frameHeight": "762" - }, - { - "_name": "Mom Pose Left0001", - "_x": "5555", - "_y": "824", - "_width": "672", - "_height": "762" - }, - { - "_name": "Mom Pose Left0002", - "_x": "6237", - "_y": "824", - "_width": "648", - "_height": "745", - "_frameX": "0", - "_frameY": "-17", - "_frameWidth": "672", - "_frameHeight": "762" - }, - { - "_name": "Mom Pose Left0003", - "_x": "6895", - "_y": "824", - "_width": "658", - "_height": "743", - "_frameX": "0", - "_frameY": "-19", - "_frameWidth": "672", - "_frameHeight": "762" - }, - { - "_name": "Mom Pose Left0004", - "_x": "0", - "_y": "1648", - "_width": "658", - "_height": "749", - "_frameX": "0", - "_frameY": "-13", - "_frameWidth": "672", - "_frameHeight": "762" - }, - { - "_name": "Mom Pose Left0005", - "_x": "668", - "_y": "1648", - "_width": "662", - "_height": "747", - "_frameX": "0", - "_frameY": "-15", - "_frameWidth": "672", - "_frameHeight": "762" - }, - { - "_name": "Mom Pose Left0006", - "_x": "1340", - "_y": "1648", - "_width": "648", - "_height": "749", - "_frameX": "0", - "_frameY": "-13", - "_frameWidth": "672", - "_frameHeight": "762" - }, - { - "_name": "Mom Pose Left0007", - "_x": "1998", - "_y": "1648", - "_width": "658", - "_height": "747", - "_frameX": "0", - "_frameY": "-15", - "_frameWidth": "672", - "_frameHeight": "762" - }, - { - "_name": "Mom Pose Left0008", - "_x": "0", - "_y": "1648", - "_width": "658", - "_height": "749", - "_frameX": "0", - "_frameY": "-13", - "_frameWidth": "672", - "_frameHeight": "762" - }, - { - "_name": "Mom Pose Left0009", - "_x": "668", - "_y": "1648", - "_width": "662", - "_height": "747", - "_frameX": "0", - "_frameY": "-15", - "_frameWidth": "672", - "_frameHeight": "762" - }, - { - "_name": "Mom Up Pose0000", - "_x": "2666", - "_y": "1648", - "_width": "455", - "_height": "840", - "_frameX": "0", - "_frameY": "-14", - "_frameWidth": "473", - "_frameHeight": "861" - }, - { - "_name": "Mom Up Pose0001", - "_x": "3131", - "_y": "1648", - "_width": "451", - "_height": "838", - "_frameX": "-10", - "_frameY": "-16", - "_frameWidth": "473", - "_frameHeight": "861" - }, - { - "_name": "Mom Up Pose0002", - "_x": "3592", - "_y": "1648", - "_width": "455", - "_height": "860", - "_frameX": "-6", - "_frameY": "-1", - "_frameWidth": "473", - "_frameHeight": "861" - }, - { - "_name": "Mom Up Pose0003", - "_x": "4057", - "_y": "1648", - "_width": "452", - "_height": "861", - "_frameX": "-16", - "_frameY": "0", - "_frameWidth": "473", - "_frameHeight": "861" - }, - { - "_name": "Mom Up Pose0004", - "_x": "4519", - "_y": "1648", - "_width": "460", - "_height": "857", - "_frameX": "-10", - "_frameY": "-4", - "_frameWidth": "473", - "_frameHeight": "861" - }, - { - "_name": "Mom Up Pose0005", - "_x": "4989", - "_y": "1648", - "_width": "467", - "_height": "858", - "_frameX": "-6", - "_frameY": "-3", - "_frameWidth": "473", - "_frameHeight": "861" - }, - { - "_name": "Mom Up Pose0006", - "_x": "5466", - "_y": "1648", - "_width": "455", - "_height": "857", - "_frameX": "-6", - "_frameY": "-4", - "_frameWidth": "473", - "_frameHeight": "861" - }, - { - "_name": "Mom Up Pose0007", - "_x": "5931", - "_y": "1648", - "_width": "452", - "_height": "858", - "_frameX": "-16", - "_frameY": "-3", - "_frameWidth": "473", - "_frameHeight": "861" - }, - { - "_name": "Mom Up Pose0008", - "_x": "4519", - "_y": "1648", - "_width": "460", - "_height": "857", - "_frameX": "-10", - "_frameY": "-4", - "_frameWidth": "473", - "_frameHeight": "861" - }, - { - "_name": "Mom Up Pose0009", - "_x": "4989", - "_y": "1648", - "_width": "467", - "_height": "858", - "_frameX": "-6", - "_frameY": "-3", - "_frameWidth": "473", - "_frameHeight": "861" - }, - { - "_name": "Mom Up Pose0010", - "_x": "5466", - "_y": "1648", - "_width": "455", - "_height": "857", - "_frameX": "-6", - "_frameY": "-4", - "_frameWidth": "473", - "_frameHeight": "861" - }, - { - "_name": "Mom Up Pose0011", - "_x": "5931", - "_y": "1648", - "_width": "452", - "_height": "858", - "_frameX": "-16", - "_frameY": "-3", - "_frameWidth": "473", - "_frameHeight": "861" - }, - { - "_name": "Mom Up Pose0012", - "_x": "4519", - "_y": "1648", - "_width": "460", - "_height": "857", - "_frameX": "-10", - "_frameY": "-4", - "_frameWidth": "473", - "_frameHeight": "861" - }, - { - "_name": "Mom Up Pose0013", - "_x": "4989", - "_y": "1648", - "_width": "467", - "_height": "858", - "_frameX": "-6", - "_frameY": "-3", - "_frameWidth": "473", - "_frameHeight": "861" - }, - { - "__name": "Mom Up Pose0014", - "_x": "5466", - "_y": "1648", - "_width": "455", - "_height": "857", - "_frameX": "-6", - "_frameY": "-4", - "_frameWidth": "473", - "_frameHeight": "861" - } - ] - } -} \ No newline at end of file diff --git a/stages/stage.json b/stages/stage.json index b4e1297..e9a9e5c 100644 --- a/stages/stage.json +++ b/stages/stage.json @@ -3,13 +3,13 @@ "defaultZoom": 0.75, "isPixelStage": false, - "boyfriend": [770, 100], - "girlfriend": [400, 130], + "boyfriend": [500, 100], + "girlfriend": [0, 100], "opponent": [100, 100], "hide_girlfriend": false, "camera_boyfriend": [0, 0], - "camera_opponent": [500, 0], + "camera_opponent": [0, 0], "camera_girlfriend": [0, 0], "camera_speed": 1 }