diff --git a/characters/bf2.json b/characters/bf2.json new file mode 100644 index 0000000..750c3af --- /dev/null +++ b/characters/bf2.json @@ -0,0 +1,188 @@ +{ + "animations": [ + { + "loop": false, + "offsets": [ + -15, + -54 + ], + "anim": "singDOWN", + "fps": 24, + "name": "BF NOTE DOWN", + "indices": [] + }, + { + "loop": false, + "offsets": [ + 7, + 19 + ], + "anim": "singLEFTmiss", + "fps": 24, + "name": "BF NOTE LEFT MISS", + "indices": [] + }, + { + "loop": false, + "offsets": [ + -15, + -19 + ], + "anim": "singDOWNmiss", + "fps": 24, + "name": "BF NOTE DOWN MISS", + "indices": [] + }, + { + "loop": false, + "offsets": [ + -46, + 27 + ], + "anim": "singUPmiss", + "fps": 24, + "name": "BF NOTE UP MISS", + "indices": [] + }, + { + "loop": false, + "offsets": [ + -44, + 22 + ], + "anim": "singRIGHTmiss", + "fps": 24, + "name": "BF NOTE RIGHT MISS", + "indices": [] + }, + { + "loop": false, + "offsets": [ + 11, + 10 + ], + "anim": "firstDeath", + "fps": 24, + "name": "BF dies", + "indices": [] + }, + { + "loop": true, + "offsets": [ + 11, + 4 + ], + "anim": "deathLoop", + "fps": 24, + "name": "BF Dead Loop", + "indices": [] + }, + { + "loop": false, + "offsets": [ + 11, + 68 + ], + "anim": "deathConfirm", + "fps": 24, + "name": "BF Dead confirm", + "indices": [] + }, + { + "offsets": [ + 7, + -8 + ], + "loop": false, + "fps": 24, + "anim": "singLEFT", + "indices": [], + "name": "BF NOTE LEFT" + }, + { + "offsets": [ + -50, + -6 + ], + "loop": false, + "fps": 24, + "anim": "singRIGHT", + "indices": [], + "name": "BF NOTE RIGHT" + }, + { + "loop": false, + "offsets": [ + -43, + 28 + ], + "anim": "singUP", + "fps": 24, + "name": "BF NOTE UP", + "indices": [] + }, + { + "loop": false, + "offsets": [ + -2, + 6 + ], + "anim": "hey", + "fps": 24, + "name": "BF HEY", + "indices": [] + }, + { + "loop": true, + "offsets": [ + -5, + 1 + ], + "anim": "scared", + "fps": 24, + "name": "BF idle shaking", + "indices": [] + }, + { + "loop": false, + "offsets": [ + -5, + 0 + ], + "anim": "idle", + "fps": 24, + "name": "BF idle dance", + "indices": [] + }, + { + "offsets": [ + -4, + 7 + ], + "loop": false, + "fps": 24, + "anim": "Laugh", + "indices": [], + "name": "BF Laugh" + } + ], + "no_antialiasing": false, + "image": "sprites/BOYFRIEND", + "position": [ + 0, + 350 + ], + "healthicon": "bf", + "flip_x": true, + "healthbar_colors": [ + 49, + 176, + 209 + ], + "camera_position": [ + 80, + -40 + ], + "sing_duration": 4, + "scale": 1 +} \ No newline at end of file diff --git a/characters/mom-car.json b/characters/mom-car.json new file mode 100644 index 0000000..068c036 --- /dev/null +++ b/characters/mom-car.json @@ -0,0 +1,158 @@ +{ + "animations": [ + { + "offsets": [ + 0, + 0 + ], + "loop": false, + "anim": "idle", + "fps": 24, + "name": "Mom Idle", + "indices": [] + }, + { + "offsets": [ + 250, + -23 + ], + "loop": false, + "anim": "singLEFT", + "fps": 24, + "name": "Mom Left Pose", + "indices": [] + }, + { + "offsets": [ + 10, + -60 + ], + "loop": false, + "anim": "singRIGHT", + "fps": 24, + "name": "Mom Pose Left", + "indices": [] + }, + { + "offsets": [ + 20, + -160 + ], + "loop": false, + "anim": "singDOWN", + "fps": 24, + "name": "MOM DOWN POSE", + "indices": [] + }, + { + "offsets": [ + 14, + 71 + ], + "loop": false, + "anim": "singUP", + "fps": 24, + "name": "Mom Up Pose", + "indices": [] + }, + { + "offsets": [ + 0, + 0 + ], + "indices": [ + 10, + 11, + 12, + 13 + ], + "fps": 24, + "anim": "idle-loop", + "loop": true, + "name": "Mom Idle" + }, + { + "offsets": [ + 250, + -23 + ], + "indices": [ + 6, + 7, + 8, + 9 + ], + "fps": 24, + "anim": "singLEFT-loop", + "loop": true, + "name": "Mom Left Pose" + }, + { + "offsets": [ + 14, + 71 + ], + "indices": [ + 11, + 12, + 13, + 14 + ], + "fps": 24, + "anim": "singUP-loop", + "loop": true, + "name": "Mom Up Pose" + }, + { + "offsets": [ + 10, + -60 + ], + "indices": [ + 6, + 7, + 8, + 9 + ], + "fps": 24, + "anim": "singRIGHT-loop", + "loop": true, + "name": "Mom Pose Left" + }, + { + "offsets": [ + 20, + -160 + ], + "indices": [ + 11, + 12, + 13, + 14 + ], + "fps": 24, + "anim": "singDOWN-loop", + "loop": true, + "name": "MOM DOWN POSE" + } + ], + "no_antialiasing": false, + "image": "sprites/momCar", + "position": [ + 0, + 0 + ], + "healthicon": "mom", + "flip_x": false, + "healthbar_colors": [ + 216, + 85, + 142 + ], + "camera_position": [ + 0, + 0 + ], + "sing_duration": 4, + "scale": 1 +} \ No newline at end of file diff --git a/charts/stress/events.json b/charts/stress/events.json deleted file mode 100644 index 9105bcf..0000000 --- a/charts/stress/events.json +++ /dev/null @@ -1,1621 +0,0 @@ -{ - "song": { - "events": [ - [ - 29662.9213483146, - [ - [ - "Set Cam Zoom", - "1.1", - "4" - ] - ] - ], - [ - 32359.5505617978, - [ - [ - "Set Cam Zoom", - "0.8", - "0.5" - ] - ] - ], - [ - 62022.4719101124, - [ - [ - "changeLyrics", - "ugh!", - "" - ], - [ - "Set Cam Zoom", - "1.08", - "2" - ], - [ - "Camera Follow Pos", - "320", - "504" - ], - [ - "Play Animation", - "singDOWN-alt", - "dad" - ] - ] - ], - [ - 62696.6292134831, - [ - [ - "changeLyrics", - "", - "" - ] - ] - ], - [ - 63707.8651685393, - [ - [ - "changeLyrics", - "pre", - "" - ] - ] - ], - [ - 63876.404494382, - [ - [ - "changeLyrics", - "pretty", - "" - ] - ] - ], - [ - 64044.9438202247, - [ - [ - "changeLyrics", - "pretty good!", - "" - ] - ] - ], - [ - 64466.2921348315, - [ - [ - "MoveArrowsToMiddle", - "", - "0" - ] - ] - ], - [ - 64719.1011235955, - [ - [ - "changeLyrics", - "", - "" - ], - [ - "Set Cam Zoom", - "0.85 ", - "2" - ], - [ - "Camera Follow Pos", - "", - "" - ] - ] - ], - [ - 70112.3595505618, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 70280.8988764045, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 70449.4382022472, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 70617.9775280899, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 70786.5168539326, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 70955.0561797753, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 71123.595505618, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 71292.1348314607, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 71460.6741573034, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 71629.2134831461, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 71797.7528089888, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 71966.2921348315, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 72134.8314606742, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 72303.3707865169, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 72471.9101123596, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 72640.4494382023, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 72808.988764045, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 72893.2584269663, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 72977.5280898877, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 73061.797752809, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 73146.0674157304, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 73230.3370786517, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 73314.6067415731, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 73398.8764044944, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 73483.1460674158, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 73567.4157303371, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 73651.6853932585, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 73735.9550561798, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 73820.2247191012, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 73904.4943820225, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 73988.7640449438, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 74073.0337078652, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 74157.3033707866, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 74199.4382022472, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 74241.5730337079, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 74283.7078651686, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 74325.8426966292, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 74367.9775280899, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 74410.1123595506, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 74452.2471910113, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 74494.382022472, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 74536.5168539326, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 74578.6516853933, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 74620.786516854, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 74662.9213483146, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 74705.0561797753, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 74747.191011236, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 74789.3258426967, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 74831.4606741573, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 75505.6179775281, - [ - [ - "Screen Shake", - "", - "11, 0.002" - ] - ] - ], - [ - 75509.1292134832, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 75842.6966292135, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 76179.7752808989, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 76516.8539325843, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 76853.9325842697, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 77191.0112359551, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 77528.0898876405, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 77865.1685393259, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 78033.7078651686, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 78202.2471910113, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 78539.3258426967, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 78876.4044943821, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 79213.4831460675, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 79550.5617977529, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 79887.6404494383, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 80224.7191011236, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 80308.988764045, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 80393.2584269664, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 80561.797752809, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 80898.8764044944, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 80898.8764044945, - [ - [ - "Add Camera Zoom", - "", - "0.02" - ] - ] - ], - [ - 81067.4157303371, - [ - [ - "Add Camera Zoom", - "", - "0.02" - ] - ] - ], - [ - 81235.9550561798, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 81404.4943820225, - [ - [ - "Add Camera Zoom", - "", - "0.02" - ] - ] - ], - [ - 81573.0337078652, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 81741.5730337079, - [ - [ - "Add Camera Zoom", - "", - "0.02" - ] - ] - ], - [ - 81910.1123595506, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 82078.6516853933, - [ - [ - "Add Camera Zoom", - "", - "0.02" - ] - ] - ], - [ - 82247.191011236, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 82415.7303370787, - [ - [ - "Add Camera Zoom", - "", - "0.02" - ] - ] - ], - [ - 82584.2696629214, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 82752.8089887641, - [ - [ - "Add Camera Zoom", - "", - "0.02" - ] - ] - ], - [ - 82921.3483146068, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 83089.8876404495, - [ - [ - "Add Camera Zoom", - "", - "0.02" - ] - ] - ], - [ - 83258.4269662922, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 83426.9662921349, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 83595.5056179776, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 83764.0449438203, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 83932.584269663, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 84016.8539325844, - [ - [ - "Add Camera Zoom", - "", - "0.02" - ] - ] - ], - [ - 84101.1235955057, - [ - [ - "Add Camera Zoom", - "", - "0.02" - ] - ] - ], - [ - 84185.3932584271, - [ - [ - "Add Camera Zoom", - "", - "0.02" - ] - ] - ], - [ - 84269.6629213484, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 84353.9325842697, - [ - [ - "Add Camera Zoom", - "", - "0.02" - ] - ] - ], - [ - 84438.2022471911, - [ - [ - "Add Camera Zoom", - "", - "0.02" - ] - ] - ], - [ - 84480.3370786518, - [ - [ - "Add Camera Zoom", - "", - "0.02" - ] - ] - ], - [ - 84522.4719101125, - [ - [ - "Add Camera Zoom", - "", - "0.02" - ] - ] - ], - [ - 84564.6067415731, - [ - [ - "Add Camera Zoom", - "", - "0.02" - ] - ] - ], - [ - 84606.7415730338, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 84691.0112359551, - [ - [ - "Add Camera Zoom", - "", - "0.02" - ] - ] - ], - [ - 84775.2808988765, - [ - [ - "Add Camera Zoom", - "", - "0.02" - ] - ] - ], - [ - 84859.5505617978, - [ - [ - "Add Camera Zoom", - "", - "0.02" - ] - ] - ], - [ - 84943.8202247192, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 84943.8202247192, - [ - [ - "Add Camera Zoom", - "", - "0.02" - ] - ] - ], - [ - 85028.0898876405, - [ - [ - "Add Camera Zoom", - "", - "0.02" - ] - ] - ], - [ - 85112.3595505619, - [ - [ - "Add Camera Zoom", - "", - "0.02" - ] - ] - ], - [ - 85196.6292134832, - [ - [ - "Add Camera Zoom", - "", - "0.02" - ] - ] - ], - [ - 85280.8988764045, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 85365.1685393259, - [ - [ - "Add Camera Zoom", - "", - "0.02" - ] - ] - ], - [ - 85449.4382022473, - [ - [ - "Add Camera Zoom", - "", - "0.02" - ] - ] - ], - [ - 85533.7078651686, - [ - [ - "Add Camera Zoom", - "", - "0.02" - ] - ] - ], - [ - 85955.0561797754, - [ - [ - "Add Camera Zoom", - "", - "0.02" - ] - ] - ], - [ - 86123.5955056181, - [ - [ - "Add Camera Zoom", - "", - "0.02" - ] - ] - ], - [ - 106516.853932584, - [ - [ - "Add Camera Zoom", - "", - "0.02" - ] - ] - ], - [ - 106853.93258427, - [ - [ - "Add Camera Zoom", - "", - "0.02" - ] - ] - ], - [ - 107191.011235955, - [ - [ - "Add Camera Zoom", - "", - "0.02" - ] - ] - ], - [ - 107528.089887641, - [ - [ - "Add Camera Zoom", - "", - "0.02" - ] - ] - ], - [ - 107865.168539326, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 107865.168539326, - [ - [ - "Screen Shake", - "", - "12, 0.002" - ] - ] - ], - [ - 108202.247191011, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 108539.325842697, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 108876.404494382, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 109213.483146067, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 109550.561797753, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 109887.640449438, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 110224.719101124, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 110561.797752809, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 110730.337078652, - [ - [ - "Add Camera Zoom", - "", - "0.02" - ] - ] - ], - [ - 110898.876404494, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 111235.95505618, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 111573.033707865, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 111910.112359551, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 112247.191011236, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 112584.269662921, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 112921.348314607, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 113258.426966292, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 113932.584269663, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 114269.662921348, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 114606.741573034, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 114943.820224719, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 115280.898876405, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 115617.97752809, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 115786.516853933, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 115955.056179775, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 116123.595505618, - [ - [ - "Add Camera Zoom", - "", - "0.02" - ] - ] - ], - [ - 116292.134831461, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 116629.213483146, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 116966.292134832, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 117303.370786517, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 117640.449438202, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ] - ] - } -} diff --git a/charts/stress/picospeaker.json b/charts/stress/picospeaker.json deleted file mode 100644 index a0cb7a2..0000000 --- a/charts/stress/picospeaker.json +++ /dev/null @@ -1 +0,0 @@ -{"song":{"song":"Stress","bpm":178,"needsVoices":true,"player1":"bf-holding-gf","player2":"tankman","speed":1.75,"notes":[{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[0,0,0],[168.53932584269666,3,0],[252.80898876404495,3,0],[421.3483146067416,3,0],[589.8876404494382,0,0],[758.4269662921349,3,0],[842.6966292134832,3,0],[1011.2359550561798,0,0],[1179.7752808988764,0,0],[1264.0449438202247,0,0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[2359.550561797753,0,0],[1348.314606741573,3,0],[1516.8539325842696,0,0],[1601.123595505618,0,0],[1853.932584269663,3,0],[2022.4719101123596,0,0],[2106.741573033708,3,0],[2191.0112359550562,3,0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[2696.629213483146,0,0],[2865.1685393258426,3,0],[2949.438202247191,3,0],[3117.9775280898875,3,0],[3286.516853932584,0,0],[3455.0561797752807,3,0],[3539.3258426966295,3,0],[3707.865168539326,0,0],[3876.4044943820227,0,0],[3960.6741573033705,0,0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[4044.9438202247193,3,0],[4213.483146067416,0,0],[4297.752808988764,0,0],[4550.561797752809,3,0],[4719.101123595506,0,0],[4803.370786516854,3,0],[4887.640449438202,3,0],[5056.179775280899,0,0],[5140.449438202248,0,0],[5224.7191011235955,0,0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[5393.258426966292,0,0],[5561.797752808989,3,0],[5646.067415730337,3,0],[5814.606741573034,3,0],[5983.146067415731,0,0],[6151.685393258427,3,0],[6235.955056179775,3,0],[6404.494382022472,0,0],[6573.033707865168,0,0],[6657.303370786517,0,0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[7752.808988764045,0,0],[6741.573033707865,3,0],[6910.112359550561,0,0],[6994.38202247191,0,0],[7247.191011235955,3,0],[7415.730337078652,0,0],[7500,3,0],[7584.269662921348,3,0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[8089.887640449439,0,0],[8258.426966292134,3,0],[8342.696629213482,3,0],[8511.23595505618,3,0],[8679.775280898877,0,0],[8848.314606741573,3,0],[8932.584269662922,3,0],[9101.123595505618,0,0],[9269.662921348314,0,0],[9353.932584269663,0,0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[9438.202247191011,3,0],[9606.741573033709,0,0],[9691.011235955055,0,0],[9943.8202247191,3,0],[10112.359550561798,0,0],[10196.629213483146,3,0],[10280.898876404495,3,0],[10449.438202247191,0,0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[]},{"lengthInSteps":16,"mustHitSection":false,"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":[[21235.955056179777,0,0],[21320.224719101123,3,0],[21404.494382022473,0,0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[21573.03370786517,0,0],[21910.112359550563,3,0],[22247.191011235955,0,0],[22584.26966292135,3,0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[22921.34831460674,0,0],[23258.426966292136,0,0],[23595.505617977527,3,0],[23932.584269662922,3,0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[24269.662921348314,0,0],[24606.74157303371,3,0],[24943.8202247191,0,0],[25280.898876404495,3,0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[25617.977528089887,0,0],[25955.05617977528,0,0],[26292.134831460673,3,0],[26629.213483146068,3,0],[26713.483146067414,3,0],[26797.752808988764,3,0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[27303.370786516854,0,0],[27977.52808988764,3,0],[26966.29213483146,3,0],[27640.449438202246,0,0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[28651.685393258427,0,0],[29325.842696629214,0,0],[28314.606741573032,3,0],[28988.76404494382,3,0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[29662.921348314605,0,0],[30000,0,0],[30337.07865168539,3,0],[30674.157303370786,3,0],[29831.4606741573,0,0],[30168.539325842696,3,0],[30505.617977528087,3,0],[30842.696629213482,0,0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[31011.235955056178,0,0],[31348.314606741573,3,0],[31853.93258426966,0,0],[31685.393258426964,3,0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[32359.550561797754,0,0],[32696.629213483146,3,0],[33370.786516853936,3,0],[33202.247191011236,0,0],[33033.70786516854,0,0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[33707.86516853933,0,0],[34044.94382022472,3,0],[34719.10112359551,3,0],[34550.56179775281,0,0],[34382.02247191012,3,0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[35056.1797752809,0,0],[35393.25842696629,3,0],[36067.41573033708,3,0],[35898.87640449438,0,0],[35730.33707865169,0,0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[36404.49438202247,0,0],[36741.573033707864,3,0],[37415.730337078654,3,0],[37247.191011235955,0,0],[37078.65168539326,3,0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[37752.808988764045,0,0],[38089.88764044944,3,0],[38764.04494382023,3,0],[38595.50561797753,0,0],[38426.966292134835,3,0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[39101.12359550562,0,0],[39438.20224719101,3,0],[40112.3595505618,3,0],[39943.8202247191,0,0],[39775.28089887641,3,0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[40449.43820224719,0,0],[40786.51685393258,3,0],[41460.67415730337,3,0],[41292.13483146067,0,0],[41123.59550561798,3,0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[41797.752808988764,0,0],[42808.988764044945,3,0],[42640.449438202246,0,0],[42134.831460674155,0,0],[42471.910112359554,0,0],[42977.52808988764,3,0],[42893.25842696629,3,0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[43146.06741573034,0,0],[43483.14606741573,3,0],[44157.30337078652,3,0],[43988.76404494382,0,0],[43820.22471910113,3,0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[44494.38202247191,0,0],[44831.4606741573,3,0],[45505.61797752809,3,0],[45337.07865168539,0,0],[45168.5393258427,0,0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[45842.69662921348,0,0],[46179.77528089887,3,0],[46853.93258426966,3,0],[46685.393258426964,0,0],[46516.85393258427,3,0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[47191.011235955055,0,0],[47528.089887640446,3,0],[48202.247191011236,3,0],[48033.70786516854,0,0],[47865.168539325845,3,0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[48539.32584269663,0,0],[48876.40449438202,3,0],[49550.56179775281,3,0],[49382.02247191011,0,0],[49213.48314606742,3,0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[49887.6404494382,0,0],[50224.71910112359,3,0],[50898.87640449438,3,0],[50730.33707865168,0,0],[50561.79775280899,0,0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[51235.95505617977,0,0],[51573.033707865165,3,0],[52247.191011235955,3,0],[52078.651685393255,0,0],[51910.11235955056,3,0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[52584.269662921346,0,0],[53595.50561797753,3,0],[53426.96629213483,0,0],[52921.34831460674,0,0],[53258.426966292136,0,0],[53764.04494382022,3,0],[53679.77528089887,3,0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[53932.58426966292,0,0],[54101.12359550562,3,0],[54185.393258426964,3,0],[54353.93258426966,3,0],[54522.471910112356,0,0],[54691.011235955055,3,0],[54775.2808988764,3,0],[54943.8202247191,0,0],[55112.35955056179,0,0],[55196.629213483146,0,0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[56292.13483146067,0,0],[55280.89887640449,3,0],[55449.43820224719,0,0],[55533.70786516854,0,0],[55786.51685393258,3,0],[55955.05617977528,0,0],[56039.32584269663,3,0],[56123.595505617974,3,0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[56629.213483146064,0,0],[56797.752808988764,3,0],[56882.02247191011,3,0],[57050.56179775281,3,0],[57219.1011235955,0,0],[57387.6404494382,3,0],[57471.91011235955,3,0],[57640.449438202246,0,0],[57808.988764044945,0,0],[57893.25842696629,0,0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[57977.52808988764,3,0],[58146.06741573034,0,0],[58230.33707865168,0,0],[58483.14606741573,3,0],[58651.68539325843,0,0],[58735.95505617977,3,0],[58820.22471910112,3,0],[58988.76404494382,0,0],[59073.033707865165,0,0],[59157.30337078651,0,0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[59325.84269662921,0,0],[59494.38202247191,3,0],[59578.651685393255,3,0],[59747.191011235955,3,0],[59915.73033707865,0,0],[60084.269662921346,3,0],[60168.53932584269,3,0],[60337.07865168539,0,0],[60505.61797752809,0,0],[60589.88764044944,0,0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[61685.393258426964,0,0],[60674.15730337078,3,0],[60842.69662921348,0,0],[60926.96629213483,0,0],[61179.77528089887,3,0],[61348.31460674157,0,0],[61432.58426966292,3,0],[61516.853932584265,3,0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[62022.471910112356,0,0],[62191.011235955055,3,0],[62275.2808988764,3,0],[62443.8202247191,3,0],[62612.3595505618,0,0],[62780.89887640449,3,0],[62865.16853932584,3,0],[63033.70786516854,0,0],[63202.247191011236,0,0],[63286.51685393258,0,0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[63370.78651685393,3,0],[63539.32584269663,0,0],[63623.595505617974,0,0],[63876.40449438202,3,0],[64044.94382022472,0,0],[64129.213483146064,3,0],[64213.48314606742,3,0],[64382.02247191011,0,0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[64719.1011235955,3,0],[65056.17977528089,0,0],[65393.25842696629,0,0],[65730.33707865168,0,0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[66067.41573033707,0,0],[66404.49438202247,3,0],[66741.57303370786,3,0],[67078.65168539326,3,0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[67415.73033707865,3,0],[67752.80898876404,0,0],[68089.88764044944,0,0],[68426.96629213482,0,0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[68764.04494382022,0,0],[69101.12359550562,3,0],[69438.202247191,3,0],[69775.2808988764,3,0],[69859.55056179776,3,0],[69943.82022471911,3,0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[70112.3595505618,3,0],[70449.43820224718,0,0],[70786.51685393258,0,0],[71123.59550561797,0,0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[71460.67415730337,0,0],[71797.75280898876,3,0],[72134.83146067415,3,0],[72471.91011235955,3,0],[72556.1797752809,3,0],[72640.44943820225,3,0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[72808.98876404495,3,0],[73146.06741573033,0,0],[73483.14606741573,0,0],[73820.22471910111,0,0],[72893.25842696632,3,0],[73230.33707865172,0,0],[73567.4157303371,0,0],[73904.4943820225,0,0],[72977.52808988767,3,0],[73314.60674157306,0,0],[73651.68539325846,0,0],[73988.76404494385,0,0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[74157.30337078655,0,0],[74241.5730337079,0,0],[74325.84269662925,0,0],[74410.11235955059,0,0],[74494.38202247195,3,0],[74578.6516853933,3,0],[74662.92134831465,3,0],[74747.19101123599,3,0],[74831.46067415734,0,0],[74915.73033707868,0,0],[75000.00000000004,0,0],[75084.26966292139,0,0],[75168.53932584274,3,0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[75505.61797752813,0,0],[75842.69662921353,3,0],[76179.77528089892,0,0],[76516.85393258432,0,0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[76853.93258426971,3,0],[77191.01123595511,3,0],[77528.0898876405,0,0],[77865.1685393259,3,0],[78033.70786516859,3,0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[78202.2471910113,0,0],[78539.3258426967,0,0],[78876.40449438208,3,0],[79213.48314606748,0,0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[79550.56179775287,0,0],[79887.64044943827,3,0],[80140.44943820231,0,0],[80224.71910112366,0,0],[80308.988764045,0,0],[80477.52808988771,0,0],[80730.33707865175,3,84.26966292134831]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[80898.87640449445,0,0],[81067.41573033715,3,0],[81235.95505617985,0,0],[81404.49438202255,3,0],[81573.03370786524,0,0],[81741.57303370794,3,0],[81910.11235955064,0,0],[82078.65168539333,3,0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[82247.19101123603,3,0],[82415.73033707873,0,0],[82584.26966292143,3,0],[82752.80898876413,0,0],[82921.34831460682,3,0],[83089.88764044952,0,0],[83258.42696629222,3,0],[83426.96629213491,3,0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[83595.50561797761,0,0],[83764.0449438203,0,0],[83932.58426966301,0,0],[84269.6629213484,3,0],[84606.7415730338,3,0],[84775.28089887649,3,0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[84943.8202247192,3,0],[85280.8988764046,3,0],[85617.97752808998,0,0],[85702.24719101132,0,0],[85870.78651685403,3,0],[86039.32584269672,0,0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[86292.13483146067,0,0],[86629.21348314607,3,0],[87303.37078651685,3,0],[87134.83146067415,0,0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[87640.44943820225,0,0],[87977.52808988765,3,0],[88651.68539325843,3,0],[88483.14606741573,0,0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[88988.76404494383,0,0],[89325.84269662923,3,0],[90000.00000000001,3,0],[89831.46067415731,0,0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[90337.07865168541,0,0],[90674.15730337081,3,0],[91348.3146067416,3,0],[91179.77528089889,0,0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[91685.393258427,0,0],[92022.47191011239,3,0],[92696.62921348317,3,0],[92528.08988764047,0,0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[93033.70786516857,0,0],[93370.78651685397,3,0],[94044.94382022475,3,0],[93876.40449438205,0,0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[94382.02247191015,0,0],[94719.10112359555,3,0],[95393.25842696633,3,0],[95224.71910112363,0,0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[95730.33707865168,0,0],[96741.57303370786,3,0],[96573.03370786516,0,0],[96067.41573033707,0,0],[96404.49438202247,0,0],[96910.11235955055,3,0],[96825.8426966292,3,0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[97078.65168539326,0,0],[97415.73033707865,3,0],[98089.88764044944,3,0],[97921.34831460673,0,0],[97752.80898876404,3,0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[98426.96629213484,0,0],[98764.04494382022,3,0],[99438.20224719102,3,0],[99269.66292134831,0,0],[99101.12359550562,0,0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[99775.2808988764,0,0],[100112.35955056178,3,0],[100786.51685393258,3,0],[100617.97752808989,0,0],[100449.4382022472,3,0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[101123.59550561797,0,0],[101460.67415730337,3,0],[102134.83146067415,3,0],[101966.29213483146,0,0],[101797.75280898876,3,0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[102471.91011235955,0,0],[102808.98876404495,3,0],[103483.14606741573,3,0],[103314.60674157302,0,0],[103146.06741573033,3,0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[103820.22471910113,0,0],[104157.30337078651,3,0],[104831.46067415731,3,0],[104662.9213483146,0,0],[104494.38202247191,0,0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[105168.53932584269,0,0],[105505.61797752808,3,0],[106179.77528089887,3,0],[106011.23595505618,0,0],[105842.69662921349,3,0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[106516.85393258426,0,0],[107528.08988764044,3,0],[106853.93258426966,0,0],[107191.01123595505,0,0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[107865.16853932606,0,0],[108202.24719101145,0,0],[108539.32584269684,0,0],[108876.40449438224,0,0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[109213.48314606764,3,0],[109550.56179775303,3,0],[109887.64044943842,3,0],[110224.71910112382,3,0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[110561.79775280922,0,0],[110898.87640449461,0,0],[110730.33707865191,0,0],[111235.95505618,3,0],[111573.0337078654,3,0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[111910.1123595508,3,0],[112247.1910112362,3,0],[112584.26966292158,0,0],[112921.34831460698,3,0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[113258.42696629238,0,0],[113932.58426966316,3,0],[114269.66292134856,0,0],[114438.20224719125,3,0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[114606.74157303396,0,0],[114943.82022471935,3,0],[115280.89887640474,0,0],[115617.97752809014,3,0],[115786.51685393283,3,0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[115955.05617977554,0,0],[116123.59550561823,3,0],[116292.13483146093,0,0],[116629.21348314632,0,0],[116966.29213483172,3,0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[117303.37078651712,3,0],[117640.44943820252,0,0],[117977.5280898879,3,0],[118061.79775280925,3,0],[118314.6067415733,0,0],[118398.87640449464,3,0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[118651.68539325842,0,0],[118820.22471910111,3,0],[118904.49438202247,3,0],[119073.03370786516,3,0],[119241.57303370786,0,0],[119410.11235955055,3,0],[119494.38202247191,3,0],[119662.9213483146,0,0],[119831.4606741573,0,0],[119915.73033707864,0,0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[120000,3,0],[120168.53932584269,0,0],[120252.80898876404,0,0],[120505.61797752808,3,0],[120674.15730337078,0,0],[120758.42696629213,3,0],[120842.69662921347,3,0],[121011.23595505617,0,0],[121095.50561797753,0,0],[121179.77528089887,0,0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[]},{"lengthInSteps":16,"bpm":178,"changeBPM":false,"mustHitSection":true,"sectionNotes":[],"typeOfSection":0,"altAnim":false},{"lengthInSteps":16,"bpm":178,"changeBPM":false,"mustHitSection":true,"sectionNotes":[],"typeOfSection":0,"altAnim":false},{"lengthInSteps":16,"bpm":178,"changeBPM":false,"mustHitSection":true,"sectionNotes":[],"typeOfSection":0,"altAnim":false}],"validScore":true}} diff --git a/charts/stress/stress-erect.json b/charts/stress/stress-erect.json deleted file mode 100644 index 30a635c..0000000 --- a/charts/stress/stress-erect.json +++ /dev/null @@ -1,9187 +0,0 @@ -{ - "song": { - "player1": "bf", - "events": [ - [ - 61348.3146067416, - [ - [ - "MoveArrowsToMiddle", - "", - "1" - ] - ] - ], - [ - 62022.4719101124, - [ - [ - "Play Animation", - "prettygood", - "dad" - ], - [ - "Set Cam Zoom", - "1.1", - "2" - ] - ] - ], - [ - 64466.2921348315, - [ - [ - "MoveArrowsToMiddle", - "", - "0" - ] - ] - ], - [ - 64719.1011235955, - [ - [ - "Set Cam Zoom", - "0.8", - "1" - ] - ] - ], - [ - 70112.3595505618, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 70280.8988764045, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 70449.4382022472, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 70617.9775280899, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 70786.5168539326, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 70955.0561797753, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 71123.595505618, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 71292.1348314607, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 71460.6741573034, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 71629.2134831461, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 71797.7528089888, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 71966.2921348315, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 72134.8314606742, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 72303.3707865169, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 72471.9101123596, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 72640.4494382023, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 72808.988764045, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 72893.2584269663, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 72977.5280898877, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 73061.797752809, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 73146.0674157304, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 73230.3370786517, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 73314.6067415731, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 73398.8764044944, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 73483.1460674157, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 73567.4157303371, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 73651.6853932584, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 73735.9550561798, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 73820.2247191011, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 73904.4943820225, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 73988.7640449438, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 74073.0337078652, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 74157.3033707866, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 74241.5730337079, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 74325.8426966292, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 74410.1123595506, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 74494.382022472, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 74578.6516853933, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 74662.9213483146, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 74747.191011236, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 74789.3258426967, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 74831.4606741573, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 74873.595505618, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 74915.7303370787, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 74957.8651685394, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 75000, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 75042.1348314607, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 75084.2696629214, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 75126.4044943821, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 75505.6179775281, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ], - [ - "Screen Shake", - "", - "11, 0.002" - ] - ] - ], - [ - 75842.6966292135, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 76179.7752808989, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 76516.8539325843, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 76853.9325842697, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 77191.0112359551, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 77528.0898876405, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 77865.1685393259, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 78033.7078651686, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 78202.2471910113, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 78539.3258426967, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 78876.4044943821, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 79213.4831460675, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 79550.5617977529, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 79887.6404494383, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 80224.7191011236, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 80561.797752809, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 80730.3370786517, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 80898.8764044944, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 81235.9550561798, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 81573.0337078652, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 81910.1123595506, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 82247.191011236, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 82584.2696629214, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 82921.3483146068, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 83258.4269662922, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 83426.9662921349, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 83595.5056179776, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 83764.0449438203, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 83932.584269663, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 84269.6629213484, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 84606.7415730338, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 84943.8202247192, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 85280.8988764045, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 85617.97752809, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 85955.0561797754, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 86123.5955056181, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 86292.1348314608, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 107191.011235955, - [ - [ - "Add Camera Zoom", - "", - "0.02" - ] - ] - ], - [ - 107528.089887641, - [ - [ - "Add Camera Zoom", - "", - "0.02" - ] - ] - ], - [ - 107865.168539326, - [ - [ - "Screen Shake", - "", - "11, 0.002" - ], - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 108202.247191011, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 108539.325842697, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 108876.404494382, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 109213.483146068, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 109550.561797753, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 109887.640449438, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 110224.719101124, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 110561.797752809, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 110730.337078652, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 110898.876404495, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 111235.95505618, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 111573.033707865, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 111910.112359551, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 112247.191011236, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 112584.269662922, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 112921.348314607, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 113258.426966292, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 113932.584269663, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 114269.662921349, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 114438.202247191, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 114480.337078652, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 114522.471910113, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 114564.606741573, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 114606.741573034, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 114943.820224719, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 115280.898876405, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 115617.97752809, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 115786.516853933, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 115955.056179775, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 116123.595505618, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 116292.134831461, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 116629.213483146, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 116966.292134832, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 117303.370786517, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 117640.449438202, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 117977.528089888, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 118314.606741573, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 118398.876404495, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 118483.146067416, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 118651.685393259, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ], - [ - "Play Animation", - "attack", - "bf" - ] - ] - ], - [ - 118735.95505618, - [ - [ - "Play Animation", - "die", - "dad" - ] - ] - ], - [ - 123397.095818548, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 123474.415406177, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 123551.734993805, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 123629.054581434, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ] - ], - "gfVersion": "gf-tankmen", - "player2": "tankman", - "notes": [ - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 0, - 0, - 0 - ], - [ - 168.539325842697, - 1, - 0 - ], - [ - 337.078651685393, - 3, - 0 - ], - [ - 505.61797752809, - 3, - 0 - ], - [ - 674.157303370787, - 2, - 0 - ], - [ - 842.696629213483, - 0, - 0 - ], - [ - 1011.23595505618, - 1, - 0 - ], - [ - 1179.77528089888, - 0, - 0 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 1348.31460674157, - 3, - 0 - ], - [ - 1516.85393258427, - 1, - 0 - ], - [ - 1685.39325842697, - 2, - 0 - ], - [ - 1853.93258426966, - 0, - 0 - ], - [ - 2022.47191011236, - 2, - 0 - ], - [ - 2191.01123595506, - 1, - 0 - ], - [ - 2359.55056179775, - 2, - 0 - ], - [ - 2528.08988764045, - 3, - 0 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 2696.62921348315, - 3, - 0 - ], - [ - 2865.16853932584, - 1, - 0 - ], - [ - 3033.70786516854, - 2, - 0 - ], - [ - 3202.24719101124, - 0, - 0 - ], - [ - 3370.78651685393, - 2, - 0 - ], - [ - 3539.32584269663, - 1, - 0 - ], - [ - 3707.86516853933, - 2, - 0 - ], - [ - 3876.40449438202, - 3, - 0 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 4044.94382022472, - 3, - 0 - ], - [ - 4213.48314606742, - 1, - 0 - ], - [ - 4382.02247191011, - 2, - 0 - ], - [ - 4550.56179775281, - 0, - 0 - ], - [ - 4719.10112359551, - 2, - 0 - ], - [ - 4887.6404494382, - 1, - 0 - ], - [ - 5056.1797752809, - 2, - 0 - ], - [ - 5224.7191011236, - 3, - 0 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 6404.49438202247, - 2, - 0 - ], - [ - 5561.79775280899, - 3, - 0 - ], - [ - 5646.06741573034, - 1, - 0 - ], - [ - 5730.33707865169, - 2, - 0 - ], - [ - 5393.25842696629, - 0, - 0 - ], - [ - 5814.60674157303, - 1, - 84.2696629213483 - ], - [ - 6573.03370786517, - 1, - 84.2696629213483 - ], - [ - 6151.68539325843, - 0, - 84.2696629213483 - ], - [ - 6488.76404494382, - 3, - 0 - ], - [ - 6067.41573033708, - 3, - 0 - ], - [ - 6109.55056179775, - 2, - 0 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 6741.57303370786, - 0, - 0 - ], - [ - 6910.11235955056, - 1, - 0 - ], - [ - 6994.38202247191, - 2, - 0 - ], - [ - 7078.65168539326, - 3, - 0 - ], - [ - 7162.92134831461, - 0, - 0 - ], - [ - 7247.19101123595, - 2, - 0 - ], - [ - 7331.4606741573, - 3, - 0 - ], - [ - 7415.73033707865, - 0, - 0 - ], - [ - 7500, - 1, - 0 - ], - [ - 7584.26966292135, - 2, - 0 - ], - [ - 7668.5393258427, - 0, - 0 - ], - [ - 7752.80898876404, - 3, - 0 - ], - [ - 7837.07865168539, - 2, - 0 - ], - [ - 7921.34831460674, - 1, - 84.2696629213483 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 8679.77528089888, - 3, - 0 - ], - [ - 9269.66292134831, - 1, - 84.2696629213483 - ], - [ - 8342.69662921348, - 1, - 0 - ], - [ - 8089.88764044944, - 3, - 0 - ], - [ - 8174.15730337079, - 0, - 0 - ], - [ - 8258.42696629213, - 3, - 0 - ], - [ - 8426.96629213483, - 2, - 0 - ], - [ - 8511.23595505618, - 0, - 0 - ], - [ - 8595.50561797753, - 1, - 0 - ], - [ - 8764.04494382022, - 2, - 0 - ], - [ - 8848.31460674157, - 0, - 0 - ], - [ - 8932.58426966292, - 2, - 0 - ], - [ - 9016.85393258427, - 3, - 0 - ], - [ - 9101.12359550562, - 0, - 0 - ], - [ - 9185.39325842697, - 2, - 0 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 9522.47191011236, - 3, - 0 - ], - [ - 9438.20224719101, - 0, - 0 - ], - [ - 9606.74157303371, - 1, - 84.2696629213483 - ], - [ - 9775.2808988764, - 3, - 0 - ], - [ - 9859.55056179775, - 0, - 0 - ], - [ - 9943.8202247191, - 2, - 84.2696629213483 - ], - [ - 10112.3595505618, - 3, - 0 - ], - [ - 10196.6292134831, - 0, - 0 - ], - [ - 10280.8988764045, - 2, - 84.2696629213483 - ], - [ - 10449.4382022472, - 3, - 0 - ], - [ - 10617.9775280899, - 0, - 0 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 10786.5168539326, - 6, - 421.348314606742 - ], - [ - 11460.6741573034, - 2, - 252.808988764045 - ], - [ - 11797.7528089888, - 3, - 0 - ], - [ - 11123.595505618, - 1, - 0 - ], - [ - 11292.1348314607, - 0, - 0 - ], - [ - 11629.2134831461, - 5, - 0 - ], - [ - 11713.4831460674, - 4, - 0 - ], - [ - 11797.7528089888, - 5, - 252.808988764045 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 12134.8314606742, - 0, - 0 - ], - [ - 12471.9101123596, - 0, - 0 - ], - [ - 12808.9887640449, - 0, - 0 - ], - [ - 12977.5280898876, - 0, - 0 - ], - [ - 13146.0674157303, - 2, - 0 - ], - [ - 13230.3370786517, - 1, - 0 - ], - [ - 13323.0337078652, - 2, - 0 - ], - [ - 12471.9101123596, - 5, - 252.808988764045 - ], - [ - 12808.9887640449, - 7, - 0 - ], - [ - 12893.2584269663, - 6, - 0 - ], - [ - 12387.6404494382, - 4, - 0 - ], - [ - 12977.5280898876, - 4, - 252.808988764045 - ], - [ - 13314.606741573, - 5, - 0 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 13483.1460674157, - 3, - 0 - ], - [ - 13651.6853932584, - 2, - 0 - ], - [ - 13820.2247191011, - 0, - 0 - ], - [ - 13988.7640449438, - 3, - 0 - ], - [ - 14157.3033707865, - 2, - 0 - ], - [ - 14325.8426966292, - 0, - 0 - ], - [ - 14494.3820224719, - 3, - 0 - ], - [ - 14578.6516853933, - 2, - 0 - ], - [ - 14662.9213483146, - 0, - 0 - ], - [ - 13483.1460674157, - 7, - 0 - ], - [ - 13651.6853932584, - 5, - 0 - ], - [ - 13820.2247191011, - 6, - 0 - ], - [ - 13988.7640449438, - 4, - 0 - ], - [ - 14157.3033707865, - 6, - 0 - ], - [ - 14241.5730337079, - 7, - 0 - ], - [ - 14325.8426966292, - 6, - 0 - ], - [ - 14410.1123595506, - 4, - 0 - ], - [ - 14494.3820224719, - 5, - 0 - ], - [ - 14578.6516853933, - 6, - 0 - ], - [ - 14662.9213483146, - 5, - 0 - ], - [ - 14747.191011236, - 7, - 0 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 14831.4606741573, - 3, - 0 - ], - [ - 15168.5393258427, - 0, - 0 - ], - [ - 15000, - 2, - 0 - ], - [ - 15337.0786516854, - 1, - 0 - ], - [ - 15505.6179775281, - 3, - 0 - ], - [ - 15674.1573033708, - 1, - 0 - ], - [ - 15842.6966292135, - 0, - 0 - ], - [ - 16011.2359550562, - 2, - 0 - ], - [ - 14831.4606741573, - 4, - 252.808988764045 - ], - [ - 15168.5393258427, - 5, - 252.808988764045 - ], - [ - 15505.6179775281, - 6, - 252.808988764045 - ], - [ - 15842.6966292135, - 4, - 252.808988764045 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 16179.7752808989, - 1, - 84.2696629213483 - ], - [ - 16348.3146067416, - 3, - 0 - ], - [ - 16432.5842696629, - 2, - 0 - ], - [ - 16516.8539325843, - 0, - 84.2696629213483 - ], - [ - 16853.9325842697, - 3, - 0 - ], - [ - 16685.393258427, - 2, - 0 - ], - [ - 17106.7415730337, - 3, - 0 - ], - [ - 16938.202247191, - 0, - 0 - ], - [ - 17022.4719101124, - 1, - 0 - ], - [ - 17191.0112359551, - 1, - 0 - ], - [ - 17359.5505617978, - 0, - 0 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 17780.8988764045, - 1, - 0 - ], - [ - 17865.1685393258, - 3, - 0 - ], - [ - 17528.0898876404, - 2, - 0 - ], - [ - 18033.7078651685, - 2, - 0 - ], - [ - 18202.2471910112, - 0, - 252.808988764045 - ], - [ - 18539.3258426966, - 2, - 0 - ], - [ - 18623.595505618, - 1, - 0 - ], - [ - 18707.8651685393, - 2, - 84.2696629213483 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 18876.404494382, - 0, - 0 - ], - [ - 19044.9438202247, - 3, - 0 - ], - [ - 19213.4831460674, - 2, - 0 - ], - [ - 19382.0224719101, - 1, - 0 - ], - [ - 19634.8314606742, - 3, - 0 - ], - [ - 19719.1011235955, - 0, - 0 - ], - [ - 19803.3707865169, - 1, - 0 - ], - [ - 19971.9101123596, - 3, - 0 - ], - [ - 19887.6404494382, - 2, - 0 - ], - [ - 20056.1797752809, - 1, - 0 - ], - [ - 20140.4494382022, - 0, - 0 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 20224.7191011236, - 1, - 0 - ], - [ - 20308.9887640449, - 3, - 0 - ], - [ - 20393.2584269663, - 2, - 0 - ], - [ - 20477.5280898876, - 0, - 0 - ], - [ - 20561.797752809, - 1, - 84.2696629213483 - ], - [ - 20898.8764044944, - 3, - 0 - ], - [ - 20730.3370786517, - 2, - 0 - ], - [ - 21067.4157303371, - 1, - 0 - ], - [ - 21235.9550561798, - 3, - 0 - ], - [ - 21404.4943820225, - 0, - 0 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 21910.1123595506, - 2, - 0 - ], - [ - 22078.6516853933, - 3, - 0 - ], - [ - 21573.0337078652, - 1, - 0 - ], - [ - 21741.5730337079, - 0, - 0 - ], - [ - 22247.191011236, - 1, - 0 - ], - [ - 22415.7303370787, - 0, - 0 - ], - [ - 22584.2696629213, - 2, - 0 - ], - [ - 22752.808988764, - 3, - 0 - ], - [ - 21573.0337078652, - 5, - 0 - ], - [ - 21910.1123595506, - 6, - 0 - ], - [ - 22247.191011236, - 5, - 0 - ], - [ - 22500, - 6, - 0 - ], - [ - 22584.2696629213, - 7, - 0 - ], - [ - 22668.5393258427, - 6, - 0 - ], - [ - 22752.808988764, - 5, - 0 - ], - [ - 22837.0786516854, - 4, - 0 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 22921.3483146067, - 1, - 0 - ], - [ - 23005.6179775281, - 0, - 0 - ], - [ - 23089.8876404494, - 3, - 0 - ], - [ - 23426.9662921348, - 2, - 0 - ], - [ - 23764.0449438202, - 3, - 0 - ], - [ - 23258.4269662921, - 1, - 0 - ], - [ - 23595.5056179775, - 0, - 0 - ], - [ - 23932.5842696629, - 1, - 0 - ], - [ - 24101.1235955056, - 0, - 0 - ], - [ - 22921.3483146067, - 5, - 0 - ], - [ - 23258.4269662921, - 4, - 0 - ], - [ - 23595.5056179775, - 6, - 0 - ], - [ - 23932.5842696629, - 7, - 0 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 24269.6629213483, - 5, - 0 - ], - [ - 24269.6629213483, - 3, - 0 - ], - [ - 24353.9325842697, - 0, - 0 - ], - [ - 24438.202247191, - 1, - 0 - ], - [ - 24522.4719101124, - 2, - 0 - ], - [ - 24943.8202247191, - 0, - 0 - ], - [ - 24606.7415730337, - 3, - 84.2696629213483 - ], - [ - 24775.2808988764, - 1, - 84.2696629213483 - ], - [ - 25112.3595505618, - 0, - 0 - ], - [ - 25028.0898876404, - 2, - 0 - ], - [ - 25280.8988764045, - 3, - 0 - ], - [ - 25365.1685393258, - 2, - 0 - ], - [ - 25449.4382022472, - 1, - 0 - ], - [ - 25533.7078651685, - 3, - 0 - ], - [ - 24691.0112359551, - 5, - 0 - ], - [ - 25280.8988764045, - 5, - 0 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 25617.9775280899, - 0, - 0 - ], - [ - 25702.2471910112, - 2, - 0 - ], - [ - 25786.5168539326, - 1, - 84.2696629213483 - ], - [ - 25955.0561797753, - 3, - 168.539325842697 - ], - [ - 26207.8651685393, - 0, - 337.078651685393 - ], - [ - 26629.2134831461, - 2, - 252.808988764045 - ], - [ - 26207.8651685393, - 5, - 0 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 26966.2921348315, - 0, - 0 - ], - [ - 27134.8314606742, - 3, - 0 - ], - [ - 27303.3707865169, - 1, - 0 - ], - [ - 27471.9101123596, - 2, - 0 - ], - [ - 27640.4494382022, - 0, - 0 - ], - [ - 27808.9887640449, - 3, - 0 - ], - [ - 27977.5280898876, - 1, - 0 - ], - [ - 28146.0674157303, - 2, - 0 - ], - [ - 26966.2921348315, - 5, - 0 - ], - [ - 27303.3707865169, - 5, - 0 - ], - [ - 27471.9101123596, - 4, - 0 - ], - [ - 27808.9887640449, - 4, - 0 - ], - [ - 27977.5280898876, - 5, - 0 - ], - [ - 28146.0674157303, - 7, - 0 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 28314.606741573, - 0, - 0 - ], - [ - 28398.8764044944, - 3, - 0 - ], - [ - 28483.1460674157, - 2, - 0 - ], - [ - 28651.6853932584, - 0, - 0 - ], - [ - 28820.2247191011, - 1, - 0 - ], - [ - 28988.7640449438, - 0, - 0 - ], - [ - 29157.3033707865, - 2, - 0 - ], - [ - 29325.8426966292, - 3, - 0 - ], - [ - 29494.3820224719, - 1, - 0 - ], - [ - 28314.606741573, - 5, - 252.808988764045 - ], - [ - 28651.6853932584, - 4, - 84.2696629213483 - ], - [ - 28820.2247191011, - 5, - 0 - ], - [ - 28904.4943820225, - 6, - 0 - ], - [ - 28988.7640449438, - 7, - 589.887640449438 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 29662.9213483146, - 4, - 0 - ], - [ - 30000, - 4, - 0 - ], - [ - 30337.0786516854, - 4, - 0 - ], - [ - 30674.1573033708, - 4, - 0 - ], - [ - 29915.7303370787, - 3, - 0 - ], - [ - 30000, - 2, - 0 - ], - [ - 29662.9213483146, - 0, - 0 - ], - [ - 29747.191011236, - 2, - 0 - ], - [ - 29831.4606741573, - 0, - 0 - ], - [ - 30168.5393258427, - 0, - 84.2696629213483 - ], - [ - 30084.2696629213, - 1, - 0 - ], - [ - 30337.0786516854, - 2, - 0 - ], - [ - 30421.3483146067, - 3, - 0 - ], - [ - 30505.6179775281, - 1, - 84.2696629213483 - ], - [ - 30674.1573033708, - 0, - 0 - ], - [ - 30842.6966292135, - 3, - 0 - ], - [ - 30926.9662921348, - 2, - 0 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 31011.2359550562, - 4, - 0 - ], - [ - 31348.3146067416, - 4, - 0 - ], - [ - 31685.393258427, - 4, - 0 - ], - [ - 31853.9325842697, - 4, - 0 - ], - [ - 32022.4719101124, - 4, - 0 - ], - [ - 32191.0112359551, - 4, - 0 - ], - [ - 31011.2359550562, - 0, - 0 - ], - [ - 31095.5056179775, - 1, - 0 - ], - [ - 31264.0449438202, - 1, - 0 - ], - [ - 31179.7752808989, - 0, - 0 - ], - [ - 31348.3146067416, - 3, - 0 - ], - [ - 31432.5842696629, - 2, - 0 - ], - [ - 31516.8539325843, - 3, - 0 - ], - [ - 31601.1235955056, - 1, - 0 - ], - [ - 31685.393258427, - 2, - 84.2696629213483 - ], - [ - 31853.9325842697, - 0, - 84.2696629213483 - ], - [ - 32275.2808988764, - 1, - 0 - ], - [ - 32022.4719101124, - 3, - 0 - ], - [ - 32106.7415730337, - 1, - 0 - ], - [ - 32191.0112359551, - 2, - 0 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 32359.5505617978, - 0, - 0 - ], - [ - 32528.0898876404, - 1, - 0 - ], - [ - 32865.1685393258, - 0, - 0 - ], - [ - 32696.6292134831, - 3, - 0 - ], - [ - 32359.5505617978, - 4, - 505.61797752809 - ], - [ - 33033.7078651685, - 2, - 0 - ], - [ - 33202.2471910112, - 0, - 0 - ], - [ - 33539.3258426966, - 1, - 0 - ], - [ - 33370.7865168539, - 3, - 0 - ], - [ - 33623.595505618, - 1, - 0 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 33707.8651685393, - 2, - 0 - ], - [ - 33876.404494382, - 3, - 0 - ], - [ - 34044.9438202247, - 0, - 0 - ], - [ - 34213.4831460674, - 1, - 0 - ], - [ - 34382.0224719101, - 2, - 0 - ], - [ - 34550.5617977528, - 1, - 0 - ], - [ - 34719.1011235955, - 3, - 0 - ], - [ - 34887.6404494382, - 0, - 0 - ], - [ - 34971.9101123596, - 0, - 0 - ], - [ - 33707.8651685393, - 7, - 589.887640449438 - ], - [ - 34382.0224719101, - 5, - 589.887640449438 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 35056.1797752809, - 2, - 0 - ], - [ - 35224.7191011236, - 3, - 0 - ], - [ - 35393.2584269663, - 1, - 0 - ], - [ - 35561.797752809, - 0, - 0 - ], - [ - 35730.3370786517, - 2, - 0 - ], - [ - 35898.8764044944, - 3, - 0 - ], - [ - 36067.4157303371, - 0, - 0 - ], - [ - 36235.9550561798, - 0, - 0 - ], - [ - 36151.6853932584, - 1, - 0 - ], - [ - 35056.1797752809, - 4, - 0 - ], - [ - 35140.4494382022, - 6, - 0 - ], - [ - 35224.7191011236, - 5, - 84.2696629213483 - ], - [ - 35561.797752809, - 5, - 0 - ], - [ - 35898.8764044944, - 5, - 0 - ], - [ - 36235.9550561798, - 7, - 0 - ], - [ - 36067.4157303371, - 6, - 84.2696629213483 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 36404.4943820225, - 1, - 0 - ], - [ - 36573.0337078652, - 2, - 0 - ], - [ - 37247.191011236, - 0, - 252.808988764045 - ], - [ - 37584.2696629213, - 3, - 0 - ], - [ - 37668.5393258427, - 3, - 0 - ], - [ - 36741.5730337079, - 3, - 0 - ], - [ - 36910.1123595506, - 0, - 0 - ], - [ - 37078.6516853933, - 2, - 0 - ], - [ - 36404.4943820225, - 7, - 0 - ], - [ - 36488.7640449438, - 4, - 0 - ], - [ - 36573.0337078652, - 6, - 0 - ], - [ - 36657.3033707865, - 5, - 0 - ], - [ - 36741.5730337079, - 7, - 0 - ], - [ - 36825.8426966292, - 4, - 0 - ], - [ - 36910.1123595506, - 6, - 0 - ], - [ - 36994.3820224719, - 5, - 0 - ], - [ - 37415.7303370787, - 6, - 0 - ], - [ - 37078.6516853933, - 6, - 0 - ], - [ - 37162.9213483146, - 7, - 0 - ], - [ - 37247.191011236, - 4, - 0 - ], - [ - 37331.4606741573, - 5, - 0 - ], - [ - 37500, - 7, - 0 - ], - [ - 37668.5393258427, - 6, - 0 - ], - [ - 37668.5393258427, - 6, - 0 - ], - [ - 37584.2696629213, - 5, - 0 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 37752.808988764, - 0, - 0 - ], - [ - 37837.0786516854, - 1, - 0 - ], - [ - 37921.3483146067, - 0, - 0 - ], - [ - 38005.6179775281, - 1, - 0 - ], - [ - 38089.8876404494, - 3, - 0 - ], - [ - 38174.1573033708, - 2, - 0 - ], - [ - 38932.5842696629, - 1, - 0 - ], - [ - 38595.5056179775, - 1, - 168.539325842697 - ], - [ - 38258.4269662921, - 3, - 84.2696629213483 - ], - [ - 38848.3146067416, - 3, - 0 - ], - [ - 39016.8539325843, - 0, - 0 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 39101.1235955056, - 2, - 84.2696629213483 - ], - [ - 39269.6629213483, - 1, - 0 - ], - [ - 39353.9325842697, - 0, - 0 - ], - [ - 39438.202247191, - 3, - 0 - ], - [ - 39606.7415730337, - 3, - 0 - ], - [ - 39522.4719101124, - 1, - 0 - ], - [ - 39691.0112359551, - 2, - 0 - ], - [ - 39775.2808988764, - 1, - 0 - ], - [ - 40112.3595505618, - 3, - 0 - ], - [ - 40196.6292134831, - 2, - 0 - ], - [ - 40280.8988764045, - 0, - 0 - ], - [ - 40365.1685393258, - 2, - 0 - ], - [ - 40028.0898876404, - 2, - 0 - ], - [ - 39859.5505617978, - 0, - 0 - ], - [ - 39943.8202247191, - 1, - 0 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 40617.9775280899, - 2, - 84.2696629213483 - ], - [ - 41544.9438202247, - 2, - 0 - ], - [ - 41629.2134831461, - 1, - 0 - ], - [ - 40449.4382022472, - 1, - 0 - ], - [ - 40533.7078651685, - 0, - 0 - ], - [ - 40786.5168539326, - 0, - 84.2696629213483 - ], - [ - 40955.0561797753, - 3, - 84.2696629213483 - ], - [ - 41123.595505618, - 1, - 84.2696629213483 - ], - [ - 41292.1348314607, - 2, - 84.2696629213483 - ], - [ - 41460.6741573034, - 0, - 0 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 41797.7528089888, - 3, - 0 - ], - [ - 41966.2921348315, - 2, - 0 - ], - [ - 42134.8314606742, - 1, - 0 - ], - [ - 42303.3707865169, - 0, - 0 - ], - [ - 42471.9101123596, - 1, - 0 - ], - [ - 42640.4494382022, - 0, - 0 - ], - [ - 42808.9887640449, - 2, - 0 - ], - [ - 43061.797752809, - 1, - 0 - ], - [ - 42977.5280898876, - 2, - 0 - ], - [ - 42893.2584269663, - 1, - 0 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 43146.0674157303, - 4, - 758.426966292135 - ], - [ - 44325.8426966292, - 6, - 0 - ], - [ - 44157.3033707865, - 7, - 0 - ], - [ - 43988.7640449438, - 5, - 0 - ], - [ - 43230.3370786517, - 3, - 0 - ], - [ - 43314.606741573, - 0, - 0 - ], - [ - 43146.0674157303, - 1, - 0 - ], - [ - 44157.3033707865, - 0, - 0 - ], - [ - 44325.8426966292, - 2, - 0 - ], - [ - 44410.1123595506, - 3, - 0 - ], - [ - 43820.2247191011, - 1, - 0 - ], - [ - 43651.6853932584, - 3, - 0 - ], - [ - 43483.1460674157, - 2, - 0 - ], - [ - 43735.9550561798, - 0, - 0 - ], - [ - 43988.7640449438, - 3, - 0 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 44494.3820224719, - 4, - 505.61797752809 - ], - [ - 44494.3820224719, - 2, - 0 - ], - [ - 44662.9213483146, - 0, - 0 - ], - [ - 44831.4606741573, - 1, - 0 - ], - [ - 45168.5393258427, - 2, - 0 - ], - [ - 45000, - 3, - 0 - ], - [ - 45084.2696629213, - 0, - 0 - ], - [ - 45337.0786516854, - 1, - 0 - ], - [ - 45505.6179775281, - 2, - 0 - ], - [ - 45674.1573033708, - 0, - 0 - ], - [ - 45758.4269662921, - 1, - 0 - ], - [ - 45084.2696629213, - 7, - 589.887640449438 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 45842.6966292135, - 3, - 0 - ], - [ - 46348.3146067416, - 2, - 0 - ], - [ - 46011.2359550562, - 0, - 0 - ], - [ - 46179.7752808989, - 1, - 0 - ], - [ - 46516.8539325843, - 0, - 0 - ], - [ - 46685.393258427, - 1, - 0 - ], - [ - 47022.4719101124, - 1, - 0 - ], - [ - 46853.9325842697, - 3, - 0 - ], - [ - 46938.202247191, - 2, - 0 - ], - [ - 45842.6966292135, - 5, - 505.61797752809 - ], - [ - 46601.1235955056, - 5, - 505.61797752809 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 47191.0112359551, - 0, - 0 - ], - [ - 47359.5505617978, - 2, - 0 - ], - [ - 47528.0898876404, - 0, - 0 - ], - [ - 47696.6292134831, - 1, - 0 - ], - [ - 47865.1685393258, - 0, - 0 - ], - [ - 48033.7078651685, - 2, - 0 - ], - [ - 48202.2471910112, - 3, - 0 - ], - [ - 48370.7865168539, - 0, - 0 - ], - [ - 47191.0112359551, - 6, - 505.61797752809 - ], - [ - 47780.8988764045, - 4, - 674.157303370787 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 48539.3258426966, - 3, - 0 - ], - [ - 48623.595505618, - 2, - 0 - ], - [ - 48707.8651685393, - 1, - 0 - ], - [ - 48792.1348314607, - 0, - 0 - ], - [ - 48876.404494382, - 3, - 84.2696629213483 - ], - [ - 49719.1011235955, - 2, - 0 - ], - [ - 49044.9438202247, - 0, - 0 - ], - [ - 49129.2134831461, - 1, - 0 - ], - [ - 49213.4831460674, - 0, - 0 - ], - [ - 49382.0224719101, - 2, - 84.2696629213483 - ], - [ - 49550.5617977528, - 1, - 0 - ], - [ - 49803.3707865169, - 0, - 0 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 49887.6404494382, - 2, - 0 - ], - [ - 49971.9101123595, - 3, - 0 - ], - [ - 50224.7191011236, - 1, - 84.2696629213483 - ], - [ - 50393.2584269663, - 0, - 84.2696629213483 - ], - [ - 50730.3370786517, - 2, - 84.2696629213483 - ], - [ - 50646.0674157303, - 1, - 0 - ], - [ - 50898.8764044944, - 0, - 0 - ], - [ - 50983.1460674157, - 1, - 0 - ], - [ - 51067.4157303371, - 0, - 0 - ], - [ - 50056.1797752809, - 1, - 0 - ], - [ - 50140.4494382022, - 2, - 0 - ], - [ - 51109.5505617978, - 1, - 0 - ], - [ - 51151.6853932584, - 2, - 0 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 51235.9550561798, - 3, - 0 - ], - [ - 51488.7640449438, - 3, - 0 - ], - [ - 51404.4943820225, - 1, - 0 - ], - [ - 51573.0337078652, - 0, - 0 - ], - [ - 51741.5730337079, - 2, - 0 - ], - [ - 52247.191011236, - 1, - 0 - ], - [ - 52331.4606741573, - 3, - 0 - ], - [ - 51657.3033707865, - 1, - 0 - ], - [ - 51910.1123595506, - 0, - 0 - ], - [ - 52078.6516853933, - 2, - 0 - ], - [ - 52415.7303370786, - 1, - 0 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 52584.2696629213, - 0, - 0 - ], - [ - 52752.808988764, - 0, - 0 - ], - [ - 53089.8876404494, - 1, - 0 - ], - [ - 53258.4269662921, - 0, - 0 - ], - [ - 53426.9662921348, - 1, - 0 - ], - [ - 53511.2359550562, - 2, - 0 - ], - [ - 53764.0449438202, - 3, - 0 - ], - [ - 52921.3483146067, - 2, - 0 - ], - [ - 52668.5393258427, - 3, - 0 - ], - [ - 53595.5056179775, - 1, - 0 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 53932.5842696629, - 5, - 1264.04494382022 - ], - [ - 53932.5842696629, - 0, - 0 - ], - [ - 54101.1235955056, - 1, - 0 - ], - [ - 54269.6629213483, - 3, - 0 - ], - [ - 54438.202247191, - 3, - 0 - ], - [ - 54606.7415730337, - 2, - 0 - ], - [ - 54775.2808988764, - 0, - 0 - ], - [ - 54943.8202247191, - 1, - 0 - ], - [ - 55112.3595505618, - 0, - 0 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 55280.8988764045, - 6, - 589.887640449438 - ], - [ - 55955.0561797753, - 4, - 589.887640449438 - ], - [ - 55280.8988764045, - 3, - 0 - ], - [ - 55449.4382022472, - 1, - 0 - ], - [ - 55617.9775280899, - 2, - 0 - ], - [ - 55786.5168539326, - 0, - 0 - ], - [ - 55955.0561797753, - 2, - 0 - ], - [ - 56123.595505618, - 1, - 0 - ], - [ - 56292.1348314607, - 2, - 0 - ], - [ - 56460.6741573034, - 3, - 0 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 57556.1797752809, - 7, - 337.078651685393 - ], - [ - 56629.2134831461, - 5, - 842.696629213483 - ], - [ - 56629.2134831461, - 3, - 0 - ], - [ - 56797.7528089888, - 1, - 0 - ], - [ - 56966.2921348315, - 2, - 0 - ], - [ - 57134.8314606742, - 0, - 0 - ], - [ - 57303.3707865169, - 2, - 0 - ], - [ - 57471.9101123595, - 1, - 0 - ], - [ - 57640.4494382022, - 2, - 0 - ], - [ - 57808.9887640449, - 3, - 0 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 57977.5280898876, - 4, - 252.808988764045 - ], - [ - 58483.1460674157, - 6, - 0 - ], - [ - 58314.606741573, - 5, - 84.2696629213483 - ], - [ - 58567.4157303371, - 5, - 0 - ], - [ - 58651.6853932584, - 4, - 252.808988764045 - ], - [ - 58988.7640449438, - 7, - 0 - ], - [ - 59157.3033707865, - 5, - 0 - ], - [ - 57977.5280898876, - 3, - 0 - ], - [ - 58146.0674157303, - 1, - 0 - ], - [ - 58314.606741573, - 2, - 0 - ], - [ - 58483.1460674157, - 0, - 0 - ], - [ - 58651.6853932584, - 2, - 0 - ], - [ - 58820.2247191011, - 1, - 0 - ], - [ - 58988.7640449438, - 2, - 0 - ], - [ - 59157.3033707865, - 3, - 0 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 59325.8426966292, - 4, - 0 - ], - [ - 60000, - 4, - 0 - ], - [ - 59325.8426966292, - 0, - 0 - ], - [ - 59410.1123595506, - 1, - 0 - ], - [ - 59494.3820224719, - 2, - 0 - ], - [ - 59578.6516853933, - 1, - 0 - ], - [ - 59662.9213483146, - 2, - 0 - ], - [ - 60000, - 1, - 84.2696629213483 - ], - [ - 60168.5393258427, - 2, - 84.2696629213483 - ], - [ - 59915.7303370786, - 0, - 0 - ], - [ - 59831.4606741573, - 3, - 0 - ], - [ - 60337.0786516854, - 3, - 84.2696629213483 - ], - [ - 60505.6179775281, - 1, - 84.2696629213483 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 60674.1573033708, - 4, - 0 - ], - [ - 61348.3146067416, - 4, - 0 - ], - [ - 60674.1573033708, - 2, - 84.2696629213483 - ], - [ - 60842.6966292135, - 0, - 0 - ], - [ - 60926.9662921348, - 1, - 0 - ], - [ - 61011.2359550562, - 3, - 0 - ], - [ - 61095.5056179775, - 0, - 0 - ], - [ - 61179.7752808989, - 2, - 0 - ], - [ - 61264.0449438202, - 3, - 0 - ], - [ - 61348.3146067416, - 1, - 0 - ], - [ - 61432.5842696629, - 0, - 0 - ], - [ - 61516.8539325843, - 2, - 0 - ], - [ - 61601.1235955056, - 1, - 0 - ], - [ - 61685.393258427, - 2, - 0 - ], - [ - 61769.6629213483, - 1, - 0 - ], - [ - 61853.9325842697, - 0, - 0 - ], - [ - 61938.202247191, - 3, - 0 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 62022.4719101124, - 6, - 0 - ], - [ - 62106.7415730337, - 5, - 0 - ], - [ - 62191.0112359551, - 4, - 0 - ], - [ - 62275.2808988764, - 6, - 0 - ], - [ - 62359.5505617977, - 7, - 0 - ], - [ - 62443.8202247191, - 5, - 0 - ], - [ - 62528.0898876404, - 6, - 0 - ], - [ - 62612.3595505618, - 7, - 0 - ], - [ - 62696.6292134831, - 6, - 0 - ], - [ - 62780.8988764045, - 4, - 0 - ], - [ - 62865.1685393258, - 5, - 0 - ], - [ - 62949.4382022472, - 6, - 0 - ], - [ - 63033.7078651685, - 5, - 0 - ], - [ - 63117.9775280899, - 7, - 0 - ], - [ - 63202.2471910112, - 4, - 0 - ], - [ - 63286.5168539326, - 6, - 0 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 63370.7865168539, - 5, - 84.2696629213483 - ], - [ - 63539.3258426966, - 4, - 84.2696629213483 - ], - [ - 63707.8651685393, - 5, - 84.2696629213483 - ], - [ - 63876.404494382, - 7, - 84.2696629213483 - ], - [ - 64044.9438202247, - 6, - 84.2696629213483 - ], - [ - 64213.4831460674, - 4, - 84.2696629213483 - ], - [ - 64382.0224719101, - 5, - 84.2696629213483 - ], - [ - 64550.5617977528, - 6, - 84.2696629213483 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 64719.1011235955, - 0, - 252.808988764045 - ], - [ - 65056.1797752809, - 1, - 0 - ], - [ - 65224.7191011236, - 3, - 0 - ], - [ - 65393.2584269663, - 2, - 252.808988764045 - ], - [ - 65730.3370786517, - 0, - 0 - ], - [ - 64719.1011235955, - 5, - 252.808988764045 - ], - [ - 65056.1797752809, - 7, - 0 - ], - [ - 65140.4494382022, - 6, - 0 - ], - [ - 65224.7191011236, - 4, - 0 - ], - [ - 65308.9887640449, - 5, - 0 - ], - [ - 65393.2584269663, - 4, - 84.2696629213483 - ], - [ - 65561.797752809, - 7, - 0 - ], - [ - 65646.0674157303, - 5, - 0 - ], - [ - 65730.3370786517, - 6, - 84.2696629213483 - ], - [ - 65898.8764044944, - 4, - 0 - ], - [ - 65983.1460674157, - 5, - 0 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 66067.4157303371, - 3, - 0 - ], - [ - 66404.4943820225, - 3, - 0 - ], - [ - 66741.5730337079, - 3, - 0 - ], - [ - 66910.1123595506, - 3, - 0 - ], - [ - 67078.6516853933, - 2, - 0 - ], - [ - 67247.1910112359, - 2, - 0 - ], - [ - 67162.9213483146, - 0, - 0 - ], - [ - 66067.4157303371, - 4, - 252.808988764045 - ], - [ - 66404.4943820225, - 7, - 0 - ], - [ - 66488.7640449438, - 6, - 0 - ], - [ - 66573.0337078652, - 5, - 0 - ], - [ - 66741.5730337079, - 4, - 0 - ], - [ - 66910.1123595506, - 6, - 0 - ], - [ - 67078.6516853933, - 5, - 0 - ], - [ - 67162.9213483146, - 6, - 0 - ], - [ - 67331.4606741573, - 6, - 0 - ], - [ - 67247.1910112359, - 7, - 0 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 67415.7303370787, - 1, - 0 - ], - [ - 67584.2696629213, - 2, - 0 - ], - [ - 67752.8089887641, - 3, - 0 - ], - [ - 67921.3483146067, - 1, - 0 - ], - [ - 68089.8876404494, - 2, - 0 - ], - [ - 68258.4269662921, - 3, - 0 - ], - [ - 68426.9662921348, - 1, - 0 - ], - [ - 68511.2359550562, - 2, - 0 - ], - [ - 68595.5056179775, - 3, - 0 - ], - [ - 67837.0786516854, - 4, - 0 - ], - [ - 67921.3483146067, - 5, - 0 - ], - [ - 67415.7303370787, - 4, - 0 - ], - [ - 67500, - 5, - 0 - ], - [ - 67584.2696629213, - 6, - 0 - ], - [ - 67668.5393258427, - 7, - 0 - ], - [ - 67752.8089887641, - 5, - 0 - ], - [ - 68005.6179775281, - 6, - 0 - ], - [ - 68089.8876404494, - 5, - 84.2696629213483 - ], - [ - 68258.4269662921, - 7, - 84.2696629213483 - ], - [ - 68426.9662921348, - 6, - 252.808988764045 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 68764.0449438202, - 1, - 0 - ], - [ - 68932.5842696629, - 2, - 0 - ], - [ - 69101.1235955056, - 3, - 0 - ], - [ - 69269.6629213483, - 0, - 0 - ], - [ - 69438.202247191, - 1, - 0 - ], - [ - 69606.7415730337, - 0, - 0 - ], - [ - 69775.2808988764, - 3, - 0 - ], - [ - 69943.8202247191, - 0, - 0 - ], - [ - 68764.0449438202, - 5, - 0 - ], - [ - 68932.5842696629, - 4, - 0 - ], - [ - 69269.6629213483, - 5, - 0 - ], - [ - 69438.202247191, - 4, - 589.887640449438 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 70112.3595505618, - 1, - 252.808988764045 - ], - [ - 70449.4382022472, - 0, - 0 - ], - [ - 70533.7078651686, - 3, - 0 - ], - [ - 70617.9775280899, - 2, - 0 - ], - [ - 70702.2471910113, - 1, - 0 - ], - [ - 70786.5168539326, - 2, - 0 - ], - [ - 70955.0561797753, - 3, - 0 - ], - [ - 71123.595505618, - 0, - 0 - ], - [ - 71292.1348314607, - 3, - 0 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 71713.4831460674, - 2, - 0 - ], - [ - 71882.0224719101, - 1, - 0 - ], - [ - 71460.6741573034, - 1, - 0 - ], - [ - 71966.2921348315, - 0, - 0 - ], - [ - 72050.5617977528, - 2, - 0 - ], - [ - 72134.8314606742, - 1, - 0 - ], - [ - 72219.1011235955, - 3, - 0 - ], - [ - 72303.3707865169, - 0, - 0 - ], - [ - 72387.6404494382, - 1, - 0 - ], - [ - 72640.4494382023, - 3, - 0 - ], - [ - 72724.7191011236, - 1, - 0 - ], - [ - 71544.9438202247, - 2, - 0 - ], - [ - 71629.2134831461, - 3, - 0 - ], - [ - 72471.9101123596, - 3, - 0 - ], - [ - 72556.1797752809, - 2, - 0 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 72893.2584269663, - 3, - 0 - ], - [ - 73061.797752809, - 1, - 0 - ], - [ - 73230.3370786517, - 0, - 0 - ], - [ - 73398.8764044944, - 3, - 0 - ], - [ - 73567.4157303371, - 0, - 0 - ], - [ - 73483.1460674158, - 1, - 0 - ], - [ - 73651.6853932585, - 2, - 0 - ], - [ - 73735.9550561798, - 1, - 0 - ], - [ - 73820.2247191012, - 0, - 0 - ], - [ - 73904.4943820225, - 1, - 0 - ], - [ - 73988.7640449438, - 3, - 0 - ], - [ - 74073.0337078652, - 2, - 0 - ], - [ - 72808.988764045, - 0, - 0 - ], - [ - 72977.5280898877, - 2, - 0 - ], - [ - 73146.0674157304, - 2, - 0 - ], - [ - 73314.6067415731, - 1, - 0 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 74157.3033707866, - 1, - 0 - ], - [ - 74241.5730337079, - 0, - 0 - ], - [ - 74325.8426966292, - 1, - 0 - ], - [ - 74410.1123595506, - 3, - 0 - ], - [ - 74494.382022472, - 2, - 0 - ], - [ - 74578.6516853933, - 3, - 0 - ], - [ - 74662.9213483146, - 0, - 0 - ], - [ - 74747.191011236, - 2, - 0 - ], - [ - 74831.4606741573, - 3, - 0 - ], - [ - 75084.2696629214, - 3, - 0 - ], - [ - 75000, - 1, - 0 - ], - [ - 75168.5393258427, - 2, - 0 - ], - [ - 75252.8089887641, - 1, - 0 - ], - [ - 75337.0786516854, - 2, - 0 - ], - [ - 75421.3483146068, - 1, - 0 - ], - [ - 74915.7303370787, - 0, - 0 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 75505.6179775281, - 4, - 0 - ], - [ - 75674.1573033708, - 4, - 0 - ], - [ - 76011.2359550562, - 6, - 0 - ], - [ - 76095.5056179776, - 5, - 0 - ], - [ - 76179.7752808989, - 4, - 84.2696629213483 - ], - [ - 76348.3146067416, - 7, - 84.2696629213483 - ], - [ - 76685.393258427, - 6, - 0 - ], - [ - 75505.6179775281, - 0, - 0 - ], - [ - 75674.1573033708, - 0, - 0 - ], - [ - 75842.6966292135, - 1, - 0 - ], - [ - 76011.2359550562, - 0, - 0 - ], - [ - 76095.5056179776, - 2, - 0 - ], - [ - 76179.7752808989, - 0, - 0 - ], - [ - 76348.3146067416, - 3, - 0 - ], - [ - 76516.8539325843, - 2, - 0 - ], - [ - 76685.393258427, - 1, - 0 - ], - [ - 76516.8539325843, - 5, - 84.2696629213483 - ], - [ - 76769.6629213484, - 4, - 0 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 76853.9325842697, - 7, - 0 - ], - [ - 77022.4719101124, - 4, - 0 - ], - [ - 76938.2022471911, - 6, - 0 - ], - [ - 77106.7415730338, - 5, - 0 - ], - [ - 77359.5505617978, - 4, - 84.2696629213483 - ], - [ - 77696.6292134832, - 5, - 0 - ], - [ - 77865.1685393259, - 7, - 0 - ], - [ - 76853.9325842697, - 0, - 0 - ], - [ - 76938.2022471911, - 2, - 0 - ], - [ - 77022.4719101124, - 1, - 0 - ], - [ - 77191.0112359551, - 0, - 0 - ], - [ - 77359.5505617978, - 2, - 0 - ], - [ - 77528.0898876405, - 3, - 84.2696629213483 - ], - [ - 77865.1685393259, - 0, - 0 - ], - [ - 78033.7078651686, - 0, - 0 - ], - [ - 77191.0112359551, - 7, - 84.2696629213483 - ], - [ - 78033.7078651686, - 6, - 84.2696629213483 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 78202.2471910113, - 1, - 0 - ], - [ - 78370.786516854, - 2, - 0 - ], - [ - 78455.0561797753, - 3, - 0 - ], - [ - 78539.3258426967, - 0, - 0 - ], - [ - 78707.8651685394, - 3, - 0 - ], - [ - 78792.1348314607, - 0, - 0 - ], - [ - 78876.4044943821, - 1, - 0 - ], - [ - 79044.9438202248, - 2, - 0 - ], - [ - 79129.2134831461, - 3, - 0 - ], - [ - 79213.4831460675, - 1, - 0 - ], - [ - 79382.0224719102, - 0, - 0 - ], - [ - 79466.2921348315, - 1, - 0 - ], - [ - 78370.786516854, - 4, - 0 - ], - [ - 78707.8651685394, - 4, - 0 - ], - [ - 79044.9438202248, - 7, - 84.2696629213483 - ], - [ - 79382.0224719102, - 6, - 84.2696629213483 - ], - [ - 78455.0561797753, - 5, - 0 - ], - [ - 78202.2471910113, - 7, - 84.2696629213483 - ], - [ - 78539.3258426967, - 6, - 84.2696629213483 - ], - [ - 78792.1348314607, - 5, - 0 - ], - [ - 78876.4044943821, - 4, - 84.2696629213483 - ], - [ - 79213.4831460675, - 5, - 84.2696629213483 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 79550.5617977529, - 3, - 0 - ], - [ - 79634.8314606742, - 2, - 0 - ], - [ - 79803.3707865169, - 1, - 0 - ], - [ - 79719.1011235956, - 0, - 0 - ], - [ - 79971.9101123596, - 2, - 0 - ], - [ - 80140.4494382023, - 0, - 0 - ], - [ - 80308.988764045, - 1, - 0 - ], - [ - 80561.7977528091, - 3, - 0 - ], - [ - 80730.3370786517, - 0, - 0 - ], - [ - 79550.5617977529, - 5, - 84.2696629213483 - ], - [ - 79719.1011235956, - 7, - 168.539325842697 - ], - [ - 80056.179775281, - 4, - 84.2696629213483 - ], - [ - 80224.7191011237, - 5, - 0 - ], - [ - 80393.2584269664, - 4, - 0 - ], - [ - 80561.7977528091, - 6, - 0 - ], - [ - 80730.3370786517, - 5, - 0 - ], - [ - 80814.6067415731, - 7, - 0 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 80898.8764044945, - 0, - 84.2696629213483 - ], - [ - 81067.4157303371, - 2, - 84.2696629213483 - ], - [ - 81320.2247191012, - 1, - 0 - ], - [ - 81404.4943820225, - 0, - 0 - ], - [ - 81488.7640449439, - 3, - 0 - ], - [ - 81573.0337078652, - 1, - 0 - ], - [ - 81657.3033707866, - 0, - 0 - ], - [ - 81741.5730337079, - 2, - 0 - ], - [ - 81825.8426966293, - 1, - 0 - ], - [ - 81910.1123595506, - 3, - 84.2696629213483 - ], - [ - 82078.6516853933, - 0, - 84.2696629213483 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 82247.191011236, - 1, - 0 - ], - [ - 82331.4606741574, - 2, - 0 - ], - [ - 82415.7303370787, - 1, - 0 - ], - [ - 82500.0000000001, - 2, - 0 - ], - [ - 82584.2696629214, - 0, - 0 - ], - [ - 82668.5393258428, - 1, - 0 - ], - [ - 82752.8089887641, - 3, - 0 - ], - [ - 82837.0786516855, - 1, - 0 - ], - [ - 82921.3483146068, - 0, - 252.808988764045 - ], - [ - 83258.4269662922, - 2, - 0 - ], - [ - 83426.9662921349, - 2, - 0 - ], - [ - 83511.2359550563, - 3, - 0 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 83595.5056179776, - 1, - 0 - ], - [ - 83679.775280899, - 0, - 0 - ], - [ - 83764.0449438203, - 1, - 0 - ], - [ - 83848.3146067417, - 3, - 0 - ], - [ - 84438.2022471911, - 0, - 0 - ], - [ - 83932.584269663, - 2, - 84.2696629213483 - ], - [ - 84269.6629213484, - 3, - 84.2696629213483 - ], - [ - 84101.1235955057, - 0, - 0 - ], - [ - 84185.3932584271, - 1, - 0 - ], - [ - 84522.4719101125, - 1, - 0 - ], - [ - 84691.0112359551, - 1, - 0 - ], - [ - 84775.2808988765, - 0, - 0 - ], - [ - 84859.5505617978, - 2, - 0 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 84943.8202247192, - 3, - 84.2696629213483 - ], - [ - 85112.3595505619, - 1, - 0 - ], - [ - 85196.6292134832, - 0, - 0 - ], - [ - 85280.8988764046, - 2, - 168.539325842697 - ], - [ - 85617.97752809, - 0, - 84.2696629213483 - ], - [ - 85786.5168539327, - 1, - 84.2696629213483 - ], - [ - 85955.0561797754, - 2, - 84.2696629213483 - ], - [ - 86123.5955056181, - 1, - 84.2696629213483 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 86292.1348314608, - 1, - 0 - ], - [ - 86376.4044943821, - 0, - 0 - ], - [ - 86460.6741573035, - 3, - 0 - ], - [ - 86629.2134831462, - 2, - 0 - ], - [ - 86713.4831460675, - 1, - 0 - ], - [ - 86797.7528089889, - 0, - 0 - ], - [ - 86966.2921348316, - 3, - 0 - ], - [ - 87134.8314606743, - 1, - 0 - ], - [ - 87303.370786517, - 0, - 0 - ], - [ - 87471.9101123596, - 1, - 0 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 87640.4494382024, - 1, - 0 - ], - [ - 87724.7191011237, - 0, - 0 - ], - [ - 87808.988764045, - 3, - 0 - ], - [ - 87977.5280898878, - 2, - 0 - ], - [ - 88061.7977528091, - 1, - 0 - ], - [ - 88146.0674157304, - 0, - 0 - ], - [ - 88314.6067415731, - 3, - 0 - ], - [ - 88483.1460674158, - 0, - 0 - ], - [ - 88651.6853932585, - 1, - 0 - ], - [ - 88820.2247191012, - 2, - 0 - ] - ], - "typeOfSection": 0, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [ - [ - 88988.7640449439, - 3, - 0 - ], - [ - 89073.0337078653, - 2, - 0 - ], - [ - 89157.3033707866, - 1, - 0 - ], - [ - 89325.8426966293, - 0, - 0 - ], - [ - 89410.1123595507, - 1, - 0 - ], - [ - 89494.382022472, - 2, - 0 - ], - [ - 89662.9213483147, - 0, - 0 - ], - [ - 89831.4606741574, - 0, - 0 - ], - [ - 89915.7303370788, - 2, - 0 - ], - [ - 90000.0000000001, - 1, - 0 - ], - [ - 90168.5393258428, - 2, - 84.2696629213483 - ] - ], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [ - [ - 90337.0786516855, - 2, - 0 - ], - [ - 90421.3483146069, - 0, - 0 - ], - [ - 90505.6179775282, - 3, - 0 - ], - [ - 90589.8876404496, - 1, - 0 - ], - [ - 90674.1573033709, - 0, - 84.2696629213483 - ], - [ - 91348.3146067417, - 0, - 84.2696629213483 - ], - [ - 91011.2359550563, - 2, - 0 - ], - [ - 90842.6966292136, - 1, - 84.2696629213483 - ], - [ - 91095.5056179776, - 0, - 0 - ], - [ - 91179.775280899, - 3, - 0 - ], - [ - 91264.0449438204, - 1, - 0 - ] - ], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [ - [ - 91685.3932584271, - 3, - 0 - ], - [ - 91769.6629213484, - 2, - 0 - ], - [ - 91853.9325842698, - 1, - 0 - ], - [ - 92022.4719101125, - 0, - 0 - ], - [ - 92106.7415730338, - 1, - 0 - ], - [ - 92191.0112359552, - 2, - 0 - ], - [ - 92865.168539326, - 2, - 84.2696629213483 - ], - [ - 92359.5505617979, - 0, - 84.2696629213483 - ], - [ - 92528.0898876406, - 1, - 84.2696629213483 - ], - [ - 92696.6292134833, - 3, - 0 - ], - [ - 92780.8988764046, - 0, - 0 - ] - ], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [ - [ - 93117.97752809, - 0, - 0 - ], - [ - 93202.2471910114, - 3, - 0 - ], - [ - 93286.5168539327, - 1, - 0 - ], - [ - 93370.7865168541, - 2, - 0 - ], - [ - 93455.0561797754, - 1, - 0 - ], - [ - 93539.3258426968, - 2, - 84.2696629213483 - ], - [ - 93707.8651685395, - 0, - 0 - ], - [ - 93792.1348314608, - 1, - 0 - ], - [ - 93876.4044943822, - 2, - 0 - ], - [ - 93960.6741573035, - 3, - 0 - ], - [ - 94129.2134831462, - 0, - 0 - ], - [ - 94044.9438202249, - 1, - 0 - ], - [ - 94213.4831460675, - 3, - 84.2696629213483 - ], - [ - 93033.7078651687, - 3, - 0 - ] - ], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [ - [ - 94382.0224719103, - 1, - 0 - ], - [ - 94466.2921348316, - 2, - 0 - ], - [ - 94550.5617977529, - 1, - 84.2696629213483 - ], - [ - 94719.1011235957, - 0, - 0 - ], - [ - 94803.370786517, - 3, - 0 - ], - [ - 94887.6404494383, - 2, - 0 - ], - [ - 94971.9101123597, - 1, - 0 - ], - [ - 95056.179775281, - 3, - 0 - ], - [ - 95140.4494382024, - 0, - 0 - ], - [ - 95224.7191011237, - 1, - 0 - ], - [ - 95308.9887640451, - 2, - 0 - ], - [ - 95393.2584269664, - 0, - 84.2696629213483 - ], - [ - 95561.7977528091, - 2, - 84.2696629213483 - ] - ], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [ - [ - 95730.3370786518, - 3, - 0 - ], - [ - 95814.6067415732, - 1, - 0 - ], - [ - 95898.8764044945, - 0, - 0 - ], - [ - 95983.1460674159, - 1, - 0 - ], - [ - 96067.4157303372, - 3, - 84.2696629213483 - ], - [ - 96235.9550561799, - 2, - 84.2696629213483 - ], - [ - 96488.764044944, - 1, - 0 - ], - [ - 96573.0337078653, - 2, - 0 - ], - [ - 96404.4943820226, - 0, - 0 - ], - [ - 96657.3033707867, - 0, - 0 - ], - [ - 96741.573033708, - 1, - 168.539325842697 - ] - ], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [ - [ - 97078.6516853934, - 3, - 0 - ], - [ - 97162.9213483148, - 0, - 0 - ], - [ - 97247.1910112361, - 2, - 0 - ], - [ - 97415.7303370788, - 3, - 0 - ], - [ - 97584.2696629215, - 3, - 0 - ], - [ - 97668.5393258429, - 0, - 0 - ], - [ - 97752.8089887642, - 2, - 0 - ], - [ - 97921.3483146069, - 3, - 0 - ], - [ - 98089.8876404496, - 3, - 0 - ], - [ - 98174.1573033709, - 0, - 0 - ], - [ - 98258.4269662923, - 2, - 0 - ], - [ - 97752.8089887642, - 5, - 0 - ], - [ - 98089.8876404496, - 7, - 0 - ], - [ - 97415.7303370788, - 7, - 0 - ], - [ - 98258.4269662923, - 6, - 0 - ], - [ - 97078.6516853934, - 4, - 0 - ] - ], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [ - [ - 98426.966292135, - 3, - 0 - ], - [ - 98595.5056179777, - 3, - 0 - ], - [ - 98679.775280899, - 0, - 0 - ], - [ - 98764.0449438204, - 2, - 0 - ], - [ - 98932.5842696631, - 3, - 0 - ], - [ - 99101.1235955058, - 1, - 0 - ], - [ - 99269.6629213485, - 0, - 0 - ], - [ - 99438.2022471912, - 1, - 0 - ], - [ - 99606.7415730339, - 2, - 0 - ], - [ - 98426.966292135, - 4, - 505.61797752809 - ], - [ - 99016.8539325844, - 6, - 674.157303370787 - ] - ], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [ - [ - 99775.2808988766, - 3, - 0 - ], - [ - 99859.5505617979, - 0, - 0 - ], - [ - 99943.8202247193, - 2, - 0 - ], - [ - 100112.359550562, - 3, - 0 - ], - [ - 100280.898876405, - 3, - 0 - ], - [ - 100365.168539326, - 0, - 0 - ], - [ - 100449.438202247, - 2, - 0 - ], - [ - 100617.97752809, - 3, - 0 - ], - [ - 100786.516853933, - 3, - 0 - ], - [ - 100870.786516854, - 0, - 0 - ], - [ - 100955.056179775, - 2, - 0 - ], - [ - 99859.5505617979, - 4, - 0 - ], - [ - 100028.089887641, - 6, - 0 - ], - [ - 99775.2808988766, - 7, - 0 - ], - [ - 99775.2808988766, - 6, - 0 - ], - [ - 99943.8202247193, - 5, - 0 - ], - [ - 100786.516853933, - 4, - 84.2696629213483 - ], - [ - 100955.056179775, - 5, - 84.2696629213483 - ], - [ - 100112.359550562, - 5, - 0 - ], - [ - 100196.629213483, - 7, - 0 - ], - [ - 100449.438202247, - 6, - 0 - ], - [ - 100533.707865169, - 5, - 0 - ], - [ - 100196.629213483, - 6, - 0 - ], - [ - 100280.898876405, - 4, - 0 - ], - [ - 100365.168539326, - 5, - 0 - ], - [ - 100617.97752809, - 7, - 0 - ], - [ - 100702.247191011, - 6, - 0 - ] - ], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [ - [ - 101123.595505618, - 3, - 0 - ], - [ - 101292.134831461, - 3, - 0 - ], - [ - 101376.404494382, - 0, - 0 - ], - [ - 101460.674157304, - 2, - 0 - ], - [ - 101629.213483146, - 3, - 0 - ], - [ - 101797.752808989, - 1, - 0 - ], - [ - 101966.292134832, - 0, - 0 - ], - [ - 102134.831460674, - 1, - 0 - ], - [ - 102303.370786517, - 2, - 0 - ], - [ - 101123.595505618, - 4, - 505.61797752809 - ], - [ - 101713.483146068, - 6, - 674.157303370787 - ] - ], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [ - [ - 102471.91011236, - 7, - 0 - ], - [ - 102556.179775281, - 4, - 0 - ], - [ - 102640.449438202, - 6, - 0 - ], - [ - 102808.988764045, - 7, - 0 - ], - [ - 102977.528089888, - 7, - 0 - ], - [ - 103061.797752809, - 4, - 0 - ], - [ - 103146.06741573, - 6, - 0 - ], - [ - 103314.606741573, - 7, - 0 - ], - [ - 103483.146067416, - 7, - 0 - ], - [ - 103567.415730337, - 4, - 0 - ], - [ - 103651.685393259, - 6, - 0 - ], - [ - 102471.91011236, - 3, - 0 - ], - [ - 102556.179775281, - 0, - 0 - ], - [ - 102640.449438202, - 2, - 0 - ], - [ - 102808.988764045, - 3, - 0 - ], - [ - 102977.528089888, - 1, - 0 - ], - [ - 103061.797752809, - 0, - 0 - ], - [ - 103146.067415731, - 2, - 0 - ], - [ - 103314.606741573, - 1, - 0 - ], - [ - 103483.146067416, - 3, - 0 - ], - [ - 103567.415730337, - 2, - 0 - ], - [ - 103651.685393259, - 0, - 0 - ] - ], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "typeOfSection": 0, - "sectionNotes": [ - [ - 103820.224719101, - 7, - 0 - ], - [ - 103988.764044944, - 7, - 0 - ], - [ - 104073.033707865, - 4, - 0 - ], - [ - 104157.303370787, - 6, - 0 - ], - [ - 104325.842696629, - 7, - 0 - ], - [ - 104494.382022472, - 5, - 0 - ], - [ - 104662.921348315, - 4, - 0 - ], - [ - 104831.460674157, - 5, - 0 - ], - [ - 105000, - 6, - 0 - ], - [ - 104157.303370787, - 1, - 84.2696629213483 - ], - [ - 104494.382022472, - 2, - 84.2696629213483 - ], - [ - 104662.921348315, - 1, - 84.2696629213483 - ], - [ - 104831.460674157, - 3, - 84.2696629213483 - ], - [ - 105000, - 1, - 84.2696629213483 - ], - [ - 103820.224719101, - 1, - 84.2696629213483 - ], - [ - 103988.764044944, - 2, - 84.2696629213483 - ], - [ - 104325.842696629, - 0, - 84.2696629213483 - ] - ], - "altAnim": false, - "bpm": 0, - "changeBPM": false, - "mustHitSection": true - }, - { - "lengthInSteps": 16, - "typeOfSection": 0, - "sectionNotes": [ - [ - 105168.539325843, - 7, - 0 - ], - [ - 105252.808988764, - 4, - 0 - ], - [ - 105337.078651686, - 6, - 0 - ], - [ - 105505.617977528, - 7, - 0 - ], - [ - 105674.157303371, - 7, - 0 - ], - [ - 105758.426966292, - 4, - 0 - ], - [ - 105842.696629214, - 6, - 0 - ], - [ - 106011.235955056, - 7, - 0 - ], - [ - 106179.775280899, - 7, - 0 - ], - [ - 106264.04494382, - 4, - 0 - ], - [ - 106348.314606742, - 6, - 0 - ], - [ - 105168.539325843, - 3, - 0 - ], - [ - 105252.808988764, - 0, - 0 - ], - [ - 105337.078651686, - 2, - 0 - ], - [ - 105505.617977528, - 3, - 0 - ], - [ - 105674.157303371, - 1, - 0 - ], - [ - 105758.426966292, - 0, - 0 - ], - [ - 105842.696629214, - 2, - 0 - ], - [ - 106011.235955056, - 1, - 0 - ], - [ - 106179.775280899, - 0, - 0 - ], - [ - 106264.04494382, - 2, - 0 - ], - [ - 106348.314606742, - 3, - 0 - ] - ], - "altAnim": false, - "bpm": 0, - "changeBPM": false, - "mustHitSection": true - }, - { - "lengthInSteps": 16, - "typeOfSection": 0, - "sectionNotes": [ - [ - 106516.853932584, - 7, - 0 - ], - [ - 106685.393258427, - 7, - 0 - ], - [ - 106769.662921348, - 4, - 0 - ], - [ - 106853.93258427, - 6, - 0 - ], - [ - 107022.471910113, - 7, - 0 - ], - [ - 107191.011235955, - 5, - 0 - ], - [ - 107359.550561798, - 4, - 0 - ], - [ - 107528.089887641, - 5, - 0 - ], - [ - 107696.629213483, - 6, - 0 - ], - [ - 106516.853932584, - 1, - 84.2696629213483 - ], - [ - 106685.393258427, - 0, - 84.2696629213483 - ], - [ - 106853.93258427, - 2, - 84.2696629213483 - ], - [ - 107022.471910113, - 1, - 84.2696629213483 - ], - [ - 107359.550561798, - 1, - 84.2696629213483 - ], - [ - 107528.089887641, - 3, - 84.2696629213483 - ], - [ - 107191.011235955, - 2, - 84.2696629213483 - ], - [ - 107696.629213483, - 0, - 84.2696629213483 - ] - ], - "altAnim": false, - "bpm": 0, - "changeBPM": false, - "mustHitSection": true - }, - { - "lengthInSteps": 16, - "typeOfSection": 0, - "sectionNotes": [ - [ - 107865.168539326, - 5, - 421.348314606742 - ], - [ - 108370.786516854, - 6, - 0 - ], - [ - 108539.325842697, - 7, - 589.887640449438 - ], - [ - 107865.168539326, - 3, - 0 - ], - [ - 107949.438202247, - 2, - 0 - ], - [ - 108033.707865169, - 3, - 0 - ], - [ - 108117.97752809, - 2, - 0 - ], - [ - 108202.247191011, - 0, - 0 - ], - [ - 108370.786516854, - 1, - 0 - ], - [ - 108539.325842697, - 3, - 0 - ], - [ - 108623.595505618, - 2, - 0 - ], - [ - 108707.86516854, - 3, - 0 - ], - [ - 108792.134831461, - 2, - 0 - ], - [ - 108876.404494382, - 0, - 0 - ], - [ - 109044.943820225, - 1, - 0 - ] - ], - "altAnim": false, - "bpm": 0, - "changeBPM": false, - "mustHitSection": false - }, - { - "lengthInSteps": 16, - "typeOfSection": 0, - "sectionNotes": [ - [ - 109213.483146068, - 6, - 505.61797752809 - ], - [ - 109803.370786517, - 5, - 674.157303370787 - ], - [ - 109213.483146068, - 3, - 0 - ], - [ - 109297.752808989, - 2, - 0 - ], - [ - 109382.02247191, - 0, - 0 - ], - [ - 109466.292134832, - 2, - 0 - ], - [ - 109550.561797753, - 3, - 0 - ], - [ - 109719.101123596, - 1, - 0 - ], - [ - 109887.640449438, - 3, - 0 - ], - [ - 109971.91011236, - 2, - 0 - ], - [ - 110056.179775281, - 3, - 0 - ], - [ - 110140.449438202, - 2, - 0 - ], - [ - 110224.719101124, - 0, - 0 - ], - [ - 110393.258426967, - 1, - 0 - ] - ], - "altAnim": false, - "bpm": 0, - "changeBPM": false, - "mustHitSection": false - }, - { - "lengthInSteps": 16, - "typeOfSection": 0, - "sectionNotes": [ - [ - 110730.337078652, - 3, - 0 - ], - [ - 110814.606741573, - 2, - 0 - ], - [ - 110561.797752809, - 3, - 0 - ], - [ - 110646.067415731, - 2, - 0 - ], - [ - 111235.95505618, - 3, - 0 - ], - [ - 111320.224719101, - 2, - 0 - ], - [ - 111404.494382023, - 0, - 0 - ], - [ - 111488.764044944, - 2, - 0 - ], - [ - 111573.033707865, - 3, - 0 - ], - [ - 111067.415730337, - 1, - 84.2696629213483 - ], - [ - 110898.876404495, - 0, - 0 - ], - [ - 111741.573033708, - 1, - 0 - ] - ], - "altAnim": false, - "bpm": 0, - "changeBPM": false, - "mustHitSection": true - }, - { - "lengthInSteps": 16, - "typeOfSection": 0, - "sectionNotes": [ - [ - 111910.112359551, - 0, - 0 - ], - [ - 111994.382022472, - 1, - 0 - ], - [ - 112078.651685393, - 0, - 0 - ], - [ - 112162.921348315, - 1, - 0 - ], - [ - 112247.191011236, - 3, - 0 - ], - [ - 112415.730337079, - 2, - 0 - ], - [ - 112584.269662922, - 1, - 0 - ], - [ - 112668.539325843, - 0, - 0 - ], - [ - 112752.808988764, - 1, - 0 - ], - [ - 112837.078651686, - 0, - 0 - ], - [ - 112921.348314607, - 3, - 0 - ], - [ - 113089.88764045, - 2, - 0 - ] - ], - "altAnim": false, - "bpm": 0, - "changeBPM": false, - "mustHitSection": true - }, - { - "lengthInSteps": 16, - "typeOfSection": 0, - "sectionNotes": [ - [ - 113258.426966292, - 1, - 0 - ], - [ - 113426.966292135, - 0, - 0 - ], - [ - 113595.505617978, - 1, - 0 - ], - [ - 114101.123595506, - 3, - 0 - ], - [ - 113764.04494382, - 3, - 0 - ], - [ - 113932.584269663, - 0, - 0 - ], - [ - 114269.662921349, - 1, - 0 - ], - [ - 114438.202247191, - 3, - 0 - ], - [ - 113258.426966292, - 5, - 421.348314606742 - ], - [ - 113764.04494382, - 6, - 0 - ], - [ - 113932.584269663, - 4, - 421.348314606742 - ], - [ - 114438.202247191, - 5, - 0 - ] - ], - "altAnim": false, - "bpm": 0, - "changeBPM": false, - "mustHitSection": false - }, - { - "lengthInSteps": 16, - "typeOfSection": 0, - "sectionNotes": [ - [ - 114606.741573034, - 2, - 0 - ], - [ - 114775.280898877, - 1, - 0 - ], - [ - 114943.820224719, - 3, - 0 - ], - [ - 115112.359550562, - 2, - 0 - ], - [ - 115280.898876405, - 0, - 0 - ], - [ - 115365.168539326, - 1, - 0 - ], - [ - 115449.438202247, - 3, - 0 - ], - [ - 115533.707865169, - 0, - 0 - ], - [ - 115617.97752809, - 2, - 0 - ], - [ - 115786.516853933, - 1, - 0 - ], - [ - 114606.741573034, - 7, - 589.887640449438 - ], - [ - 115280.898876405, - 6, - 589.887640449438 - ] - ], - "altAnim": false, - "bpm": 0, - "changeBPM": false, - "mustHitSection": false - }, - { - "sectionNotes": [ - [ - 115955.056179776, - 6, - 505.61797752809 - ], - [ - 116123.595505618, - 0, - 0 - ], - [ - 115955.056179776, - 0, - 0 - ], - [ - 116039.325842697, - 2, - 0 - ], - [ - 116629.213483146, - 2, - 0 - ], - [ - 116713.483146068, - 0, - 0 - ], - [ - 116797.752808989, - 1, - 0 - ], - [ - 116292.134831461, - 1, - 84.2696629213483 - ], - [ - 116460.674157304, - 3, - 84.2696629213483 - ], - [ - 116882.02247191, - 3, - 0 - ], - [ - 116966.292134832, - 2, - 84.2696629213483 - ], - [ - 117134.831460674, - 0, - 0 - ], - [ - 117219.101123596, - 1, - 0 - ] - ], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [ - [ - 117471.91011236, - 1, - 0 - ], - [ - 117303.370786517, - 2, - 0 - ], - [ - 117387.640449438, - 3, - 0 - ], - [ - 117640.449438203, - 2, - 0 - ], - [ - 117556.179775281, - 0, - 0 - ], - [ - 117724.719101124, - 3, - 0 - ], - [ - 117808.988764045, - 0, - 0 - ], - [ - 117893.258426967, - 1, - 0 - ], - [ - 117977.528089888, - 2, - 0 - ], - [ - 118061.797752809, - 1, - 0 - ], - [ - 118146.067415731, - 3, - 0 - ], - [ - 118230.337078652, - 2, - 0 - ], - [ - 118314.606741573, - 0, - 0 - ], - [ - 118483.146067416, - 2, - 0 - ] - ], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": true, - "bpm": 187 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": true, - "bpm": 190 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": true, - "bpm": 194 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": true, - "bpm": 197 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": true, - "bpm": 200 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": true, - "bpm": 202 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": true, - "bpm": 205 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": true, - "bpm": 207 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "typeOfSection": 0, - "sectionNotes": [], - "altAnim": false, - "bpm": 0, - "changeBPM": false, - "mustHitSection": false - }, - { - "lengthInSteps": 16, - "typeOfSection": 0, - "sectionNotes": [], - "altAnim": false, - "bpm": 0, - "changeBPM": false, - "mustHitSection": false - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "typeOfSection": 0, - "sectionNotes": [], - "altAnim": false, - "bpm": 0, - "changeBPM": false, - "mustHitSection": true - }, - { - "lengthInSteps": 16, - "typeOfSection": 0, - "sectionNotes": [], - "altAnim": false, - "bpm": 0, - "changeBPM": false, - "mustHitSection": true - }, - { - "lengthInSteps": 16, - "typeOfSection": 0, - "sectionNotes": [], - "altAnim": false, - "bpm": 0, - "changeBPM": false, - "mustHitSection": true - }, - { - "lengthInSteps": 16, - "typeOfSection": 0, - "sectionNotes": [], - "altAnim": false, - "bpm": 0, - "changeBPM": false, - "mustHitSection": true - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "typeOfSection": 0, - "sectionNotes": [], - "altAnim": false, - "bpm": 0, - "changeBPM": false, - "mustHitSection": true - }, - { - "lengthInSteps": 16, - "typeOfSection": 0, - "sectionNotes": [], - "altAnim": false, - "bpm": 0, - "changeBPM": false, - "mustHitSection": true - }, - { - "lengthInSteps": 16, - "typeOfSection": 0, - "sectionNotes": [], - "altAnim": false, - "bpm": 0, - "changeBPM": false, - "mustHitSection": true - }, - { - "lengthInSteps": 16, - "typeOfSection": 0, - "sectionNotes": [], - "altAnim": false, - "bpm": 0, - "changeBPM": false, - "mustHitSection": true - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 184 - }, - { - "typeOfSection": 0, - "sectionNotes": [], - "sectionBeats": 4, - "altAnim": false, - "gfSection": false, - "bpm": 184, - "changeBPM": false, - "mustHitSection": true - }, - { - "typeOfSection": 0, - "sectionNotes": [], - "sectionBeats": 4, - "altAnim": false, - "gfSection": false, - "bpm": 184, - "changeBPM": false, - "mustHitSection": true - }, - { - "typeOfSection": 0, - "sectionNotes": [], - "sectionBeats": 4, - "altAnim": false, - "gfSection": false, - "bpm": 184, - "changeBPM": false, - "mustHitSection": true - }, - { - "typeOfSection": 0, - "sectionNotes": [], - "sectionBeats": 4, - "altAnim": false, - "gfSection": false, - "bpm": 184, - "changeBPM": false, - "mustHitSection": true - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 184 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 89 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "typeOfSection": 0, - "sectionNotes": [], - "sectionBeats": 4, - "altAnim": false, - "gfSection": false, - "bpm": 178, - "changeBPM": false, - "mustHitSection": true - }, - { - "typeOfSection": 0, - "sectionNotes": [], - "sectionBeats": 4, - "altAnim": false, - "gfSection": false, - "bpm": 178, - "changeBPM": false, - "mustHitSection": true - }, - { - "typeOfSection": 0, - "sectionNotes": [], - "sectionBeats": 4, - "altAnim": false, - "gfSection": false, - "bpm": 178, - "changeBPM": false, - "mustHitSection": true - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "gfSection": false, - "altAnim": false, - "typeOfSection": 0, - "sectionNotes": [], - "bpm": 178, - "sectionBeats": 4, - "changeBPM": false, - "mustHitSection": true - }, - { - "gfSection": false, - "altAnim": false, - "typeOfSection": 0, - "sectionNotes": [], - "bpm": 178, - "sectionBeats": 4, - "changeBPM": false, - "mustHitSection": true - } - ], - "player3": null, - "song": "loading", - "stage": "tank", - "needsVoices": true, - "validScore": true, - "speed": 3.1, - "bpm": 178, - "gf": "gf-tankmen" - } -} diff --git a/charts/stress/stress-nightmare.json b/charts/stress/stress-nightmare.json deleted file mode 100644 index 30a635c..0000000 --- a/charts/stress/stress-nightmare.json +++ /dev/null @@ -1,9187 +0,0 @@ -{ - "song": { - "player1": "bf", - "events": [ - [ - 61348.3146067416, - [ - [ - "MoveArrowsToMiddle", - "", - "1" - ] - ] - ], - [ - 62022.4719101124, - [ - [ - "Play Animation", - "prettygood", - "dad" - ], - [ - "Set Cam Zoom", - "1.1", - "2" - ] - ] - ], - [ - 64466.2921348315, - [ - [ - "MoveArrowsToMiddle", - "", - "0" - ] - ] - ], - [ - 64719.1011235955, - [ - [ - "Set Cam Zoom", - "0.8", - "1" - ] - ] - ], - [ - 70112.3595505618, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 70280.8988764045, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 70449.4382022472, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 70617.9775280899, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 70786.5168539326, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 70955.0561797753, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 71123.595505618, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 71292.1348314607, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 71460.6741573034, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 71629.2134831461, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 71797.7528089888, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 71966.2921348315, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 72134.8314606742, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 72303.3707865169, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 72471.9101123596, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 72640.4494382023, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 72808.988764045, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 72893.2584269663, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 72977.5280898877, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 73061.797752809, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 73146.0674157304, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 73230.3370786517, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 73314.6067415731, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 73398.8764044944, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 73483.1460674157, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 73567.4157303371, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 73651.6853932584, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 73735.9550561798, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 73820.2247191011, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 73904.4943820225, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 73988.7640449438, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 74073.0337078652, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 74157.3033707866, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 74241.5730337079, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 74325.8426966292, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 74410.1123595506, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 74494.382022472, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 74578.6516853933, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 74662.9213483146, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 74747.191011236, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 74789.3258426967, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 74831.4606741573, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 74873.595505618, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 74915.7303370787, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 74957.8651685394, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 75000, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 75042.1348314607, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 75084.2696629214, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 75126.4044943821, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 75505.6179775281, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ], - [ - "Screen Shake", - "", - "11, 0.002" - ] - ] - ], - [ - 75842.6966292135, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 76179.7752808989, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 76516.8539325843, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 76853.9325842697, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 77191.0112359551, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 77528.0898876405, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 77865.1685393259, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 78033.7078651686, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 78202.2471910113, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 78539.3258426967, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 78876.4044943821, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 79213.4831460675, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 79550.5617977529, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 79887.6404494383, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 80224.7191011236, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 80561.797752809, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 80730.3370786517, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 80898.8764044944, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 81235.9550561798, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 81573.0337078652, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 81910.1123595506, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 82247.191011236, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 82584.2696629214, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 82921.3483146068, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 83258.4269662922, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 83426.9662921349, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 83595.5056179776, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 83764.0449438203, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 83932.584269663, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 84269.6629213484, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 84606.7415730338, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 84943.8202247192, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 85280.8988764045, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 85617.97752809, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 85955.0561797754, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 86123.5955056181, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 86292.1348314608, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 107191.011235955, - [ - [ - "Add Camera Zoom", - "", - "0.02" - ] - ] - ], - [ - 107528.089887641, - [ - [ - "Add Camera Zoom", - "", - "0.02" - ] - ] - ], - [ - 107865.168539326, - [ - [ - "Screen Shake", - "", - "11, 0.002" - ], - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 108202.247191011, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 108539.325842697, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 108876.404494382, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 109213.483146068, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 109550.561797753, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 109887.640449438, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 110224.719101124, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 110561.797752809, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 110730.337078652, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 110898.876404495, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 111235.95505618, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 111573.033707865, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 111910.112359551, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 112247.191011236, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 112584.269662922, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 112921.348314607, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 113258.426966292, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 113932.584269663, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 114269.662921349, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 114438.202247191, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 114480.337078652, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 114522.471910113, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 114564.606741573, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 114606.741573034, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 114943.820224719, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 115280.898876405, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 115617.97752809, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 115786.516853933, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 115955.056179775, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 116123.595505618, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 116292.134831461, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 116629.213483146, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 116966.292134832, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 117303.370786517, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 117640.449438202, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 117977.528089888, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 118314.606741573, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 118398.876404495, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 118483.146067416, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ] - ] - ], - [ - 118651.685393259, - [ - [ - "Add Camera Zoom", - "", - "0.04" - ], - [ - "Play Animation", - "attack", - "bf" - ] - ] - ], - [ - 118735.95505618, - [ - [ - "Play Animation", - "die", - "dad" - ] - ] - ], - [ - 123397.095818548, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 123474.415406177, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 123551.734993805, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ], - [ - 123629.054581434, - [ - [ - "Add Camera Zoom", - "", - "0.01" - ] - ] - ] - ], - "gfVersion": "gf-tankmen", - "player2": "tankman", - "notes": [ - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 0, - 0, - 0 - ], - [ - 168.539325842697, - 1, - 0 - ], - [ - 337.078651685393, - 3, - 0 - ], - [ - 505.61797752809, - 3, - 0 - ], - [ - 674.157303370787, - 2, - 0 - ], - [ - 842.696629213483, - 0, - 0 - ], - [ - 1011.23595505618, - 1, - 0 - ], - [ - 1179.77528089888, - 0, - 0 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 1348.31460674157, - 3, - 0 - ], - [ - 1516.85393258427, - 1, - 0 - ], - [ - 1685.39325842697, - 2, - 0 - ], - [ - 1853.93258426966, - 0, - 0 - ], - [ - 2022.47191011236, - 2, - 0 - ], - [ - 2191.01123595506, - 1, - 0 - ], - [ - 2359.55056179775, - 2, - 0 - ], - [ - 2528.08988764045, - 3, - 0 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 2696.62921348315, - 3, - 0 - ], - [ - 2865.16853932584, - 1, - 0 - ], - [ - 3033.70786516854, - 2, - 0 - ], - [ - 3202.24719101124, - 0, - 0 - ], - [ - 3370.78651685393, - 2, - 0 - ], - [ - 3539.32584269663, - 1, - 0 - ], - [ - 3707.86516853933, - 2, - 0 - ], - [ - 3876.40449438202, - 3, - 0 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 4044.94382022472, - 3, - 0 - ], - [ - 4213.48314606742, - 1, - 0 - ], - [ - 4382.02247191011, - 2, - 0 - ], - [ - 4550.56179775281, - 0, - 0 - ], - [ - 4719.10112359551, - 2, - 0 - ], - [ - 4887.6404494382, - 1, - 0 - ], - [ - 5056.1797752809, - 2, - 0 - ], - [ - 5224.7191011236, - 3, - 0 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 6404.49438202247, - 2, - 0 - ], - [ - 5561.79775280899, - 3, - 0 - ], - [ - 5646.06741573034, - 1, - 0 - ], - [ - 5730.33707865169, - 2, - 0 - ], - [ - 5393.25842696629, - 0, - 0 - ], - [ - 5814.60674157303, - 1, - 84.2696629213483 - ], - [ - 6573.03370786517, - 1, - 84.2696629213483 - ], - [ - 6151.68539325843, - 0, - 84.2696629213483 - ], - [ - 6488.76404494382, - 3, - 0 - ], - [ - 6067.41573033708, - 3, - 0 - ], - [ - 6109.55056179775, - 2, - 0 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 6741.57303370786, - 0, - 0 - ], - [ - 6910.11235955056, - 1, - 0 - ], - [ - 6994.38202247191, - 2, - 0 - ], - [ - 7078.65168539326, - 3, - 0 - ], - [ - 7162.92134831461, - 0, - 0 - ], - [ - 7247.19101123595, - 2, - 0 - ], - [ - 7331.4606741573, - 3, - 0 - ], - [ - 7415.73033707865, - 0, - 0 - ], - [ - 7500, - 1, - 0 - ], - [ - 7584.26966292135, - 2, - 0 - ], - [ - 7668.5393258427, - 0, - 0 - ], - [ - 7752.80898876404, - 3, - 0 - ], - [ - 7837.07865168539, - 2, - 0 - ], - [ - 7921.34831460674, - 1, - 84.2696629213483 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 8679.77528089888, - 3, - 0 - ], - [ - 9269.66292134831, - 1, - 84.2696629213483 - ], - [ - 8342.69662921348, - 1, - 0 - ], - [ - 8089.88764044944, - 3, - 0 - ], - [ - 8174.15730337079, - 0, - 0 - ], - [ - 8258.42696629213, - 3, - 0 - ], - [ - 8426.96629213483, - 2, - 0 - ], - [ - 8511.23595505618, - 0, - 0 - ], - [ - 8595.50561797753, - 1, - 0 - ], - [ - 8764.04494382022, - 2, - 0 - ], - [ - 8848.31460674157, - 0, - 0 - ], - [ - 8932.58426966292, - 2, - 0 - ], - [ - 9016.85393258427, - 3, - 0 - ], - [ - 9101.12359550562, - 0, - 0 - ], - [ - 9185.39325842697, - 2, - 0 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 9522.47191011236, - 3, - 0 - ], - [ - 9438.20224719101, - 0, - 0 - ], - [ - 9606.74157303371, - 1, - 84.2696629213483 - ], - [ - 9775.2808988764, - 3, - 0 - ], - [ - 9859.55056179775, - 0, - 0 - ], - [ - 9943.8202247191, - 2, - 84.2696629213483 - ], - [ - 10112.3595505618, - 3, - 0 - ], - [ - 10196.6292134831, - 0, - 0 - ], - [ - 10280.8988764045, - 2, - 84.2696629213483 - ], - [ - 10449.4382022472, - 3, - 0 - ], - [ - 10617.9775280899, - 0, - 0 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 10786.5168539326, - 6, - 421.348314606742 - ], - [ - 11460.6741573034, - 2, - 252.808988764045 - ], - [ - 11797.7528089888, - 3, - 0 - ], - [ - 11123.595505618, - 1, - 0 - ], - [ - 11292.1348314607, - 0, - 0 - ], - [ - 11629.2134831461, - 5, - 0 - ], - [ - 11713.4831460674, - 4, - 0 - ], - [ - 11797.7528089888, - 5, - 252.808988764045 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 12134.8314606742, - 0, - 0 - ], - [ - 12471.9101123596, - 0, - 0 - ], - [ - 12808.9887640449, - 0, - 0 - ], - [ - 12977.5280898876, - 0, - 0 - ], - [ - 13146.0674157303, - 2, - 0 - ], - [ - 13230.3370786517, - 1, - 0 - ], - [ - 13323.0337078652, - 2, - 0 - ], - [ - 12471.9101123596, - 5, - 252.808988764045 - ], - [ - 12808.9887640449, - 7, - 0 - ], - [ - 12893.2584269663, - 6, - 0 - ], - [ - 12387.6404494382, - 4, - 0 - ], - [ - 12977.5280898876, - 4, - 252.808988764045 - ], - [ - 13314.606741573, - 5, - 0 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 13483.1460674157, - 3, - 0 - ], - [ - 13651.6853932584, - 2, - 0 - ], - [ - 13820.2247191011, - 0, - 0 - ], - [ - 13988.7640449438, - 3, - 0 - ], - [ - 14157.3033707865, - 2, - 0 - ], - [ - 14325.8426966292, - 0, - 0 - ], - [ - 14494.3820224719, - 3, - 0 - ], - [ - 14578.6516853933, - 2, - 0 - ], - [ - 14662.9213483146, - 0, - 0 - ], - [ - 13483.1460674157, - 7, - 0 - ], - [ - 13651.6853932584, - 5, - 0 - ], - [ - 13820.2247191011, - 6, - 0 - ], - [ - 13988.7640449438, - 4, - 0 - ], - [ - 14157.3033707865, - 6, - 0 - ], - [ - 14241.5730337079, - 7, - 0 - ], - [ - 14325.8426966292, - 6, - 0 - ], - [ - 14410.1123595506, - 4, - 0 - ], - [ - 14494.3820224719, - 5, - 0 - ], - [ - 14578.6516853933, - 6, - 0 - ], - [ - 14662.9213483146, - 5, - 0 - ], - [ - 14747.191011236, - 7, - 0 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 14831.4606741573, - 3, - 0 - ], - [ - 15168.5393258427, - 0, - 0 - ], - [ - 15000, - 2, - 0 - ], - [ - 15337.0786516854, - 1, - 0 - ], - [ - 15505.6179775281, - 3, - 0 - ], - [ - 15674.1573033708, - 1, - 0 - ], - [ - 15842.6966292135, - 0, - 0 - ], - [ - 16011.2359550562, - 2, - 0 - ], - [ - 14831.4606741573, - 4, - 252.808988764045 - ], - [ - 15168.5393258427, - 5, - 252.808988764045 - ], - [ - 15505.6179775281, - 6, - 252.808988764045 - ], - [ - 15842.6966292135, - 4, - 252.808988764045 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 16179.7752808989, - 1, - 84.2696629213483 - ], - [ - 16348.3146067416, - 3, - 0 - ], - [ - 16432.5842696629, - 2, - 0 - ], - [ - 16516.8539325843, - 0, - 84.2696629213483 - ], - [ - 16853.9325842697, - 3, - 0 - ], - [ - 16685.393258427, - 2, - 0 - ], - [ - 17106.7415730337, - 3, - 0 - ], - [ - 16938.202247191, - 0, - 0 - ], - [ - 17022.4719101124, - 1, - 0 - ], - [ - 17191.0112359551, - 1, - 0 - ], - [ - 17359.5505617978, - 0, - 0 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 17780.8988764045, - 1, - 0 - ], - [ - 17865.1685393258, - 3, - 0 - ], - [ - 17528.0898876404, - 2, - 0 - ], - [ - 18033.7078651685, - 2, - 0 - ], - [ - 18202.2471910112, - 0, - 252.808988764045 - ], - [ - 18539.3258426966, - 2, - 0 - ], - [ - 18623.595505618, - 1, - 0 - ], - [ - 18707.8651685393, - 2, - 84.2696629213483 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 18876.404494382, - 0, - 0 - ], - [ - 19044.9438202247, - 3, - 0 - ], - [ - 19213.4831460674, - 2, - 0 - ], - [ - 19382.0224719101, - 1, - 0 - ], - [ - 19634.8314606742, - 3, - 0 - ], - [ - 19719.1011235955, - 0, - 0 - ], - [ - 19803.3707865169, - 1, - 0 - ], - [ - 19971.9101123596, - 3, - 0 - ], - [ - 19887.6404494382, - 2, - 0 - ], - [ - 20056.1797752809, - 1, - 0 - ], - [ - 20140.4494382022, - 0, - 0 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 20224.7191011236, - 1, - 0 - ], - [ - 20308.9887640449, - 3, - 0 - ], - [ - 20393.2584269663, - 2, - 0 - ], - [ - 20477.5280898876, - 0, - 0 - ], - [ - 20561.797752809, - 1, - 84.2696629213483 - ], - [ - 20898.8764044944, - 3, - 0 - ], - [ - 20730.3370786517, - 2, - 0 - ], - [ - 21067.4157303371, - 1, - 0 - ], - [ - 21235.9550561798, - 3, - 0 - ], - [ - 21404.4943820225, - 0, - 0 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 21910.1123595506, - 2, - 0 - ], - [ - 22078.6516853933, - 3, - 0 - ], - [ - 21573.0337078652, - 1, - 0 - ], - [ - 21741.5730337079, - 0, - 0 - ], - [ - 22247.191011236, - 1, - 0 - ], - [ - 22415.7303370787, - 0, - 0 - ], - [ - 22584.2696629213, - 2, - 0 - ], - [ - 22752.808988764, - 3, - 0 - ], - [ - 21573.0337078652, - 5, - 0 - ], - [ - 21910.1123595506, - 6, - 0 - ], - [ - 22247.191011236, - 5, - 0 - ], - [ - 22500, - 6, - 0 - ], - [ - 22584.2696629213, - 7, - 0 - ], - [ - 22668.5393258427, - 6, - 0 - ], - [ - 22752.808988764, - 5, - 0 - ], - [ - 22837.0786516854, - 4, - 0 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 22921.3483146067, - 1, - 0 - ], - [ - 23005.6179775281, - 0, - 0 - ], - [ - 23089.8876404494, - 3, - 0 - ], - [ - 23426.9662921348, - 2, - 0 - ], - [ - 23764.0449438202, - 3, - 0 - ], - [ - 23258.4269662921, - 1, - 0 - ], - [ - 23595.5056179775, - 0, - 0 - ], - [ - 23932.5842696629, - 1, - 0 - ], - [ - 24101.1235955056, - 0, - 0 - ], - [ - 22921.3483146067, - 5, - 0 - ], - [ - 23258.4269662921, - 4, - 0 - ], - [ - 23595.5056179775, - 6, - 0 - ], - [ - 23932.5842696629, - 7, - 0 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 24269.6629213483, - 5, - 0 - ], - [ - 24269.6629213483, - 3, - 0 - ], - [ - 24353.9325842697, - 0, - 0 - ], - [ - 24438.202247191, - 1, - 0 - ], - [ - 24522.4719101124, - 2, - 0 - ], - [ - 24943.8202247191, - 0, - 0 - ], - [ - 24606.7415730337, - 3, - 84.2696629213483 - ], - [ - 24775.2808988764, - 1, - 84.2696629213483 - ], - [ - 25112.3595505618, - 0, - 0 - ], - [ - 25028.0898876404, - 2, - 0 - ], - [ - 25280.8988764045, - 3, - 0 - ], - [ - 25365.1685393258, - 2, - 0 - ], - [ - 25449.4382022472, - 1, - 0 - ], - [ - 25533.7078651685, - 3, - 0 - ], - [ - 24691.0112359551, - 5, - 0 - ], - [ - 25280.8988764045, - 5, - 0 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 25617.9775280899, - 0, - 0 - ], - [ - 25702.2471910112, - 2, - 0 - ], - [ - 25786.5168539326, - 1, - 84.2696629213483 - ], - [ - 25955.0561797753, - 3, - 168.539325842697 - ], - [ - 26207.8651685393, - 0, - 337.078651685393 - ], - [ - 26629.2134831461, - 2, - 252.808988764045 - ], - [ - 26207.8651685393, - 5, - 0 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 26966.2921348315, - 0, - 0 - ], - [ - 27134.8314606742, - 3, - 0 - ], - [ - 27303.3707865169, - 1, - 0 - ], - [ - 27471.9101123596, - 2, - 0 - ], - [ - 27640.4494382022, - 0, - 0 - ], - [ - 27808.9887640449, - 3, - 0 - ], - [ - 27977.5280898876, - 1, - 0 - ], - [ - 28146.0674157303, - 2, - 0 - ], - [ - 26966.2921348315, - 5, - 0 - ], - [ - 27303.3707865169, - 5, - 0 - ], - [ - 27471.9101123596, - 4, - 0 - ], - [ - 27808.9887640449, - 4, - 0 - ], - [ - 27977.5280898876, - 5, - 0 - ], - [ - 28146.0674157303, - 7, - 0 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 28314.606741573, - 0, - 0 - ], - [ - 28398.8764044944, - 3, - 0 - ], - [ - 28483.1460674157, - 2, - 0 - ], - [ - 28651.6853932584, - 0, - 0 - ], - [ - 28820.2247191011, - 1, - 0 - ], - [ - 28988.7640449438, - 0, - 0 - ], - [ - 29157.3033707865, - 2, - 0 - ], - [ - 29325.8426966292, - 3, - 0 - ], - [ - 29494.3820224719, - 1, - 0 - ], - [ - 28314.606741573, - 5, - 252.808988764045 - ], - [ - 28651.6853932584, - 4, - 84.2696629213483 - ], - [ - 28820.2247191011, - 5, - 0 - ], - [ - 28904.4943820225, - 6, - 0 - ], - [ - 28988.7640449438, - 7, - 589.887640449438 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 29662.9213483146, - 4, - 0 - ], - [ - 30000, - 4, - 0 - ], - [ - 30337.0786516854, - 4, - 0 - ], - [ - 30674.1573033708, - 4, - 0 - ], - [ - 29915.7303370787, - 3, - 0 - ], - [ - 30000, - 2, - 0 - ], - [ - 29662.9213483146, - 0, - 0 - ], - [ - 29747.191011236, - 2, - 0 - ], - [ - 29831.4606741573, - 0, - 0 - ], - [ - 30168.5393258427, - 0, - 84.2696629213483 - ], - [ - 30084.2696629213, - 1, - 0 - ], - [ - 30337.0786516854, - 2, - 0 - ], - [ - 30421.3483146067, - 3, - 0 - ], - [ - 30505.6179775281, - 1, - 84.2696629213483 - ], - [ - 30674.1573033708, - 0, - 0 - ], - [ - 30842.6966292135, - 3, - 0 - ], - [ - 30926.9662921348, - 2, - 0 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 31011.2359550562, - 4, - 0 - ], - [ - 31348.3146067416, - 4, - 0 - ], - [ - 31685.393258427, - 4, - 0 - ], - [ - 31853.9325842697, - 4, - 0 - ], - [ - 32022.4719101124, - 4, - 0 - ], - [ - 32191.0112359551, - 4, - 0 - ], - [ - 31011.2359550562, - 0, - 0 - ], - [ - 31095.5056179775, - 1, - 0 - ], - [ - 31264.0449438202, - 1, - 0 - ], - [ - 31179.7752808989, - 0, - 0 - ], - [ - 31348.3146067416, - 3, - 0 - ], - [ - 31432.5842696629, - 2, - 0 - ], - [ - 31516.8539325843, - 3, - 0 - ], - [ - 31601.1235955056, - 1, - 0 - ], - [ - 31685.393258427, - 2, - 84.2696629213483 - ], - [ - 31853.9325842697, - 0, - 84.2696629213483 - ], - [ - 32275.2808988764, - 1, - 0 - ], - [ - 32022.4719101124, - 3, - 0 - ], - [ - 32106.7415730337, - 1, - 0 - ], - [ - 32191.0112359551, - 2, - 0 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 32359.5505617978, - 0, - 0 - ], - [ - 32528.0898876404, - 1, - 0 - ], - [ - 32865.1685393258, - 0, - 0 - ], - [ - 32696.6292134831, - 3, - 0 - ], - [ - 32359.5505617978, - 4, - 505.61797752809 - ], - [ - 33033.7078651685, - 2, - 0 - ], - [ - 33202.2471910112, - 0, - 0 - ], - [ - 33539.3258426966, - 1, - 0 - ], - [ - 33370.7865168539, - 3, - 0 - ], - [ - 33623.595505618, - 1, - 0 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 33707.8651685393, - 2, - 0 - ], - [ - 33876.404494382, - 3, - 0 - ], - [ - 34044.9438202247, - 0, - 0 - ], - [ - 34213.4831460674, - 1, - 0 - ], - [ - 34382.0224719101, - 2, - 0 - ], - [ - 34550.5617977528, - 1, - 0 - ], - [ - 34719.1011235955, - 3, - 0 - ], - [ - 34887.6404494382, - 0, - 0 - ], - [ - 34971.9101123596, - 0, - 0 - ], - [ - 33707.8651685393, - 7, - 589.887640449438 - ], - [ - 34382.0224719101, - 5, - 589.887640449438 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 35056.1797752809, - 2, - 0 - ], - [ - 35224.7191011236, - 3, - 0 - ], - [ - 35393.2584269663, - 1, - 0 - ], - [ - 35561.797752809, - 0, - 0 - ], - [ - 35730.3370786517, - 2, - 0 - ], - [ - 35898.8764044944, - 3, - 0 - ], - [ - 36067.4157303371, - 0, - 0 - ], - [ - 36235.9550561798, - 0, - 0 - ], - [ - 36151.6853932584, - 1, - 0 - ], - [ - 35056.1797752809, - 4, - 0 - ], - [ - 35140.4494382022, - 6, - 0 - ], - [ - 35224.7191011236, - 5, - 84.2696629213483 - ], - [ - 35561.797752809, - 5, - 0 - ], - [ - 35898.8764044944, - 5, - 0 - ], - [ - 36235.9550561798, - 7, - 0 - ], - [ - 36067.4157303371, - 6, - 84.2696629213483 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 36404.4943820225, - 1, - 0 - ], - [ - 36573.0337078652, - 2, - 0 - ], - [ - 37247.191011236, - 0, - 252.808988764045 - ], - [ - 37584.2696629213, - 3, - 0 - ], - [ - 37668.5393258427, - 3, - 0 - ], - [ - 36741.5730337079, - 3, - 0 - ], - [ - 36910.1123595506, - 0, - 0 - ], - [ - 37078.6516853933, - 2, - 0 - ], - [ - 36404.4943820225, - 7, - 0 - ], - [ - 36488.7640449438, - 4, - 0 - ], - [ - 36573.0337078652, - 6, - 0 - ], - [ - 36657.3033707865, - 5, - 0 - ], - [ - 36741.5730337079, - 7, - 0 - ], - [ - 36825.8426966292, - 4, - 0 - ], - [ - 36910.1123595506, - 6, - 0 - ], - [ - 36994.3820224719, - 5, - 0 - ], - [ - 37415.7303370787, - 6, - 0 - ], - [ - 37078.6516853933, - 6, - 0 - ], - [ - 37162.9213483146, - 7, - 0 - ], - [ - 37247.191011236, - 4, - 0 - ], - [ - 37331.4606741573, - 5, - 0 - ], - [ - 37500, - 7, - 0 - ], - [ - 37668.5393258427, - 6, - 0 - ], - [ - 37668.5393258427, - 6, - 0 - ], - [ - 37584.2696629213, - 5, - 0 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 37752.808988764, - 0, - 0 - ], - [ - 37837.0786516854, - 1, - 0 - ], - [ - 37921.3483146067, - 0, - 0 - ], - [ - 38005.6179775281, - 1, - 0 - ], - [ - 38089.8876404494, - 3, - 0 - ], - [ - 38174.1573033708, - 2, - 0 - ], - [ - 38932.5842696629, - 1, - 0 - ], - [ - 38595.5056179775, - 1, - 168.539325842697 - ], - [ - 38258.4269662921, - 3, - 84.2696629213483 - ], - [ - 38848.3146067416, - 3, - 0 - ], - [ - 39016.8539325843, - 0, - 0 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 39101.1235955056, - 2, - 84.2696629213483 - ], - [ - 39269.6629213483, - 1, - 0 - ], - [ - 39353.9325842697, - 0, - 0 - ], - [ - 39438.202247191, - 3, - 0 - ], - [ - 39606.7415730337, - 3, - 0 - ], - [ - 39522.4719101124, - 1, - 0 - ], - [ - 39691.0112359551, - 2, - 0 - ], - [ - 39775.2808988764, - 1, - 0 - ], - [ - 40112.3595505618, - 3, - 0 - ], - [ - 40196.6292134831, - 2, - 0 - ], - [ - 40280.8988764045, - 0, - 0 - ], - [ - 40365.1685393258, - 2, - 0 - ], - [ - 40028.0898876404, - 2, - 0 - ], - [ - 39859.5505617978, - 0, - 0 - ], - [ - 39943.8202247191, - 1, - 0 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 40617.9775280899, - 2, - 84.2696629213483 - ], - [ - 41544.9438202247, - 2, - 0 - ], - [ - 41629.2134831461, - 1, - 0 - ], - [ - 40449.4382022472, - 1, - 0 - ], - [ - 40533.7078651685, - 0, - 0 - ], - [ - 40786.5168539326, - 0, - 84.2696629213483 - ], - [ - 40955.0561797753, - 3, - 84.2696629213483 - ], - [ - 41123.595505618, - 1, - 84.2696629213483 - ], - [ - 41292.1348314607, - 2, - 84.2696629213483 - ], - [ - 41460.6741573034, - 0, - 0 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 41797.7528089888, - 3, - 0 - ], - [ - 41966.2921348315, - 2, - 0 - ], - [ - 42134.8314606742, - 1, - 0 - ], - [ - 42303.3707865169, - 0, - 0 - ], - [ - 42471.9101123596, - 1, - 0 - ], - [ - 42640.4494382022, - 0, - 0 - ], - [ - 42808.9887640449, - 2, - 0 - ], - [ - 43061.797752809, - 1, - 0 - ], - [ - 42977.5280898876, - 2, - 0 - ], - [ - 42893.2584269663, - 1, - 0 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 43146.0674157303, - 4, - 758.426966292135 - ], - [ - 44325.8426966292, - 6, - 0 - ], - [ - 44157.3033707865, - 7, - 0 - ], - [ - 43988.7640449438, - 5, - 0 - ], - [ - 43230.3370786517, - 3, - 0 - ], - [ - 43314.606741573, - 0, - 0 - ], - [ - 43146.0674157303, - 1, - 0 - ], - [ - 44157.3033707865, - 0, - 0 - ], - [ - 44325.8426966292, - 2, - 0 - ], - [ - 44410.1123595506, - 3, - 0 - ], - [ - 43820.2247191011, - 1, - 0 - ], - [ - 43651.6853932584, - 3, - 0 - ], - [ - 43483.1460674157, - 2, - 0 - ], - [ - 43735.9550561798, - 0, - 0 - ], - [ - 43988.7640449438, - 3, - 0 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 44494.3820224719, - 4, - 505.61797752809 - ], - [ - 44494.3820224719, - 2, - 0 - ], - [ - 44662.9213483146, - 0, - 0 - ], - [ - 44831.4606741573, - 1, - 0 - ], - [ - 45168.5393258427, - 2, - 0 - ], - [ - 45000, - 3, - 0 - ], - [ - 45084.2696629213, - 0, - 0 - ], - [ - 45337.0786516854, - 1, - 0 - ], - [ - 45505.6179775281, - 2, - 0 - ], - [ - 45674.1573033708, - 0, - 0 - ], - [ - 45758.4269662921, - 1, - 0 - ], - [ - 45084.2696629213, - 7, - 589.887640449438 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 45842.6966292135, - 3, - 0 - ], - [ - 46348.3146067416, - 2, - 0 - ], - [ - 46011.2359550562, - 0, - 0 - ], - [ - 46179.7752808989, - 1, - 0 - ], - [ - 46516.8539325843, - 0, - 0 - ], - [ - 46685.393258427, - 1, - 0 - ], - [ - 47022.4719101124, - 1, - 0 - ], - [ - 46853.9325842697, - 3, - 0 - ], - [ - 46938.202247191, - 2, - 0 - ], - [ - 45842.6966292135, - 5, - 505.61797752809 - ], - [ - 46601.1235955056, - 5, - 505.61797752809 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 47191.0112359551, - 0, - 0 - ], - [ - 47359.5505617978, - 2, - 0 - ], - [ - 47528.0898876404, - 0, - 0 - ], - [ - 47696.6292134831, - 1, - 0 - ], - [ - 47865.1685393258, - 0, - 0 - ], - [ - 48033.7078651685, - 2, - 0 - ], - [ - 48202.2471910112, - 3, - 0 - ], - [ - 48370.7865168539, - 0, - 0 - ], - [ - 47191.0112359551, - 6, - 505.61797752809 - ], - [ - 47780.8988764045, - 4, - 674.157303370787 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 48539.3258426966, - 3, - 0 - ], - [ - 48623.595505618, - 2, - 0 - ], - [ - 48707.8651685393, - 1, - 0 - ], - [ - 48792.1348314607, - 0, - 0 - ], - [ - 48876.404494382, - 3, - 84.2696629213483 - ], - [ - 49719.1011235955, - 2, - 0 - ], - [ - 49044.9438202247, - 0, - 0 - ], - [ - 49129.2134831461, - 1, - 0 - ], - [ - 49213.4831460674, - 0, - 0 - ], - [ - 49382.0224719101, - 2, - 84.2696629213483 - ], - [ - 49550.5617977528, - 1, - 0 - ], - [ - 49803.3707865169, - 0, - 0 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 49887.6404494382, - 2, - 0 - ], - [ - 49971.9101123595, - 3, - 0 - ], - [ - 50224.7191011236, - 1, - 84.2696629213483 - ], - [ - 50393.2584269663, - 0, - 84.2696629213483 - ], - [ - 50730.3370786517, - 2, - 84.2696629213483 - ], - [ - 50646.0674157303, - 1, - 0 - ], - [ - 50898.8764044944, - 0, - 0 - ], - [ - 50983.1460674157, - 1, - 0 - ], - [ - 51067.4157303371, - 0, - 0 - ], - [ - 50056.1797752809, - 1, - 0 - ], - [ - 50140.4494382022, - 2, - 0 - ], - [ - 51109.5505617978, - 1, - 0 - ], - [ - 51151.6853932584, - 2, - 0 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 51235.9550561798, - 3, - 0 - ], - [ - 51488.7640449438, - 3, - 0 - ], - [ - 51404.4943820225, - 1, - 0 - ], - [ - 51573.0337078652, - 0, - 0 - ], - [ - 51741.5730337079, - 2, - 0 - ], - [ - 52247.191011236, - 1, - 0 - ], - [ - 52331.4606741573, - 3, - 0 - ], - [ - 51657.3033707865, - 1, - 0 - ], - [ - 51910.1123595506, - 0, - 0 - ], - [ - 52078.6516853933, - 2, - 0 - ], - [ - 52415.7303370786, - 1, - 0 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 52584.2696629213, - 0, - 0 - ], - [ - 52752.808988764, - 0, - 0 - ], - [ - 53089.8876404494, - 1, - 0 - ], - [ - 53258.4269662921, - 0, - 0 - ], - [ - 53426.9662921348, - 1, - 0 - ], - [ - 53511.2359550562, - 2, - 0 - ], - [ - 53764.0449438202, - 3, - 0 - ], - [ - 52921.3483146067, - 2, - 0 - ], - [ - 52668.5393258427, - 3, - 0 - ], - [ - 53595.5056179775, - 1, - 0 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 53932.5842696629, - 5, - 1264.04494382022 - ], - [ - 53932.5842696629, - 0, - 0 - ], - [ - 54101.1235955056, - 1, - 0 - ], - [ - 54269.6629213483, - 3, - 0 - ], - [ - 54438.202247191, - 3, - 0 - ], - [ - 54606.7415730337, - 2, - 0 - ], - [ - 54775.2808988764, - 0, - 0 - ], - [ - 54943.8202247191, - 1, - 0 - ], - [ - 55112.3595505618, - 0, - 0 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 55280.8988764045, - 6, - 589.887640449438 - ], - [ - 55955.0561797753, - 4, - 589.887640449438 - ], - [ - 55280.8988764045, - 3, - 0 - ], - [ - 55449.4382022472, - 1, - 0 - ], - [ - 55617.9775280899, - 2, - 0 - ], - [ - 55786.5168539326, - 0, - 0 - ], - [ - 55955.0561797753, - 2, - 0 - ], - [ - 56123.595505618, - 1, - 0 - ], - [ - 56292.1348314607, - 2, - 0 - ], - [ - 56460.6741573034, - 3, - 0 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 57556.1797752809, - 7, - 337.078651685393 - ], - [ - 56629.2134831461, - 5, - 842.696629213483 - ], - [ - 56629.2134831461, - 3, - 0 - ], - [ - 56797.7528089888, - 1, - 0 - ], - [ - 56966.2921348315, - 2, - 0 - ], - [ - 57134.8314606742, - 0, - 0 - ], - [ - 57303.3707865169, - 2, - 0 - ], - [ - 57471.9101123595, - 1, - 0 - ], - [ - 57640.4494382022, - 2, - 0 - ], - [ - 57808.9887640449, - 3, - 0 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 57977.5280898876, - 4, - 252.808988764045 - ], - [ - 58483.1460674157, - 6, - 0 - ], - [ - 58314.606741573, - 5, - 84.2696629213483 - ], - [ - 58567.4157303371, - 5, - 0 - ], - [ - 58651.6853932584, - 4, - 252.808988764045 - ], - [ - 58988.7640449438, - 7, - 0 - ], - [ - 59157.3033707865, - 5, - 0 - ], - [ - 57977.5280898876, - 3, - 0 - ], - [ - 58146.0674157303, - 1, - 0 - ], - [ - 58314.606741573, - 2, - 0 - ], - [ - 58483.1460674157, - 0, - 0 - ], - [ - 58651.6853932584, - 2, - 0 - ], - [ - 58820.2247191011, - 1, - 0 - ], - [ - 58988.7640449438, - 2, - 0 - ], - [ - 59157.3033707865, - 3, - 0 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 59325.8426966292, - 4, - 0 - ], - [ - 60000, - 4, - 0 - ], - [ - 59325.8426966292, - 0, - 0 - ], - [ - 59410.1123595506, - 1, - 0 - ], - [ - 59494.3820224719, - 2, - 0 - ], - [ - 59578.6516853933, - 1, - 0 - ], - [ - 59662.9213483146, - 2, - 0 - ], - [ - 60000, - 1, - 84.2696629213483 - ], - [ - 60168.5393258427, - 2, - 84.2696629213483 - ], - [ - 59915.7303370786, - 0, - 0 - ], - [ - 59831.4606741573, - 3, - 0 - ], - [ - 60337.0786516854, - 3, - 84.2696629213483 - ], - [ - 60505.6179775281, - 1, - 84.2696629213483 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 60674.1573033708, - 4, - 0 - ], - [ - 61348.3146067416, - 4, - 0 - ], - [ - 60674.1573033708, - 2, - 84.2696629213483 - ], - [ - 60842.6966292135, - 0, - 0 - ], - [ - 60926.9662921348, - 1, - 0 - ], - [ - 61011.2359550562, - 3, - 0 - ], - [ - 61095.5056179775, - 0, - 0 - ], - [ - 61179.7752808989, - 2, - 0 - ], - [ - 61264.0449438202, - 3, - 0 - ], - [ - 61348.3146067416, - 1, - 0 - ], - [ - 61432.5842696629, - 0, - 0 - ], - [ - 61516.8539325843, - 2, - 0 - ], - [ - 61601.1235955056, - 1, - 0 - ], - [ - 61685.393258427, - 2, - 0 - ], - [ - 61769.6629213483, - 1, - 0 - ], - [ - 61853.9325842697, - 0, - 0 - ], - [ - 61938.202247191, - 3, - 0 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 62022.4719101124, - 6, - 0 - ], - [ - 62106.7415730337, - 5, - 0 - ], - [ - 62191.0112359551, - 4, - 0 - ], - [ - 62275.2808988764, - 6, - 0 - ], - [ - 62359.5505617977, - 7, - 0 - ], - [ - 62443.8202247191, - 5, - 0 - ], - [ - 62528.0898876404, - 6, - 0 - ], - [ - 62612.3595505618, - 7, - 0 - ], - [ - 62696.6292134831, - 6, - 0 - ], - [ - 62780.8988764045, - 4, - 0 - ], - [ - 62865.1685393258, - 5, - 0 - ], - [ - 62949.4382022472, - 6, - 0 - ], - [ - 63033.7078651685, - 5, - 0 - ], - [ - 63117.9775280899, - 7, - 0 - ], - [ - 63202.2471910112, - 4, - 0 - ], - [ - 63286.5168539326, - 6, - 0 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 63370.7865168539, - 5, - 84.2696629213483 - ], - [ - 63539.3258426966, - 4, - 84.2696629213483 - ], - [ - 63707.8651685393, - 5, - 84.2696629213483 - ], - [ - 63876.404494382, - 7, - 84.2696629213483 - ], - [ - 64044.9438202247, - 6, - 84.2696629213483 - ], - [ - 64213.4831460674, - 4, - 84.2696629213483 - ], - [ - 64382.0224719101, - 5, - 84.2696629213483 - ], - [ - 64550.5617977528, - 6, - 84.2696629213483 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 64719.1011235955, - 0, - 252.808988764045 - ], - [ - 65056.1797752809, - 1, - 0 - ], - [ - 65224.7191011236, - 3, - 0 - ], - [ - 65393.2584269663, - 2, - 252.808988764045 - ], - [ - 65730.3370786517, - 0, - 0 - ], - [ - 64719.1011235955, - 5, - 252.808988764045 - ], - [ - 65056.1797752809, - 7, - 0 - ], - [ - 65140.4494382022, - 6, - 0 - ], - [ - 65224.7191011236, - 4, - 0 - ], - [ - 65308.9887640449, - 5, - 0 - ], - [ - 65393.2584269663, - 4, - 84.2696629213483 - ], - [ - 65561.797752809, - 7, - 0 - ], - [ - 65646.0674157303, - 5, - 0 - ], - [ - 65730.3370786517, - 6, - 84.2696629213483 - ], - [ - 65898.8764044944, - 4, - 0 - ], - [ - 65983.1460674157, - 5, - 0 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 66067.4157303371, - 3, - 0 - ], - [ - 66404.4943820225, - 3, - 0 - ], - [ - 66741.5730337079, - 3, - 0 - ], - [ - 66910.1123595506, - 3, - 0 - ], - [ - 67078.6516853933, - 2, - 0 - ], - [ - 67247.1910112359, - 2, - 0 - ], - [ - 67162.9213483146, - 0, - 0 - ], - [ - 66067.4157303371, - 4, - 252.808988764045 - ], - [ - 66404.4943820225, - 7, - 0 - ], - [ - 66488.7640449438, - 6, - 0 - ], - [ - 66573.0337078652, - 5, - 0 - ], - [ - 66741.5730337079, - 4, - 0 - ], - [ - 66910.1123595506, - 6, - 0 - ], - [ - 67078.6516853933, - 5, - 0 - ], - [ - 67162.9213483146, - 6, - 0 - ], - [ - 67331.4606741573, - 6, - 0 - ], - [ - 67247.1910112359, - 7, - 0 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 67415.7303370787, - 1, - 0 - ], - [ - 67584.2696629213, - 2, - 0 - ], - [ - 67752.8089887641, - 3, - 0 - ], - [ - 67921.3483146067, - 1, - 0 - ], - [ - 68089.8876404494, - 2, - 0 - ], - [ - 68258.4269662921, - 3, - 0 - ], - [ - 68426.9662921348, - 1, - 0 - ], - [ - 68511.2359550562, - 2, - 0 - ], - [ - 68595.5056179775, - 3, - 0 - ], - [ - 67837.0786516854, - 4, - 0 - ], - [ - 67921.3483146067, - 5, - 0 - ], - [ - 67415.7303370787, - 4, - 0 - ], - [ - 67500, - 5, - 0 - ], - [ - 67584.2696629213, - 6, - 0 - ], - [ - 67668.5393258427, - 7, - 0 - ], - [ - 67752.8089887641, - 5, - 0 - ], - [ - 68005.6179775281, - 6, - 0 - ], - [ - 68089.8876404494, - 5, - 84.2696629213483 - ], - [ - 68258.4269662921, - 7, - 84.2696629213483 - ], - [ - 68426.9662921348, - 6, - 252.808988764045 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 68764.0449438202, - 1, - 0 - ], - [ - 68932.5842696629, - 2, - 0 - ], - [ - 69101.1235955056, - 3, - 0 - ], - [ - 69269.6629213483, - 0, - 0 - ], - [ - 69438.202247191, - 1, - 0 - ], - [ - 69606.7415730337, - 0, - 0 - ], - [ - 69775.2808988764, - 3, - 0 - ], - [ - 69943.8202247191, - 0, - 0 - ], - [ - 68764.0449438202, - 5, - 0 - ], - [ - 68932.5842696629, - 4, - 0 - ], - [ - 69269.6629213483, - 5, - 0 - ], - [ - 69438.202247191, - 4, - 589.887640449438 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 70112.3595505618, - 1, - 252.808988764045 - ], - [ - 70449.4382022472, - 0, - 0 - ], - [ - 70533.7078651686, - 3, - 0 - ], - [ - 70617.9775280899, - 2, - 0 - ], - [ - 70702.2471910113, - 1, - 0 - ], - [ - 70786.5168539326, - 2, - 0 - ], - [ - 70955.0561797753, - 3, - 0 - ], - [ - 71123.595505618, - 0, - 0 - ], - [ - 71292.1348314607, - 3, - 0 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 71713.4831460674, - 2, - 0 - ], - [ - 71882.0224719101, - 1, - 0 - ], - [ - 71460.6741573034, - 1, - 0 - ], - [ - 71966.2921348315, - 0, - 0 - ], - [ - 72050.5617977528, - 2, - 0 - ], - [ - 72134.8314606742, - 1, - 0 - ], - [ - 72219.1011235955, - 3, - 0 - ], - [ - 72303.3707865169, - 0, - 0 - ], - [ - 72387.6404494382, - 1, - 0 - ], - [ - 72640.4494382023, - 3, - 0 - ], - [ - 72724.7191011236, - 1, - 0 - ], - [ - 71544.9438202247, - 2, - 0 - ], - [ - 71629.2134831461, - 3, - 0 - ], - [ - 72471.9101123596, - 3, - 0 - ], - [ - 72556.1797752809, - 2, - 0 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 72893.2584269663, - 3, - 0 - ], - [ - 73061.797752809, - 1, - 0 - ], - [ - 73230.3370786517, - 0, - 0 - ], - [ - 73398.8764044944, - 3, - 0 - ], - [ - 73567.4157303371, - 0, - 0 - ], - [ - 73483.1460674158, - 1, - 0 - ], - [ - 73651.6853932585, - 2, - 0 - ], - [ - 73735.9550561798, - 1, - 0 - ], - [ - 73820.2247191012, - 0, - 0 - ], - [ - 73904.4943820225, - 1, - 0 - ], - [ - 73988.7640449438, - 3, - 0 - ], - [ - 74073.0337078652, - 2, - 0 - ], - [ - 72808.988764045, - 0, - 0 - ], - [ - 72977.5280898877, - 2, - 0 - ], - [ - 73146.0674157304, - 2, - 0 - ], - [ - 73314.6067415731, - 1, - 0 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 74157.3033707866, - 1, - 0 - ], - [ - 74241.5730337079, - 0, - 0 - ], - [ - 74325.8426966292, - 1, - 0 - ], - [ - 74410.1123595506, - 3, - 0 - ], - [ - 74494.382022472, - 2, - 0 - ], - [ - 74578.6516853933, - 3, - 0 - ], - [ - 74662.9213483146, - 0, - 0 - ], - [ - 74747.191011236, - 2, - 0 - ], - [ - 74831.4606741573, - 3, - 0 - ], - [ - 75084.2696629214, - 3, - 0 - ], - [ - 75000, - 1, - 0 - ], - [ - 75168.5393258427, - 2, - 0 - ], - [ - 75252.8089887641, - 1, - 0 - ], - [ - 75337.0786516854, - 2, - 0 - ], - [ - 75421.3483146068, - 1, - 0 - ], - [ - 74915.7303370787, - 0, - 0 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 75505.6179775281, - 4, - 0 - ], - [ - 75674.1573033708, - 4, - 0 - ], - [ - 76011.2359550562, - 6, - 0 - ], - [ - 76095.5056179776, - 5, - 0 - ], - [ - 76179.7752808989, - 4, - 84.2696629213483 - ], - [ - 76348.3146067416, - 7, - 84.2696629213483 - ], - [ - 76685.393258427, - 6, - 0 - ], - [ - 75505.6179775281, - 0, - 0 - ], - [ - 75674.1573033708, - 0, - 0 - ], - [ - 75842.6966292135, - 1, - 0 - ], - [ - 76011.2359550562, - 0, - 0 - ], - [ - 76095.5056179776, - 2, - 0 - ], - [ - 76179.7752808989, - 0, - 0 - ], - [ - 76348.3146067416, - 3, - 0 - ], - [ - 76516.8539325843, - 2, - 0 - ], - [ - 76685.393258427, - 1, - 0 - ], - [ - 76516.8539325843, - 5, - 84.2696629213483 - ], - [ - 76769.6629213484, - 4, - 0 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 76853.9325842697, - 7, - 0 - ], - [ - 77022.4719101124, - 4, - 0 - ], - [ - 76938.2022471911, - 6, - 0 - ], - [ - 77106.7415730338, - 5, - 0 - ], - [ - 77359.5505617978, - 4, - 84.2696629213483 - ], - [ - 77696.6292134832, - 5, - 0 - ], - [ - 77865.1685393259, - 7, - 0 - ], - [ - 76853.9325842697, - 0, - 0 - ], - [ - 76938.2022471911, - 2, - 0 - ], - [ - 77022.4719101124, - 1, - 0 - ], - [ - 77191.0112359551, - 0, - 0 - ], - [ - 77359.5505617978, - 2, - 0 - ], - [ - 77528.0898876405, - 3, - 84.2696629213483 - ], - [ - 77865.1685393259, - 0, - 0 - ], - [ - 78033.7078651686, - 0, - 0 - ], - [ - 77191.0112359551, - 7, - 84.2696629213483 - ], - [ - 78033.7078651686, - 6, - 84.2696629213483 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 78202.2471910113, - 1, - 0 - ], - [ - 78370.786516854, - 2, - 0 - ], - [ - 78455.0561797753, - 3, - 0 - ], - [ - 78539.3258426967, - 0, - 0 - ], - [ - 78707.8651685394, - 3, - 0 - ], - [ - 78792.1348314607, - 0, - 0 - ], - [ - 78876.4044943821, - 1, - 0 - ], - [ - 79044.9438202248, - 2, - 0 - ], - [ - 79129.2134831461, - 3, - 0 - ], - [ - 79213.4831460675, - 1, - 0 - ], - [ - 79382.0224719102, - 0, - 0 - ], - [ - 79466.2921348315, - 1, - 0 - ], - [ - 78370.786516854, - 4, - 0 - ], - [ - 78707.8651685394, - 4, - 0 - ], - [ - 79044.9438202248, - 7, - 84.2696629213483 - ], - [ - 79382.0224719102, - 6, - 84.2696629213483 - ], - [ - 78455.0561797753, - 5, - 0 - ], - [ - 78202.2471910113, - 7, - 84.2696629213483 - ], - [ - 78539.3258426967, - 6, - 84.2696629213483 - ], - [ - 78792.1348314607, - 5, - 0 - ], - [ - 78876.4044943821, - 4, - 84.2696629213483 - ], - [ - 79213.4831460675, - 5, - 84.2696629213483 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 79550.5617977529, - 3, - 0 - ], - [ - 79634.8314606742, - 2, - 0 - ], - [ - 79803.3707865169, - 1, - 0 - ], - [ - 79719.1011235956, - 0, - 0 - ], - [ - 79971.9101123596, - 2, - 0 - ], - [ - 80140.4494382023, - 0, - 0 - ], - [ - 80308.988764045, - 1, - 0 - ], - [ - 80561.7977528091, - 3, - 0 - ], - [ - 80730.3370786517, - 0, - 0 - ], - [ - 79550.5617977529, - 5, - 84.2696629213483 - ], - [ - 79719.1011235956, - 7, - 168.539325842697 - ], - [ - 80056.179775281, - 4, - 84.2696629213483 - ], - [ - 80224.7191011237, - 5, - 0 - ], - [ - 80393.2584269664, - 4, - 0 - ], - [ - 80561.7977528091, - 6, - 0 - ], - [ - 80730.3370786517, - 5, - 0 - ], - [ - 80814.6067415731, - 7, - 0 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 80898.8764044945, - 0, - 84.2696629213483 - ], - [ - 81067.4157303371, - 2, - 84.2696629213483 - ], - [ - 81320.2247191012, - 1, - 0 - ], - [ - 81404.4943820225, - 0, - 0 - ], - [ - 81488.7640449439, - 3, - 0 - ], - [ - 81573.0337078652, - 1, - 0 - ], - [ - 81657.3033707866, - 0, - 0 - ], - [ - 81741.5730337079, - 2, - 0 - ], - [ - 81825.8426966293, - 1, - 0 - ], - [ - 81910.1123595506, - 3, - 84.2696629213483 - ], - [ - 82078.6516853933, - 0, - 84.2696629213483 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 82247.191011236, - 1, - 0 - ], - [ - 82331.4606741574, - 2, - 0 - ], - [ - 82415.7303370787, - 1, - 0 - ], - [ - 82500.0000000001, - 2, - 0 - ], - [ - 82584.2696629214, - 0, - 0 - ], - [ - 82668.5393258428, - 1, - 0 - ], - [ - 82752.8089887641, - 3, - 0 - ], - [ - 82837.0786516855, - 1, - 0 - ], - [ - 82921.3483146068, - 0, - 252.808988764045 - ], - [ - 83258.4269662922, - 2, - 0 - ], - [ - 83426.9662921349, - 2, - 0 - ], - [ - 83511.2359550563, - 3, - 0 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 83595.5056179776, - 1, - 0 - ], - [ - 83679.775280899, - 0, - 0 - ], - [ - 83764.0449438203, - 1, - 0 - ], - [ - 83848.3146067417, - 3, - 0 - ], - [ - 84438.2022471911, - 0, - 0 - ], - [ - 83932.584269663, - 2, - 84.2696629213483 - ], - [ - 84269.6629213484, - 3, - 84.2696629213483 - ], - [ - 84101.1235955057, - 0, - 0 - ], - [ - 84185.3932584271, - 1, - 0 - ], - [ - 84522.4719101125, - 1, - 0 - ], - [ - 84691.0112359551, - 1, - 0 - ], - [ - 84775.2808988765, - 0, - 0 - ], - [ - 84859.5505617978, - 2, - 0 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 84943.8202247192, - 3, - 84.2696629213483 - ], - [ - 85112.3595505619, - 1, - 0 - ], - [ - 85196.6292134832, - 0, - 0 - ], - [ - 85280.8988764046, - 2, - 168.539325842697 - ], - [ - 85617.97752809, - 0, - 84.2696629213483 - ], - [ - 85786.5168539327, - 1, - 84.2696629213483 - ], - [ - 85955.0561797754, - 2, - 84.2696629213483 - ], - [ - 86123.5955056181, - 1, - 84.2696629213483 - ] - ], - "mustHitSection": true, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 86292.1348314608, - 1, - 0 - ], - [ - 86376.4044943821, - 0, - 0 - ], - [ - 86460.6741573035, - 3, - 0 - ], - [ - 86629.2134831462, - 2, - 0 - ], - [ - 86713.4831460675, - 1, - 0 - ], - [ - 86797.7528089889, - 0, - 0 - ], - [ - 86966.2921348316, - 3, - 0 - ], - [ - 87134.8314606743, - 1, - 0 - ], - [ - 87303.370786517, - 0, - 0 - ], - [ - 87471.9101123596, - 1, - 0 - ] - ], - "mustHitSection": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "sectionNotes": [ - [ - 87640.4494382024, - 1, - 0 - ], - [ - 87724.7191011237, - 0, - 0 - ], - [ - 87808.988764045, - 3, - 0 - ], - [ - 87977.5280898878, - 2, - 0 - ], - [ - 88061.7977528091, - 1, - 0 - ], - [ - 88146.0674157304, - 0, - 0 - ], - [ - 88314.6067415731, - 3, - 0 - ], - [ - 88483.1460674158, - 0, - 0 - ], - [ - 88651.6853932585, - 1, - 0 - ], - [ - 88820.2247191012, - 2, - 0 - ] - ], - "typeOfSection": 0, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [ - [ - 88988.7640449439, - 3, - 0 - ], - [ - 89073.0337078653, - 2, - 0 - ], - [ - 89157.3033707866, - 1, - 0 - ], - [ - 89325.8426966293, - 0, - 0 - ], - [ - 89410.1123595507, - 1, - 0 - ], - [ - 89494.382022472, - 2, - 0 - ], - [ - 89662.9213483147, - 0, - 0 - ], - [ - 89831.4606741574, - 0, - 0 - ], - [ - 89915.7303370788, - 2, - 0 - ], - [ - 90000.0000000001, - 1, - 0 - ], - [ - 90168.5393258428, - 2, - 84.2696629213483 - ] - ], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [ - [ - 90337.0786516855, - 2, - 0 - ], - [ - 90421.3483146069, - 0, - 0 - ], - [ - 90505.6179775282, - 3, - 0 - ], - [ - 90589.8876404496, - 1, - 0 - ], - [ - 90674.1573033709, - 0, - 84.2696629213483 - ], - [ - 91348.3146067417, - 0, - 84.2696629213483 - ], - [ - 91011.2359550563, - 2, - 0 - ], - [ - 90842.6966292136, - 1, - 84.2696629213483 - ], - [ - 91095.5056179776, - 0, - 0 - ], - [ - 91179.775280899, - 3, - 0 - ], - [ - 91264.0449438204, - 1, - 0 - ] - ], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [ - [ - 91685.3932584271, - 3, - 0 - ], - [ - 91769.6629213484, - 2, - 0 - ], - [ - 91853.9325842698, - 1, - 0 - ], - [ - 92022.4719101125, - 0, - 0 - ], - [ - 92106.7415730338, - 1, - 0 - ], - [ - 92191.0112359552, - 2, - 0 - ], - [ - 92865.168539326, - 2, - 84.2696629213483 - ], - [ - 92359.5505617979, - 0, - 84.2696629213483 - ], - [ - 92528.0898876406, - 1, - 84.2696629213483 - ], - [ - 92696.6292134833, - 3, - 0 - ], - [ - 92780.8988764046, - 0, - 0 - ] - ], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [ - [ - 93117.97752809, - 0, - 0 - ], - [ - 93202.2471910114, - 3, - 0 - ], - [ - 93286.5168539327, - 1, - 0 - ], - [ - 93370.7865168541, - 2, - 0 - ], - [ - 93455.0561797754, - 1, - 0 - ], - [ - 93539.3258426968, - 2, - 84.2696629213483 - ], - [ - 93707.8651685395, - 0, - 0 - ], - [ - 93792.1348314608, - 1, - 0 - ], - [ - 93876.4044943822, - 2, - 0 - ], - [ - 93960.6741573035, - 3, - 0 - ], - [ - 94129.2134831462, - 0, - 0 - ], - [ - 94044.9438202249, - 1, - 0 - ], - [ - 94213.4831460675, - 3, - 84.2696629213483 - ], - [ - 93033.7078651687, - 3, - 0 - ] - ], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [ - [ - 94382.0224719103, - 1, - 0 - ], - [ - 94466.2921348316, - 2, - 0 - ], - [ - 94550.5617977529, - 1, - 84.2696629213483 - ], - [ - 94719.1011235957, - 0, - 0 - ], - [ - 94803.370786517, - 3, - 0 - ], - [ - 94887.6404494383, - 2, - 0 - ], - [ - 94971.9101123597, - 1, - 0 - ], - [ - 95056.179775281, - 3, - 0 - ], - [ - 95140.4494382024, - 0, - 0 - ], - [ - 95224.7191011237, - 1, - 0 - ], - [ - 95308.9887640451, - 2, - 0 - ], - [ - 95393.2584269664, - 0, - 84.2696629213483 - ], - [ - 95561.7977528091, - 2, - 84.2696629213483 - ] - ], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [ - [ - 95730.3370786518, - 3, - 0 - ], - [ - 95814.6067415732, - 1, - 0 - ], - [ - 95898.8764044945, - 0, - 0 - ], - [ - 95983.1460674159, - 1, - 0 - ], - [ - 96067.4157303372, - 3, - 84.2696629213483 - ], - [ - 96235.9550561799, - 2, - 84.2696629213483 - ], - [ - 96488.764044944, - 1, - 0 - ], - [ - 96573.0337078653, - 2, - 0 - ], - [ - 96404.4943820226, - 0, - 0 - ], - [ - 96657.3033707867, - 0, - 0 - ], - [ - 96741.573033708, - 1, - 168.539325842697 - ] - ], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [ - [ - 97078.6516853934, - 3, - 0 - ], - [ - 97162.9213483148, - 0, - 0 - ], - [ - 97247.1910112361, - 2, - 0 - ], - [ - 97415.7303370788, - 3, - 0 - ], - [ - 97584.2696629215, - 3, - 0 - ], - [ - 97668.5393258429, - 0, - 0 - ], - [ - 97752.8089887642, - 2, - 0 - ], - [ - 97921.3483146069, - 3, - 0 - ], - [ - 98089.8876404496, - 3, - 0 - ], - [ - 98174.1573033709, - 0, - 0 - ], - [ - 98258.4269662923, - 2, - 0 - ], - [ - 97752.8089887642, - 5, - 0 - ], - [ - 98089.8876404496, - 7, - 0 - ], - [ - 97415.7303370788, - 7, - 0 - ], - [ - 98258.4269662923, - 6, - 0 - ], - [ - 97078.6516853934, - 4, - 0 - ] - ], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [ - [ - 98426.966292135, - 3, - 0 - ], - [ - 98595.5056179777, - 3, - 0 - ], - [ - 98679.775280899, - 0, - 0 - ], - [ - 98764.0449438204, - 2, - 0 - ], - [ - 98932.5842696631, - 3, - 0 - ], - [ - 99101.1235955058, - 1, - 0 - ], - [ - 99269.6629213485, - 0, - 0 - ], - [ - 99438.2022471912, - 1, - 0 - ], - [ - 99606.7415730339, - 2, - 0 - ], - [ - 98426.966292135, - 4, - 505.61797752809 - ], - [ - 99016.8539325844, - 6, - 674.157303370787 - ] - ], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [ - [ - 99775.2808988766, - 3, - 0 - ], - [ - 99859.5505617979, - 0, - 0 - ], - [ - 99943.8202247193, - 2, - 0 - ], - [ - 100112.359550562, - 3, - 0 - ], - [ - 100280.898876405, - 3, - 0 - ], - [ - 100365.168539326, - 0, - 0 - ], - [ - 100449.438202247, - 2, - 0 - ], - [ - 100617.97752809, - 3, - 0 - ], - [ - 100786.516853933, - 3, - 0 - ], - [ - 100870.786516854, - 0, - 0 - ], - [ - 100955.056179775, - 2, - 0 - ], - [ - 99859.5505617979, - 4, - 0 - ], - [ - 100028.089887641, - 6, - 0 - ], - [ - 99775.2808988766, - 7, - 0 - ], - [ - 99775.2808988766, - 6, - 0 - ], - [ - 99943.8202247193, - 5, - 0 - ], - [ - 100786.516853933, - 4, - 84.2696629213483 - ], - [ - 100955.056179775, - 5, - 84.2696629213483 - ], - [ - 100112.359550562, - 5, - 0 - ], - [ - 100196.629213483, - 7, - 0 - ], - [ - 100449.438202247, - 6, - 0 - ], - [ - 100533.707865169, - 5, - 0 - ], - [ - 100196.629213483, - 6, - 0 - ], - [ - 100280.898876405, - 4, - 0 - ], - [ - 100365.168539326, - 5, - 0 - ], - [ - 100617.97752809, - 7, - 0 - ], - [ - 100702.247191011, - 6, - 0 - ] - ], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [ - [ - 101123.595505618, - 3, - 0 - ], - [ - 101292.134831461, - 3, - 0 - ], - [ - 101376.404494382, - 0, - 0 - ], - [ - 101460.674157304, - 2, - 0 - ], - [ - 101629.213483146, - 3, - 0 - ], - [ - 101797.752808989, - 1, - 0 - ], - [ - 101966.292134832, - 0, - 0 - ], - [ - 102134.831460674, - 1, - 0 - ], - [ - 102303.370786517, - 2, - 0 - ], - [ - 101123.595505618, - 4, - 505.61797752809 - ], - [ - 101713.483146068, - 6, - 674.157303370787 - ] - ], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [ - [ - 102471.91011236, - 7, - 0 - ], - [ - 102556.179775281, - 4, - 0 - ], - [ - 102640.449438202, - 6, - 0 - ], - [ - 102808.988764045, - 7, - 0 - ], - [ - 102977.528089888, - 7, - 0 - ], - [ - 103061.797752809, - 4, - 0 - ], - [ - 103146.06741573, - 6, - 0 - ], - [ - 103314.606741573, - 7, - 0 - ], - [ - 103483.146067416, - 7, - 0 - ], - [ - 103567.415730337, - 4, - 0 - ], - [ - 103651.685393259, - 6, - 0 - ], - [ - 102471.91011236, - 3, - 0 - ], - [ - 102556.179775281, - 0, - 0 - ], - [ - 102640.449438202, - 2, - 0 - ], - [ - 102808.988764045, - 3, - 0 - ], - [ - 102977.528089888, - 1, - 0 - ], - [ - 103061.797752809, - 0, - 0 - ], - [ - 103146.067415731, - 2, - 0 - ], - [ - 103314.606741573, - 1, - 0 - ], - [ - 103483.146067416, - 3, - 0 - ], - [ - 103567.415730337, - 2, - 0 - ], - [ - 103651.685393259, - 0, - 0 - ] - ], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "typeOfSection": 0, - "sectionNotes": [ - [ - 103820.224719101, - 7, - 0 - ], - [ - 103988.764044944, - 7, - 0 - ], - [ - 104073.033707865, - 4, - 0 - ], - [ - 104157.303370787, - 6, - 0 - ], - [ - 104325.842696629, - 7, - 0 - ], - [ - 104494.382022472, - 5, - 0 - ], - [ - 104662.921348315, - 4, - 0 - ], - [ - 104831.460674157, - 5, - 0 - ], - [ - 105000, - 6, - 0 - ], - [ - 104157.303370787, - 1, - 84.2696629213483 - ], - [ - 104494.382022472, - 2, - 84.2696629213483 - ], - [ - 104662.921348315, - 1, - 84.2696629213483 - ], - [ - 104831.460674157, - 3, - 84.2696629213483 - ], - [ - 105000, - 1, - 84.2696629213483 - ], - [ - 103820.224719101, - 1, - 84.2696629213483 - ], - [ - 103988.764044944, - 2, - 84.2696629213483 - ], - [ - 104325.842696629, - 0, - 84.2696629213483 - ] - ], - "altAnim": false, - "bpm": 0, - "changeBPM": false, - "mustHitSection": true - }, - { - "lengthInSteps": 16, - "typeOfSection": 0, - "sectionNotes": [ - [ - 105168.539325843, - 7, - 0 - ], - [ - 105252.808988764, - 4, - 0 - ], - [ - 105337.078651686, - 6, - 0 - ], - [ - 105505.617977528, - 7, - 0 - ], - [ - 105674.157303371, - 7, - 0 - ], - [ - 105758.426966292, - 4, - 0 - ], - [ - 105842.696629214, - 6, - 0 - ], - [ - 106011.235955056, - 7, - 0 - ], - [ - 106179.775280899, - 7, - 0 - ], - [ - 106264.04494382, - 4, - 0 - ], - [ - 106348.314606742, - 6, - 0 - ], - [ - 105168.539325843, - 3, - 0 - ], - [ - 105252.808988764, - 0, - 0 - ], - [ - 105337.078651686, - 2, - 0 - ], - [ - 105505.617977528, - 3, - 0 - ], - [ - 105674.157303371, - 1, - 0 - ], - [ - 105758.426966292, - 0, - 0 - ], - [ - 105842.696629214, - 2, - 0 - ], - [ - 106011.235955056, - 1, - 0 - ], - [ - 106179.775280899, - 0, - 0 - ], - [ - 106264.04494382, - 2, - 0 - ], - [ - 106348.314606742, - 3, - 0 - ] - ], - "altAnim": false, - "bpm": 0, - "changeBPM": false, - "mustHitSection": true - }, - { - "lengthInSteps": 16, - "typeOfSection": 0, - "sectionNotes": [ - [ - 106516.853932584, - 7, - 0 - ], - [ - 106685.393258427, - 7, - 0 - ], - [ - 106769.662921348, - 4, - 0 - ], - [ - 106853.93258427, - 6, - 0 - ], - [ - 107022.471910113, - 7, - 0 - ], - [ - 107191.011235955, - 5, - 0 - ], - [ - 107359.550561798, - 4, - 0 - ], - [ - 107528.089887641, - 5, - 0 - ], - [ - 107696.629213483, - 6, - 0 - ], - [ - 106516.853932584, - 1, - 84.2696629213483 - ], - [ - 106685.393258427, - 0, - 84.2696629213483 - ], - [ - 106853.93258427, - 2, - 84.2696629213483 - ], - [ - 107022.471910113, - 1, - 84.2696629213483 - ], - [ - 107359.550561798, - 1, - 84.2696629213483 - ], - [ - 107528.089887641, - 3, - 84.2696629213483 - ], - [ - 107191.011235955, - 2, - 84.2696629213483 - ], - [ - 107696.629213483, - 0, - 84.2696629213483 - ] - ], - "altAnim": false, - "bpm": 0, - "changeBPM": false, - "mustHitSection": true - }, - { - "lengthInSteps": 16, - "typeOfSection": 0, - "sectionNotes": [ - [ - 107865.168539326, - 5, - 421.348314606742 - ], - [ - 108370.786516854, - 6, - 0 - ], - [ - 108539.325842697, - 7, - 589.887640449438 - ], - [ - 107865.168539326, - 3, - 0 - ], - [ - 107949.438202247, - 2, - 0 - ], - [ - 108033.707865169, - 3, - 0 - ], - [ - 108117.97752809, - 2, - 0 - ], - [ - 108202.247191011, - 0, - 0 - ], - [ - 108370.786516854, - 1, - 0 - ], - [ - 108539.325842697, - 3, - 0 - ], - [ - 108623.595505618, - 2, - 0 - ], - [ - 108707.86516854, - 3, - 0 - ], - [ - 108792.134831461, - 2, - 0 - ], - [ - 108876.404494382, - 0, - 0 - ], - [ - 109044.943820225, - 1, - 0 - ] - ], - "altAnim": false, - "bpm": 0, - "changeBPM": false, - "mustHitSection": false - }, - { - "lengthInSteps": 16, - "typeOfSection": 0, - "sectionNotes": [ - [ - 109213.483146068, - 6, - 505.61797752809 - ], - [ - 109803.370786517, - 5, - 674.157303370787 - ], - [ - 109213.483146068, - 3, - 0 - ], - [ - 109297.752808989, - 2, - 0 - ], - [ - 109382.02247191, - 0, - 0 - ], - [ - 109466.292134832, - 2, - 0 - ], - [ - 109550.561797753, - 3, - 0 - ], - [ - 109719.101123596, - 1, - 0 - ], - [ - 109887.640449438, - 3, - 0 - ], - [ - 109971.91011236, - 2, - 0 - ], - [ - 110056.179775281, - 3, - 0 - ], - [ - 110140.449438202, - 2, - 0 - ], - [ - 110224.719101124, - 0, - 0 - ], - [ - 110393.258426967, - 1, - 0 - ] - ], - "altAnim": false, - "bpm": 0, - "changeBPM": false, - "mustHitSection": false - }, - { - "lengthInSteps": 16, - "typeOfSection": 0, - "sectionNotes": [ - [ - 110730.337078652, - 3, - 0 - ], - [ - 110814.606741573, - 2, - 0 - ], - [ - 110561.797752809, - 3, - 0 - ], - [ - 110646.067415731, - 2, - 0 - ], - [ - 111235.95505618, - 3, - 0 - ], - [ - 111320.224719101, - 2, - 0 - ], - [ - 111404.494382023, - 0, - 0 - ], - [ - 111488.764044944, - 2, - 0 - ], - [ - 111573.033707865, - 3, - 0 - ], - [ - 111067.415730337, - 1, - 84.2696629213483 - ], - [ - 110898.876404495, - 0, - 0 - ], - [ - 111741.573033708, - 1, - 0 - ] - ], - "altAnim": false, - "bpm": 0, - "changeBPM": false, - "mustHitSection": true - }, - { - "lengthInSteps": 16, - "typeOfSection": 0, - "sectionNotes": [ - [ - 111910.112359551, - 0, - 0 - ], - [ - 111994.382022472, - 1, - 0 - ], - [ - 112078.651685393, - 0, - 0 - ], - [ - 112162.921348315, - 1, - 0 - ], - [ - 112247.191011236, - 3, - 0 - ], - [ - 112415.730337079, - 2, - 0 - ], - [ - 112584.269662922, - 1, - 0 - ], - [ - 112668.539325843, - 0, - 0 - ], - [ - 112752.808988764, - 1, - 0 - ], - [ - 112837.078651686, - 0, - 0 - ], - [ - 112921.348314607, - 3, - 0 - ], - [ - 113089.88764045, - 2, - 0 - ] - ], - "altAnim": false, - "bpm": 0, - "changeBPM": false, - "mustHitSection": true - }, - { - "lengthInSteps": 16, - "typeOfSection": 0, - "sectionNotes": [ - [ - 113258.426966292, - 1, - 0 - ], - [ - 113426.966292135, - 0, - 0 - ], - [ - 113595.505617978, - 1, - 0 - ], - [ - 114101.123595506, - 3, - 0 - ], - [ - 113764.04494382, - 3, - 0 - ], - [ - 113932.584269663, - 0, - 0 - ], - [ - 114269.662921349, - 1, - 0 - ], - [ - 114438.202247191, - 3, - 0 - ], - [ - 113258.426966292, - 5, - 421.348314606742 - ], - [ - 113764.04494382, - 6, - 0 - ], - [ - 113932.584269663, - 4, - 421.348314606742 - ], - [ - 114438.202247191, - 5, - 0 - ] - ], - "altAnim": false, - "bpm": 0, - "changeBPM": false, - "mustHitSection": false - }, - { - "lengthInSteps": 16, - "typeOfSection": 0, - "sectionNotes": [ - [ - 114606.741573034, - 2, - 0 - ], - [ - 114775.280898877, - 1, - 0 - ], - [ - 114943.820224719, - 3, - 0 - ], - [ - 115112.359550562, - 2, - 0 - ], - [ - 115280.898876405, - 0, - 0 - ], - [ - 115365.168539326, - 1, - 0 - ], - [ - 115449.438202247, - 3, - 0 - ], - [ - 115533.707865169, - 0, - 0 - ], - [ - 115617.97752809, - 2, - 0 - ], - [ - 115786.516853933, - 1, - 0 - ], - [ - 114606.741573034, - 7, - 589.887640449438 - ], - [ - 115280.898876405, - 6, - 589.887640449438 - ] - ], - "altAnim": false, - "bpm": 0, - "changeBPM": false, - "mustHitSection": false - }, - { - "sectionNotes": [ - [ - 115955.056179776, - 6, - 505.61797752809 - ], - [ - 116123.595505618, - 0, - 0 - ], - [ - 115955.056179776, - 0, - 0 - ], - [ - 116039.325842697, - 2, - 0 - ], - [ - 116629.213483146, - 2, - 0 - ], - [ - 116713.483146068, - 0, - 0 - ], - [ - 116797.752808989, - 1, - 0 - ], - [ - 116292.134831461, - 1, - 84.2696629213483 - ], - [ - 116460.674157304, - 3, - 84.2696629213483 - ], - [ - 116882.02247191, - 3, - 0 - ], - [ - 116966.292134832, - 2, - 84.2696629213483 - ], - [ - 117134.831460674, - 0, - 0 - ], - [ - 117219.101123596, - 1, - 0 - ] - ], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [ - [ - 117471.91011236, - 1, - 0 - ], - [ - 117303.370786517, - 2, - 0 - ], - [ - 117387.640449438, - 3, - 0 - ], - [ - 117640.449438203, - 2, - 0 - ], - [ - 117556.179775281, - 0, - 0 - ], - [ - 117724.719101124, - 3, - 0 - ], - [ - 117808.988764045, - 0, - 0 - ], - [ - 117893.258426967, - 1, - 0 - ], - [ - 117977.528089888, - 2, - 0 - ], - [ - 118061.797752809, - 1, - 0 - ], - [ - 118146.067415731, - 3, - 0 - ], - [ - 118230.337078652, - 2, - 0 - ], - [ - 118314.606741573, - 0, - 0 - ], - [ - 118483.146067416, - 2, - 0 - ] - ], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": true, - "bpm": 187 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": true, - "bpm": 190 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": true, - "bpm": 194 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": true, - "bpm": 197 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": true, - "bpm": 200 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": true, - "bpm": 202 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": true, - "bpm": 205 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": true, - "bpm": 207 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "typeOfSection": 0, - "sectionNotes": [], - "altAnim": false, - "bpm": 0, - "changeBPM": false, - "mustHitSection": false - }, - { - "lengthInSteps": 16, - "typeOfSection": 0, - "sectionNotes": [], - "altAnim": false, - "bpm": 0, - "changeBPM": false, - "mustHitSection": false - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": false, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "typeOfSection": 0, - "sectionNotes": [], - "altAnim": false, - "bpm": 0, - "changeBPM": false, - "mustHitSection": true - }, - { - "lengthInSteps": 16, - "typeOfSection": 0, - "sectionNotes": [], - "altAnim": false, - "bpm": 0, - "changeBPM": false, - "mustHitSection": true - }, - { - "lengthInSteps": 16, - "typeOfSection": 0, - "sectionNotes": [], - "altAnim": false, - "bpm": 0, - "changeBPM": false, - "mustHitSection": true - }, - { - "lengthInSteps": 16, - "typeOfSection": 0, - "sectionNotes": [], - "altAnim": false, - "bpm": 0, - "changeBPM": false, - "mustHitSection": true - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 0 - }, - { - "lengthInSteps": 16, - "typeOfSection": 0, - "sectionNotes": [], - "altAnim": false, - "bpm": 0, - "changeBPM": false, - "mustHitSection": true - }, - { - "lengthInSteps": 16, - "typeOfSection": 0, - "sectionNotes": [], - "altAnim": false, - "bpm": 0, - "changeBPM": false, - "mustHitSection": true - }, - { - "lengthInSteps": 16, - "typeOfSection": 0, - "sectionNotes": [], - "altAnim": false, - "bpm": 0, - "changeBPM": false, - "mustHitSection": true - }, - { - "lengthInSteps": 16, - "typeOfSection": 0, - "sectionNotes": [], - "altAnim": false, - "bpm": 0, - "changeBPM": false, - "mustHitSection": true - }, - { - "sectionNotes": [], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 184 - }, - { - "typeOfSection": 0, - "sectionNotes": [], - "sectionBeats": 4, - "altAnim": false, - "gfSection": false, - "bpm": 184, - "changeBPM": false, - "mustHitSection": true - }, - { - "typeOfSection": 0, - "sectionNotes": [], - "sectionBeats": 4, - "altAnim": false, - "gfSection": false, - "bpm": 184, - "changeBPM": false, - "mustHitSection": true - }, - { - "typeOfSection": 0, - "sectionNotes": [], - "sectionBeats": 4, - "altAnim": false, - "gfSection": false, - "bpm": 184, - "changeBPM": false, - "mustHitSection": true - }, - { - "typeOfSection": 0, - "sectionNotes": [], - "sectionBeats": 4, - "altAnim": false, - "gfSection": false, - "bpm": 184, - "changeBPM": false, - "mustHitSection": true - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 184 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 89 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "typeOfSection": 0, - "sectionNotes": [], - "sectionBeats": 4, - "altAnim": false, - "gfSection": false, - "bpm": 178, - "changeBPM": false, - "mustHitSection": true - }, - { - "typeOfSection": 0, - "sectionNotes": [], - "sectionBeats": 4, - "altAnim": false, - "gfSection": false, - "bpm": 178, - "changeBPM": false, - "mustHitSection": true - }, - { - "typeOfSection": 0, - "sectionNotes": [], - "sectionBeats": 4, - "altAnim": false, - "gfSection": false, - "bpm": 178, - "changeBPM": false, - "mustHitSection": true - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 178 - }, - { - "gfSection": false, - "altAnim": false, - "typeOfSection": 0, - "sectionNotes": [], - "bpm": 178, - "sectionBeats": 4, - "changeBPM": false, - "mustHitSection": true - }, - { - "gfSection": false, - "altAnim": false, - "typeOfSection": 0, - "sectionNotes": [], - "bpm": 178, - "sectionBeats": 4, - "changeBPM": false, - "mustHitSection": true - } - ], - "player3": null, - "song": "loading", - "stage": "tank", - "needsVoices": true, - "validScore": true, - "speed": 3.1, - "bpm": 178, - "gf": "gf-tankmen" - } -} diff --git a/linux.sh b/linux.sh new file mode 100644 index 0000000..c612667 --- /dev/null +++ b/linux.sh @@ -0,0 +1 @@ +love ./ \ No newline at end of file diff --git a/sprites/BOYFRIEND.json.txt b/sprites/BOYFRIEND.json.txt new file mode 100644 index 0000000..4f59fe2 --- /dev/null +++ b/sprites/BOYFRIEND.json.txt @@ -0,0 +1,4073 @@ +{ + "TextureAtlas": { + "SubTexture": [ + { + "_name": "BF HEY!!0000", + "_x": "2", + "_y": "2", + "_width": "395", + "_height": "416", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "418" + }, + { + "_name": "BF HEY!!0001", + "_x": "2", + "_y": "2", + "_width": "395", + "_height": "416", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "418" + }, + { + "_name": "BF HEY!!0002", + "_x": "399", + "_y": "2", + "_width": "413", + "_height": "410", + "_frameX": "-1", + "_frameY": "-8", + "_frameWidth": "415", + "_frameHeight": "418" + }, + { + "_name": "BF HEY!!0003", + "_x": "399", + "_y": "2", + "_width": "413", + "_height": "410", + "_frameX": "-1", + "_frameY": "-8", + "_frameWidth": "415", + "_frameHeight": "418" + }, + { + "_name": "BF HEY!!0004", + "_x": "814", + "_y": "2", + "_width": "414", + "_height": "412", + "_frameX": "-1", + "_frameY": "-6", + "_frameWidth": "415", + "_frameHeight": "418" + }, + { + "_name": "BF HEY!!0005", + "_x": "814", + "_y": "2", + "_width": "414", + "_height": "412", + "_frameX": "-1", + "_frameY": "-6", + "_frameWidth": "415", + "_frameHeight": "418" + }, + { + "_name": "BF HEY!!0006", + "_x": "814", + "_y": "2", + "_width": "414", + "_height": "412", + "_frameX": "-1", + "_frameY": "-6", + "_frameWidth": "415", + "_frameHeight": "418" + }, + { + "_name": "BF HEY!!0007", + "_x": "814", + "_y": "2", + "_width": "414", + "_height": "412", + "_frameX": "-1", + "_frameY": "-6", + "_frameWidth": "415", + "_frameHeight": "418" + }, + { + "_name": "BF HEY!!0008", + "_x": "814", + "_y": "2", + "_width": "414", + "_height": "412", + "_frameX": "-1", + "_frameY": "-6", + "_frameWidth": "415", + "_frameHeight": "418" + }, + { + "_name": "BF HEY!!0009", + "_x": "814", + "_y": "2", + "_width": "414", + "_height": "412", + "_frameX": "-1", + "_frameY": "-6", + "_frameWidth": "415", + "_frameHeight": "418" + }, + { + "_name": "BF HEY!!0010", + "_x": "814", + "_y": "2", + "_width": "414", + "_height": "412", + "_frameX": "-1", + "_frameY": "-6", + "_frameWidth": "415", + "_frameHeight": "418" + }, + { + "_name": "BF HEY!!0011", + "_x": "814", + "_y": "2", + "_width": "414", + "_height": "412", + "_frameX": "-1", + "_frameY": "-6", + "_frameWidth": "415", + "_frameHeight": "418" + }, + { + "_name": "BF HEY!!0012", + "_x": "814", + "_y": "2", + "_width": "414", + "_height": "412", + "_frameX": "-1", + "_frameY": "-6", + "_frameWidth": "415", + "_frameHeight": "418" + }, + { + "_name": "BF HEY!!0013", + "_x": "814", + "_y": "2", + "_width": "414", + "_height": "412", + "_frameX": "-1", + "_frameY": "-6", + "_frameWidth": "415", + "_frameHeight": "418" + }, + { + "_name": "BF HEY!!0014", + "_x": "814", + "_y": "2", + "_width": "414", + "_height": "412", + "_frameX": "-1", + "_frameY": "-6", + "_frameWidth": "415", + "_frameHeight": "418" + }, + { + "_name": "BF HEY!!0015", + "_x": "814", + "_y": "2", + "_width": "414", + "_height": "412", + "_frameX": "-1", + "_frameY": "-6", + "_frameWidth": "415", + "_frameHeight": "418" + }, + { + "_name": "BF HEY!!0016", + "_x": "814", + "_y": "2", + "_width": "414", + "_height": "412", + "_frameX": "-1", + "_frameY": "-6", + "_frameWidth": "415", + "_frameHeight": "418" + }, + { + "_name": "BF HEY!!0017", + "_x": "814", + "_y": "2", + "_width": "414", + "_height": "412", + "_frameX": "-1", + "_frameY": "-6", + "_frameWidth": "415", + "_frameHeight": "418" + }, + { + "_name": "BF HEY!!0018", + "_x": "814", + "_y": "2", + "_width": "414", + "_height": "412", + "_frameX": "-1", + "_frameY": "-6", + "_frameWidth": "415", + "_frameHeight": "418" + }, + { + "_name": "BF HEY!!0019", + "_x": "814", + "_y": "2", + "_width": "414", + "_height": "412", + "_frameX": "-1", + "_frameY": "-6", + "_frameWidth": "415", + "_frameHeight": "418" + }, + { + "_name": "BF HEY!!0020", + "_x": "814", + "_y": "2", + "_width": "414", + "_height": "412", + "_frameX": "-1", + "_frameY": "-6", + "_frameWidth": "415", + "_frameHeight": "418" + }, + { + "_name": "BF HEY!!0021", + "_x": "814", + "_y": "2", + "_width": "414", + "_height": "412", + "_frameX": "-1", + "_frameY": "-6", + "_frameWidth": "415", + "_frameHeight": "418" + }, + { + "_name": "BF HEY!!0022", + "_x": "814", + "_y": "2", + "_width": "414", + "_height": "412", + "_frameX": "-1", + "_frameY": "-6", + "_frameWidth": "415", + "_frameHeight": "418" + }, + { + "_name": "BF HEY!!0023", + "_x": "814", + "_y": "2", + "_width": "414", + "_height": "412", + "_frameX": "-1", + "_frameY": "-6", + "_frameWidth": "415", + "_frameHeight": "418" + }, + { + "_name": "BF HEY!!0024", + "_x": "814", + "_y": "2", + "_width": "414", + "_height": "412", + "_frameX": "-1", + "_frameY": "-6", + "_frameWidth": "415", + "_frameHeight": "418" + }, + { + "_name": "BF HEY!!0025", + "_x": "814", + "_y": "2", + "_width": "414", + "_height": "412", + "_frameX": "-1", + "_frameY": "-6", + "_frameWidth": "415", + "_frameHeight": "418" + }, + { + "_name": "BF NOTE DOWN0000", + "_x": "1230", + "_y": "2", + "_width": "374", + "_height": "357", + "_frameX": "-1", + "_frameY": "-5", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0001", + "_x": "1230", + "_y": "2", + "_width": "374", + "_height": "357", + "_frameX": "-1", + "_frameY": "-5", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0002", + "_x": "1606", + "_y": "2", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0003", + "_x": "1606", + "_y": "2", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0004", + "_x": "1606", + "_y": "2", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0005", + "_x": "1606", + "_y": "2", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0006", + "_x": "1606", + "_y": "2", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0007", + "_x": "1606", + "_y": "2", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0008", + "_x": "1606", + "_y": "2", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0009", + "_x": "1606", + "_y": "2", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0010", + "_x": "1606", + "_y": "2", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0011", + "_x": "1606", + "_y": "2", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0012", + "_x": "1606", + "_y": "2", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0013", + "_x": "1606", + "_y": "2", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0014", + "_x": "1606", + "_y": "2", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0015", + "_x": "1606", + "_y": "2", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0016", + "_x": "1606", + "_y": "2", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0017", + "_x": "1606", + "_y": "2", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0018", + "_x": "1606", + "_y": "2", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0019", + "_x": "1606", + "_y": "2", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0020", + "_x": "1606", + "_y": "2", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0021", + "_x": "1606", + "_y": "2", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0022", + "_x": "1606", + "_y": "2", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0023", + "_x": "1606", + "_y": "2", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0024", + "_x": "1606", + "_y": "2", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0025", + "_x": "1606", + "_y": "2", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0026", + "_x": "1606", + "_y": "2", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0027", + "_x": "1606", + "_y": "2", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0028", + "_x": "1606", + "_y": "2", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0029", + "_x": "1606", + "_y": "2", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN MISS0000", + "_x": "1230", + "_y": "2", + "_width": "374", + "_height": "357", + "_frameX": "-1", + "_frameY": "-35", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN MISS0001", + "_x": "1981", + "_y": "2", + "_width": "376", + "_height": "392", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0002", + "_x": "1981", + "_y": "2", + "_width": "376", + "_height": "392", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0003", + "_x": "2359", + "_y": "2", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0004", + "_x": "2359", + "_y": "2", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0005", + "_x": "2359", + "_y": "2", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0006", + "_x": "2359", + "_y": "2", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0007", + "_x": "2359", + "_y": "2", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0008", + "_x": "2359", + "_y": "2", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0009", + "_x": "2359", + "_y": "2", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0010", + "_x": "2359", + "_y": "2", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0011", + "_x": "2359", + "_y": "2", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0012", + "_x": "2359", + "_y": "2", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0013", + "_x": "2359", + "_y": "2", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0014", + "_x": "2359", + "_y": "2", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0015", + "_x": "2359", + "_y": "2", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0016", + "_x": "2359", + "_y": "2", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0017", + "_x": "2359", + "_y": "2", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0018", + "_x": "2359", + "_y": "2", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0019", + "_x": "2359", + "_y": "2", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0020", + "_x": "2359", + "_y": "2", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0021", + "_x": "2359", + "_y": "2", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0022", + "_x": "2359", + "_y": "2", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0023", + "_x": "2359", + "_y": "2", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0024", + "_x": "2359", + "_y": "2", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0025", + "_x": "2359", + "_y": "2", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0026", + "_x": "2359", + "_y": "2", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0027", + "_x": "2359", + "_y": "2", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0028", + "_x": "2359", + "_y": "2", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE LEFT0000", + "_x": "2739", + "_y": "2", + "_width": "383", + "_height": "406", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "385", + "_frameHeight": "406" + }, + { + "_name": "BF NOTE LEFT0001", + "_x": "2739", + "_y": "2", + "_width": "383", + "_height": "406", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "385", + "_frameHeight": "406" + }, + { + "_name": "BF NOTE LEFT0002", + "_x": "3124", + "_y": "2", + "_width": "374", + "_height": "404", + "_frameX": "-11", + "_frameY": "-2", + "_frameWidth": "385", + "_frameHeight": "406" + }, + { + "_name": "BF NOTE LEFT0003", + "_x": "3124", + "_y": "2", + "_width": "374", + "_height": "404", + "_frameX": "-11", + "_frameY": "-2", + "_frameWidth": "385", + "_frameHeight": "406" + }, + { + "_name": "BF NOTE LEFT0004", + "_x": "3124", + "_y": "2", + "_width": "374", + "_height": "404", + "_frameX": "-11", + "_frameY": "-2", + "_frameWidth": "385", + "_frameHeight": "406" + }, + { + "_name": "BF NOTE LEFT0005", + "_x": "3124", + "_y": "2", + "_width": "374", + "_height": "404", + "_frameX": "-11", + "_frameY": "-2", + "_frameWidth": "385", + "_frameHeight": "406" + }, + { + "_name": "BF NOTE LEFT0006", + "_x": "3124", + "_y": "2", + "_width": "374", + "_height": "404", + "_frameX": "-11", + "_frameY": "-2", + "_frameWidth": "385", + "_frameHeight": "406" + }, + { + "_name": "BF NOTE LEFT0007", + "_x": "3124", + "_y": "2", + "_width": "374", + "_height": "404", + "_frameX": "-11", + "_frameY": "-2", + "_frameWidth": "385", + "_frameHeight": "406" + }, + { + "_name": "BF NOTE LEFT0008", + "_x": "3124", + "_y": "2", + "_width": "374", + "_height": "404", + "_frameX": "-11", + "_frameY": "-2", + "_frameWidth": "385", + "_frameHeight": "406" + }, + { + "_name": "BF NOTE LEFT0009", + "_x": "3124", + "_y": "2", + "_width": "374", + "_height": "404", + "_frameX": "-11", + "_frameY": "-2", + "_frameWidth": "385", + "_frameHeight": "406" + }, + { + "_name": "BF NOTE LEFT0010", + "_x": "3124", + "_y": "2", + "_width": "374", + "_height": "404", + "_frameX": "-11", + "_frameY": "-2", + "_frameWidth": "385", + "_frameHeight": "406" + }, + { + "_name": "BF NOTE LEFT0011", + "_x": "3124", + "_y": "2", + "_width": "374", + "_height": "404", + "_frameX": "-11", + "_frameY": "-2", + "_frameWidth": "385", + "_frameHeight": "406" + }, + { + "_name": "BF NOTE LEFT0012", + "_x": "3124", + "_y": "2", + "_width": "374", + "_height": "404", + "_frameX": "-11", + "_frameY": "-2", + "_frameWidth": "385", + "_frameHeight": "406" + }, + { + "_name": "BF NOTE LEFT0013", + "_x": "3124", + "_y": "2", + "_width": "374", + "_height": "404", + "_frameX": "-11", + "_frameY": "-2", + "_frameWidth": "385", + "_frameHeight": "406" + }, + { + "_name": "BF NOTE LEFT0014", + "_x": "3124", + "_y": "2", + "_width": "374", + "_height": "404", + "_frameX": "-11", + "_frameY": "-2", + "_frameWidth": "385", + "_frameHeight": "406" + }, + { + "_name": "BF NOTE LEFT MISS0000", + "_x": "3500", + "_y": "2", + "_width": "383", + "_height": "406", + "_frameX": "0", + "_frameY": "-26", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0001", + "_x": "2", + "_y": "420", + "_width": "369", + "_height": "430", + "_frameX": "-15", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0002", + "_x": "2", + "_y": "420", + "_width": "369", + "_height": "430", + "_frameX": "-15", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0003", + "_x": "373", + "_y": "420", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0004", + "_x": "373", + "_y": "420", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0005", + "_x": "373", + "_y": "420", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0006", + "_x": "373", + "_y": "420", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0007", + "_x": "373", + "_y": "420", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0008", + "_x": "373", + "_y": "420", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0009", + "_x": "373", + "_y": "420", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0010", + "_x": "373", + "_y": "420", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0011", + "_x": "373", + "_y": "420", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0012", + "_x": "373", + "_y": "420", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0013", + "_x": "373", + "_y": "420", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0014", + "_x": "373", + "_y": "420", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0015", + "_x": "373", + "_y": "420", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0016", + "_x": "373", + "_y": "420", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0017", + "_x": "373", + "_y": "420", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0018", + "_x": "373", + "_y": "420", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0019", + "_x": "373", + "_y": "420", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0020", + "_x": "373", + "_y": "420", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0021", + "_x": "373", + "_y": "420", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0022", + "_x": "373", + "_y": "420", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0023", + "_x": "373", + "_y": "420", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0024", + "_x": "373", + "_y": "420", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0025", + "_x": "373", + "_y": "420", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0026", + "_x": "373", + "_y": "420", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0027", + "_x": "373", + "_y": "420", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0028", + "_x": "373", + "_y": "420", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0029", + "_x": "373", + "_y": "420", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0030", + "_x": "373", + "_y": "420", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0031", + "_x": "373", + "_y": "420", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0032", + "_x": "373", + "_y": "420", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0033", + "_x": "373", + "_y": "420", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE RIGHT0000", + "_x": "745", + "_y": "420", + "_width": "408", + "_height": "405", + "_frameX": "-1", + "_frameY": "-2", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0001", + "_x": "745", + "_y": "420", + "_width": "408", + "_height": "405", + "_frameX": "-1", + "_frameY": "-2", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0002", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0003", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0004", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0005", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0006", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0007", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0008", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0009", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0010", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0011", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0012", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0013", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0014", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0015", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0016", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0017", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0018", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0019", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0020", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0021", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0022", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0023", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0024", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0025", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0026", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0027", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0028", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0029", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0030", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0031", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0032", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0033", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0034", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0035", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0036", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0037", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0038", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0039", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0040", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0041", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0042", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0043", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0044", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0045", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0046", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0047", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0048", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0049", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0050", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0051", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0052", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0053", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0054", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0055", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0056", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0057", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0058", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0059", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0060", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0061", + "_x": "1155", + "_y": "420", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT MISS0000", + "_x": "745", + "_y": "420", + "_width": "408", + "_height": "405", + "_frameX": "-7", + "_frameY": "-30", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT MISS0001", + "_x": "1565", + "_y": "420", + "_width": "395", + "_height": "432", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0002", + "_x": "1565", + "_y": "420", + "_width": "395", + "_height": "432", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0003", + "_x": "1962", + "_y": "420", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0004", + "_x": "1962", + "_y": "420", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0005", + "_x": "1962", + "_y": "420", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0006", + "_x": "1962", + "_y": "420", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0007", + "_x": "1962", + "_y": "420", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0008", + "_x": "1962", + "_y": "420", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0009", + "_x": "1962", + "_y": "420", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0010", + "_x": "1962", + "_y": "420", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0011", + "_x": "1962", + "_y": "420", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0012", + "_x": "1962", + "_y": "420", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0013", + "_x": "1962", + "_y": "420", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0014", + "_x": "1962", + "_y": "420", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0015", + "_x": "1962", + "_y": "420", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0016", + "_x": "1962", + "_y": "420", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0017", + "_x": "1962", + "_y": "420", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0018", + "_x": "1962", + "_y": "420", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0019", + "_x": "1962", + "_y": "420", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0020", + "_x": "1962", + "_y": "420", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0021", + "_x": "1962", + "_y": "420", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0022", + "_x": "1962", + "_y": "420", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0023", + "_x": "1962", + "_y": "420", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0024", + "_x": "1962", + "_y": "420", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0025", + "_x": "1962", + "_y": "420", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0026", + "_x": "1962", + "_y": "420", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0027", + "_x": "1962", + "_y": "420", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0028", + "_x": "1962", + "_y": "420", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0029", + "_x": "1962", + "_y": "420", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0030", + "_x": "1962", + "_y": "420", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0031", + "_x": "1962", + "_y": "420", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0032", + "_x": "1962", + "_y": "420", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0033", + "_x": "1962", + "_y": "420", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0034", + "_x": "1962", + "_y": "420", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0035", + "_x": "1962", + "_y": "420", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0036", + "_x": "1962", + "_y": "420", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0037", + "_x": "1962", + "_y": "420", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0038", + "_x": "1962", + "_y": "420", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0039", + "_x": "1962", + "_y": "420", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0040", + "_x": "1962", + "_y": "420", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0041", + "_x": "1962", + "_y": "420", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0042", + "_x": "1962", + "_y": "420", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0043", + "_x": "1962", + "_y": "420", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0044", + "_x": "1962", + "_y": "420", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0045", + "_x": "1962", + "_y": "420", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE UP0000", + "_x": "2364", + "_y": "420", + "_width": "369", + "_height": "446", + "_frameX": "-5", + "_frameY": "0", + "_frameWidth": "376", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0001", + "_x": "2364", + "_y": "420", + "_width": "369", + "_height": "446", + "_frameX": "-5", + "_frameY": "0", + "_frameWidth": "376", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0002", + "_x": "2735", + "_y": "420", + "_width": "376", + "_height": "441", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "376", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0003", + "_x": "2735", + "_y": "420", + "_width": "376", + "_height": "441", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "376", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0004", + "_x": "2735", + "_y": "420", + "_width": "376", + "_height": "441", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "376", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0005", + "_x": "2735", + "_y": "420", + "_width": "376", + "_height": "441", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "376", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0006", + "_x": "2735", + "_y": "420", + "_width": "376", + "_height": "441", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "376", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0007", + "_x": "2735", + "_y": "420", + "_width": "376", + "_height": "441", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "376", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0008", + "_x": "2735", + "_y": "420", + "_width": "376", + "_height": "441", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "376", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0009", + "_x": "2735", + "_y": "420", + "_width": "376", + "_height": "441", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "376", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0010", + "_x": "2735", + "_y": "420", + "_width": "376", + "_height": "441", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "376", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0011", + "_x": "2735", + "_y": "420", + "_width": "376", + "_height": "441", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "376", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0012", + "_x": "2735", + "_y": "420", + "_width": "376", + "_height": "441", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "376", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0013", + "_x": "2735", + "_y": "420", + "_width": "376", + "_height": "441", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "376", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0014", + "_x": "2735", + "_y": "420", + "_width": "376", + "_height": "441", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "376", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0000", + "_x": "2364", + "_y": "420", + "_width": "369", + "_height": "446", + "_frameX": "-9", + "_frameY": "0", + "_frameWidth": "376", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0001", + "_x": "3113", + "_y": "420", + "_width": "360", + "_height": "427", + "_frameX": "0", + "_frameY": "-13", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0002", + "_x": "3113", + "_y": "420", + "_width": "360", + "_height": "427", + "_frameX": "0", + "_frameY": "-13", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0003", + "_x": "3475", + "_y": "420", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0004", + "_x": "3475", + "_y": "420", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0005", + "_x": "3475", + "_y": "420", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0006", + "_x": "3475", + "_y": "420", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0007", + "_x": "3475", + "_y": "420", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0008", + "_x": "3475", + "_y": "420", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0009", + "_x": "3475", + "_y": "420", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0010", + "_x": "3475", + "_y": "420", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0011", + "_x": "3475", + "_y": "420", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0012", + "_x": "3475", + "_y": "420", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0013", + "_x": "3475", + "_y": "420", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0014", + "_x": "3475", + "_y": "420", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0015", + "_x": "3475", + "_y": "420", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0016", + "_x": "3475", + "_y": "420", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0017", + "_x": "3475", + "_y": "420", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0018", + "_x": "3475", + "_y": "420", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0019", + "_x": "3475", + "_y": "420", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0020", + "_x": "3475", + "_y": "420", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0021", + "_x": "3475", + "_y": "420", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0022", + "_x": "3475", + "_y": "420", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0023", + "_x": "3475", + "_y": "420", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF hit0000", + "_x": "2", + "_y": "868", + "_width": "429", + "_height": "425", + "_frameX": "0", + "_frameY": "-16", + "_frameWidth": "451", + "_frameHeight": "441" + }, + { + "_name": "BF hit0001", + "_x": "433", + "_y": "868", + "_width": "418", + "_height": "441", + "_frameX": "-4", + "_frameY": "0", + "_frameWidth": "451", + "_frameHeight": "441" + }, + { + "_name": "BF hit0002", + "_x": "853", + "_y": "868", + "_width": "392", + "_height": "393", + "_frameX": "-59", + "_frameY": "-38", + "_frameWidth": "451", + "_frameHeight": "441" + }, + { + "_name": "BF hit0003", + "_x": "1247", + "_y": "868", + "_width": "392", + "_height": "393", + "_frameX": "-59", + "_frameY": "-38", + "_frameWidth": "451", + "_frameHeight": "441" + }, + { + "_name": "BF hit0004", + "_x": "1641", + "_y": "868", + "_width": "378", + "_height": "392", + "_frameX": "-58", + "_frameY": "-39", + "_frameWidth": "451", + "_frameHeight": "441" + }, + { + "_name": "BF hit0005", + "_x": "2021", + "_y": "868", + "_width": "378", + "_height": "392", + "_frameX": "-58", + "_frameY": "-39", + "_frameWidth": "451", + "_frameHeight": "441" + }, + { + "_name": "BF hit0006", + "_x": "2401", + "_y": "868", + "_width": "392", + "_height": "392", + "_frameX": "-47", + "_frameY": "-39", + "_frameWidth": "451", + "_frameHeight": "441" + }, + { + "_name": "BF hit0007", + "_x": "2795", + "_y": "868", + "_width": "392", + "_height": "392", + "_frameX": "-47", + "_frameY": "-39", + "_frameWidth": "451", + "_frameHeight": "441" + }, + { + "_name": "BF hit0008", + "_x": "2401", + "_y": "868", + "_width": "392", + "_height": "392", + "_frameX": "-47", + "_frameY": "-39", + "_frameWidth": "451", + "_frameHeight": "441" + }, + { + "_name": "BF hit0009", + "_x": "2795", + "_y": "868", + "_width": "392", + "_height": "392", + "_frameX": "-47", + "_frameY": "-39", + "_frameWidth": "451", + "_frameHeight": "441" + }, + { + "_name": "BF hit0010", + "_x": "2401", + "_y": "868", + "_width": "392", + "_height": "392", + "_frameX": "-47", + "_frameY": "-39", + "_frameWidth": "451", + "_frameHeight": "441" + }, + { + "_name": "BF hit0011", + "_x": "2795", + "_y": "868", + "_width": "392", + "_height": "392", + "_frameX": "-47", + "_frameY": "-39", + "_frameWidth": "451", + "_frameHeight": "441" + }, + { + "_name": "BF hit0012", + "_x": "2401", + "_y": "868", + "_width": "392", + "_height": "392", + "_frameX": "-47", + "_frameY": "-39", + "_frameWidth": "451", + "_frameHeight": "441" + }, + { + "_name": "BF hit0013", + "_x": "2795", + "_y": "868", + "_width": "392", + "_height": "392", + "_frameX": "-47", + "_frameY": "-39", + "_frameWidth": "451", + "_frameHeight": "441" + }, + { + "_name": "BF hit0014", + "_x": "2401", + "_y": "868", + "_width": "392", + "_height": "392", + "_frameX": "-47", + "_frameY": "-39", + "_frameWidth": "451", + "_frameHeight": "441" + }, + { + "_name": "BF hit0015", + "_x": "2795", + "_y": "868", + "_width": "392", + "_height": "392", + "_frameX": "-47", + "_frameY": "-39", + "_frameWidth": "451", + "_frameHeight": "441" + }, + { + "_name": "BF hit0016", + "_x": "2401", + "_y": "868", + "_width": "392", + "_height": "392", + "_frameX": "-47", + "_frameY": "-39", + "_frameWidth": "451", + "_frameHeight": "441" + }, + { + "_name": "BF hit0017", + "_x": "2795", + "_y": "868", + "_width": "392", + "_height": "392", + "_frameX": "-47", + "_frameY": "-39", + "_frameWidth": "451", + "_frameHeight": "441" + }, + { + "_name": "BF hit0018", + "_x": "2401", + "_y": "868", + "_width": "392", + "_height": "392", + "_frameX": "-47", + "_frameY": "-39", + "_frameWidth": "451", + "_frameHeight": "441" + }, + { + "_name": "BF idle dance0000", + "_x": "3189", + "_y": "868", + "_width": "406", + "_height": "392", + "_frameX": "-1", + "_frameY": "-20", + "_frameWidth": "411", + "_frameHeight": "412" + }, + { + "_name": "BF idle dance0001", + "_x": "3189", + "_y": "868", + "_width": "406", + "_height": "392", + "_frameX": "-1", + "_frameY": "-20", + "_frameWidth": "411", + "_frameHeight": "412" + }, + { + "_name": "BF idle dance0002", + "_x": "3597", + "_y": "868", + "_width": "408", + "_height": "393", + "_frameX": "0", + "_frameY": "-19", + "_frameWidth": "411", + "_frameHeight": "412" + }, + { + "_name": "BF idle dance0003", + "_x": "3597", + "_y": "868", + "_width": "408", + "_height": "393", + "_frameX": "0", + "_frameY": "-19", + "_frameWidth": "411", + "_frameHeight": "412" + }, + { + "_name": "BF idle dance0004", + "_x": "2", + "_y": "1311", + "_width": "405", + "_height": "398", + "_frameX": "-3", + "_frameY": "-14", + "_frameWidth": "411", + "_frameHeight": "412" + }, + { + "_name": "BF idle dance0005", + "_x": "2", + "_y": "1311", + "_width": "405", + "_height": "398", + "_frameX": "-3", + "_frameY": "-14", + "_frameWidth": "411", + "_frameHeight": "412" + }, + { + "_name": "BF idle dance0006", + "_x": "409", + "_y": "1311", + "_width": "410", + "_height": "411", + "_frameX": "-1", + "_frameY": "-1", + "_frameWidth": "411", + "_frameHeight": "412" + }, + { + "_name": "BF idle dance0007", + "_x": "409", + "_y": "1311", + "_width": "410", + "_height": "411", + "_frameX": "-1", + "_frameY": "-1", + "_frameWidth": "411", + "_frameHeight": "412" + }, + { + "_name": "BF idle dance0008", + "_x": "821", + "_y": "1311", + "_width": "408", + "_height": "412", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "411", + "_frameHeight": "412" + }, + { + "_name": "BF idle dance0009", + "_x": "821", + "_y": "1311", + "_width": "408", + "_height": "412", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "411", + "_frameHeight": "412" + }, + { + "_name": "BF idle dance0010", + "_x": "821", + "_y": "1311", + "_width": "408", + "_height": "412", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "411", + "_frameHeight": "412" + }, + { + "_name": "BF idle dance0011", + "_x": "821", + "_y": "1311", + "_width": "408", + "_height": "412", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "411", + "_frameHeight": "412" + }, + { + "_name": "BF idle dance0012", + "_x": "821", + "_y": "1311", + "_width": "408", + "_height": "412", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "411", + "_frameHeight": "412" + }, + { + "_name": "BF idle dance0013", + "_x": "821", + "_y": "1311", + "_width": "408", + "_height": "412", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "411", + "_frameHeight": "412" + }, + { + "_name": "BF idle shaking0000", + "_x": "1231", + "_y": "1311", + "_width": "408", + "_height": "412", + "_frameX": "-1", + "_frameY": "-1", + "_frameWidth": "410", + "_frameHeight": "413" + }, + { + "_name": "BF idle shaking0001", + "_x": "1641", + "_y": "1311", + "_width": "408", + "_height": "412", + "_frameX": "-2", + "_frameY": "-1", + "_frameWidth": "410", + "_frameHeight": "413" + }, + { + "_name": "BF idle shaking0002", + "_x": "2051", + "_y": "1311", + "_width": "408", + "_height": "413", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "410", + "_frameHeight": "413" + }, + { + "_name": "BF idle shaking0003", + "_x": "2461", + "_y": "1311", + "_width": "410", + "_height": "413" + }, + { + "_name": "bf pre attack0000", + "_x": "2873", + "_y": "1311", + "_width": "386", + "_height": "373", + "_frameX": "0", + "_frameY": "-1", + "_frameWidth": "386", + "_frameHeight": "374" + }, + { + "_name": "bf pre attack0001", + "_x": "2873", + "_y": "1311", + "_width": "386", + "_height": "373", + "_frameX": "0", + "_frameY": "-1", + "_frameWidth": "386", + "_frameHeight": "374" + }, + { + "_name": "bf pre attack0002", + "_x": "3261", + "_y": "1311", + "_width": "382", + "_height": "374", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "386", + "_frameHeight": "374" + }, + { + "_name": "bf pre attack0003", + "_x": "3261", + "_y": "1311", + "_width": "382", + "_height": "374", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "386", + "_frameHeight": "374" + }, + { + "_name": "bf pre attack0004", + "_x": "3645", + "_y": "1311", + "_width": "382", + "_height": "374", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "386", + "_frameHeight": "374" + }, + { + "_name": "bf pre attack0005", + "_x": "3645", + "_y": "1311", + "_width": "382", + "_height": "374", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "386", + "_frameHeight": "374" + }, + { + "_name": "bf pre attack0006", + "_x": "3645", + "_y": "1311", + "_width": "382", + "_height": "374", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "386", + "_frameHeight": "374" + }, + { + "_name": "bf pre attack0007", + "_x": "3645", + "_y": "1311", + "_width": "382", + "_height": "374", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "386", + "_frameHeight": "374" + }, + { + "_name": "bf pre attack0008", + "_x": "3645", + "_y": "1311", + "_width": "382", + "_height": "374", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "386", + "_frameHeight": "374" + }, + { + "_name": "bf pre attack0009", + "_x": "3645", + "_y": "1311", + "_width": "382", + "_height": "374", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "386", + "_frameHeight": "374" + }, + { + "_name": "bf pre attack0010", + "_x": "3645", + "_y": "1311", + "_width": "382", + "_height": "374", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "386", + "_frameHeight": "374" + }, + { + "_name": "bf pre attack0011", + "_x": "3645", + "_y": "1311", + "_width": "382", + "_height": "374", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "386", + "_frameHeight": "374" + }, + { + "_name": "bf pre attack0012", + "_x": "3645", + "_y": "1311", + "_width": "382", + "_height": "374", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "386", + "_frameHeight": "374" + }, + { + "_name": "bf pre attack0013", + "_x": "3645", + "_y": "1311", + "_width": "382", + "_height": "374", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "386", + "_frameHeight": "374" + }, + { + "_name": "bf pre attack0014", + "_x": "3645", + "_y": "1311", + "_width": "382", + "_height": "374", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "386", + "_frameHeight": "374" + }, + { + "_name": "bf pre attack0015", + "_x": "3645", + "_y": "1311", + "_width": "382", + "_height": "374", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "386", + "_frameHeight": "374" + }, + { + "_name": "bf pre attack0016", + "_x": "3645", + "_y": "1311", + "_width": "382", + "_height": "374", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "386", + "_frameHeight": "374" + }, + { + "_name": "bf pre attack0017", + "_x": "3645", + "_y": "1311", + "_width": "382", + "_height": "374", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "386", + "_frameHeight": "374" + }, + { + "_name": "bf pre attack0018", + "_x": "3645", + "_y": "1311", + "_width": "382", + "_height": "374", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "386", + "_frameHeight": "374" + }, + { + "_name": "bf pre attack0019", + "_x": "3645", + "_y": "1311", + "_width": "382", + "_height": "374", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "386", + "_frameHeight": "374" + }, + { + "_name": "bf pre attack0020", + "_x": "3645", + "_y": "1311", + "_width": "382", + "_height": "374", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "386", + "_frameHeight": "374" + }, + { + "_name": "bf pre attack0021", + "_x": "3645", + "_y": "1311", + "_width": "382", + "_height": "374", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "386", + "_frameHeight": "374" + }, + { + "_name": "bf pre attack0022", + "_x": "3645", + "_y": "1311", + "_width": "382", + "_height": "374", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "386", + "_frameHeight": "374" + }, + { + "_name": "bf pre attack0023", + "_x": "3645", + "_y": "1311", + "_width": "382", + "_height": "374", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "386", + "_frameHeight": "374" + }, + { + "_name": "bf pre attack0024", + "_x": "3645", + "_y": "1311", + "_width": "382", + "_height": "374", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "386", + "_frameHeight": "374" + }, + { + "_name": "bf pre attack0025", + "_x": "3645", + "_y": "1311", + "_width": "382", + "_height": "374", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "386", + "_frameHeight": "374" + }, + { + "_name": "bf pre attack0026", + "_x": "3645", + "_y": "1311", + "_width": "382", + "_height": "374", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "386", + "_frameHeight": "374" + }, + { + "_name": "bf pre attack0027", + "_x": "3645", + "_y": "1311", + "_width": "382", + "_height": "374", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "386", + "_frameHeight": "374" + }, + { + "_name": "bf pre attack0028", + "_x": "3645", + "_y": "1311", + "_width": "382", + "_height": "374", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "386", + "_frameHeight": "374" + }, + { + "_name": "bf pre attack0029", + "_x": "3645", + "_y": "1311", + "_width": "382", + "_height": "374", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "386", + "_frameHeight": "374" + }, + { + "_name": "boyfriend attack0000", + "_x": "2", + "_y": "1726", + "_width": "697", + "_height": "597", + "_frameX": "0", + "_frameY": "-87", + "_frameWidth": "708", + "_frameHeight": "685" + }, + { + "_name": "boyfriend attack0001", + "_x": "2", + "_y": "1726", + "_width": "697", + "_height": "597", + "_frameX": "0", + "_frameY": "-87", + "_frameWidth": "708", + "_frameHeight": "685" + }, + { + "_name": "boyfriend attack0002", + "_x": "701", + "_y": "1726", + "_width": "603", + "_height": "660", + "_frameX": "-102", + "_frameY": "-24", + "_frameWidth": "708", + "_frameHeight": "685" + }, + { + "_name": "boyfriend attack0003", + "_x": "701", + "_y": "1726", + "_width": "603", + "_height": "660", + "_frameX": "-102", + "_frameY": "-24", + "_frameWidth": "708", + "_frameHeight": "685" + }, + { + "_name": "boyfriend attack0004", + "_x": "1306", + "_y": "1726", + "_width": "444", + "_height": "684", + "_frameX": "-263", + "_frameY": "0", + "_frameWidth": "708", + "_frameHeight": "685" + }, + { + "_name": "boyfriend attack0005", + "_x": "1306", + "_y": "1726", + "_width": "444", + "_height": "684", + "_frameX": "-263", + "_frameY": "0", + "_frameWidth": "708", + "_frameHeight": "685" + }, + { + "_name": "boyfriend attack0006", + "_x": "1752", + "_y": "1726", + "_width": "501", + "_height": "630", + "_frameX": "-207", + "_frameY": "-55", + "_frameWidth": "708", + "_frameHeight": "685" + }, + { + "_name": "boyfriend dodge0000", + "_x": "2255", + "_y": "1726", + "_width": "375", + "_height": "404", + "_frameX": "-3", + "_frameY": "0", + "_frameWidth": "380", + "_frameHeight": "404" + }, + { + "_name": "boyfriend dodge0001", + "_x": "2632", + "_y": "1726", + "_width": "375", + "_height": "404", + "_frameX": "-3", + "_frameY": "0", + "_frameWidth": "380", + "_frameHeight": "404" + }, + { + "_name": "boyfriend dodge0002", + "_x": "3009", + "_y": "1726", + "_width": "380", + "_height": "403", + "_frameX": "0", + "_frameY": "-1", + "_frameWidth": "380", + "_frameHeight": "404" + }, + { + "_name": "boyfriend dodge0003", + "_x": "3391", + "_y": "1726", + "_width": "380", + "_height": "403", + "_frameX": "0", + "_frameY": "-1", + "_frameWidth": "380", + "_frameHeight": "404" + }, + { + "_name": "boyfriend dodge0004", + "_x": "2", + "_y": "2412", + "_width": "380", + "_height": "403", + "_frameX": "0", + "_frameY": "-1", + "_frameWidth": "380", + "_frameHeight": "404" + }, + { + "_name": "boyfriend dodge0005", + "_x": "3009", + "_y": "1726", + "_width": "380", + "_height": "403", + "_frameX": "0", + "_frameY": "-1", + "_frameWidth": "380", + "_frameHeight": "404" + }, + { + "_name": "boyfriend dodge0006", + "_x": "3391", + "_y": "1726", + "_width": "380", + "_height": "403", + "_frameX": "0", + "_frameY": "-1", + "_frameWidth": "380", + "_frameHeight": "404" + }, + { + "_name": "boyfriend dodge0007", + "_x": "2", + "_y": "2412", + "_width": "380", + "_height": "403", + "_frameX": "0", + "_frameY": "-1", + "_frameWidth": "380", + "_frameHeight": "404" + }, + { + "_name": "boyfriend dodge0008", + "_x": "3009", + "_y": "1726", + "_width": "380", + "_height": "403", + "_frameX": "0", + "_frameY": "-1", + "_frameWidth": "380", + "_frameHeight": "404" + }, + { + "_name": "boyfriend dodge0009", + "_x": "3391", + "_y": "1726", + "_width": "380", + "_height": "403", + "_frameX": "0", + "_frameY": "-1", + "_frameWidth": "380", + "_frameHeight": "404" + }, + { + "_name": "boyfriend dodge0010", + "_x": "2", + "_y": "2412", + "_width": "380", + "_height": "403", + "_frameX": "0", + "_frameY": "-1", + "_frameWidth": "380", + "_frameHeight": "404" + }, + { + "_name": "boyfriend dodge0011", + "_x": "3009", + "_y": "1726", + "_width": "380", + "_height": "403", + "_frameX": "0", + "_frameY": "-1", + "_frameWidth": "380", + "_frameHeight": "404" + }, + { + "_name": "boyfriend dodge0012", + "_x": "3391", + "_y": "1726", + "_width": "380", + "_height": "403", + "_frameX": "0", + "_frameY": "-1", + "_frameWidth": "380", + "_frameHeight": "404" + }, + { + "_name": "boyfriend dodge0013", + "_x": "2", + "_y": "2412", + "_width": "380", + "_height": "403", + "_frameX": "0", + "_frameY": "-1", + "_frameWidth": "380", + "_frameHeight": "404" + }, + { + "_name": "boyfriend dodge0014", + "_x": "3009", + "_y": "1726", + "_width": "380", + "_height": "403", + "_frameX": "0", + "_frameY": "-1", + "_frameWidth": "380", + "_frameHeight": "404" + } + ], + "_imagePath": "BOYFRIEND.png" + } +} \ No newline at end of file diff --git a/sprites/GF_assets.png b/sprites/GF_assets.png deleted file mode 100644 index 2d1481a..0000000 Binary files a/sprites/GF_assets.png and /dev/null differ diff --git a/sprites/GF_assets.xml b/sprites/GF_assets.xml deleted file mode 100644 index 2cb4b17..0000000 --- a/sprites/GF_assets.xml +++ /dev/null @@ -1,254 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/sprites/momCar.json b/sprites/momCar.json new file mode 100644 index 0000000..659e881 --- /dev/null +++ b/sprites/momCar.json @@ -0,0 +1,699 @@ +{ + "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/sprites/momCar.json.txt b/sprites/momCar.json.txt new file mode 100644 index 0000000..659e881 --- /dev/null +++ b/sprites/momCar.json.txt @@ -0,0 +1,699 @@ +{ + "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/sprites/momCar.png b/sprites/momCar.png new file mode 100644 index 0000000..68650a8 Binary files /dev/null and b/sprites/momCar.png differ diff --git a/windows.bat b/windows.bat new file mode 100644 index 0000000..ebc3117 --- /dev/null +++ b/windows.bat @@ -0,0 +1 @@ +"C:\Program Files\LOVE\love.exe" ./ \ No newline at end of file