diff --git a/characters/bf-dark.json b/characters/bf-dark.json new file mode 100644 index 0000000..c80e61c --- /dev/null +++ b/characters/bf-dark.json @@ -0,0 +1,146 @@ +{ + "animations": [ + { + "loop": false, + "offsets": [ + -5, + 0 + ], + "anim": "idle", + "fps": 24, + "name": "BF idle dance", + "indices": [] + }, + { + "loop": false, + "offsets": [ + 5, + -6 + ], + "anim": "singLEFT", + "fps": 24, + "name": "BF NOTE LEFT", + "indices": [] + }, + { + "loop": false, + "offsets": [ + -20, + -51 + ], + "anim": "singDOWN", + "fps": 24, + "name": "BF NOTE DOWN", + "indices": [] + }, + { + "loop": false, + "offsets": [ + -46, + 27 + ], + "anim": "singUP", + "fps": 24, + "name": "BF NOTE UP", + "indices": [] + }, + { + "loop": false, + "offsets": [ + -48, + -7 + ], + "anim": "singRIGHT", + "fps": 24, + "name": "BF NOTE RIGHT", + "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": [ + -3, + 5 + ], + "anim": "hey", + "fps": 24, + "name": "BF HEY", + "indices": [] + }, + { + "loop": true, + "offsets": [ + -4, + 0 + ], + "anim": "scared", + "fps": 24, + "name": "BF idle shaking", + "indices": [] + } + ], + "vocals_file": "", + "no_antialiasing": false, + "image": "sprites/characters/bf_dark", + "position": [ + 0, + 350 + ], + "healthicon": "bf", + "flip_x": false, + "healthbar_colors": [ + 49, + 176, + 209 + ], + "camera_position": [ + -300, + 100 + ], + "sing_duration": 4, + "scale": 1, + "_editor_isPlayer": true +} \ No newline at end of file diff --git a/characters/gf-dark.json b/characters/gf-dark.json new file mode 100644 index 0000000..48d0fa0 --- /dev/null +++ b/characters/gf-dark.json @@ -0,0 +1,102 @@ +{ + "animations": [ + { + "offsets": [ + 3, + 0 + ], + "loop": false, + "anim": "cheer", + "fps": 24, + "name": "GF Cheer", + "indices": [] + }, + { + "offsets": [ + 0, + -9 + ], + "loop": false, + "anim": "danceLeft", + "fps": 24, + "name": "GF Dancing Beat", + "indices": [ + 30, + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14 + ] + }, + { + "offsets": [ + 0, + -9 + ], + "loop": false, + "anim": "danceRight", + "fps": 24, + "name": "GF Dancing Beat", + "indices": [ + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29 + ] + }, + { + "offsets": [ + -2, + -17 + ], + "loop": true, + "anim": "scared", + "fps": 24, + "name": "GF FEAR", + "indices": [] + } + ], + "vocals_file": "", + "no_antialiasing": false, + "image": "sprites/characters/GF_dark", + "position": [ + 0, + 0 + ], + "healthicon": "gf", + "flip_x": false, + "healthbar_colors": [ + 165, + 0, + 77 + ], + "camera_position": [ + 0, + 0 + ], + "sing_duration": 4, + "scale": 1, + "_editor_isPlayer": false +} \ No newline at end of file diff --git a/charts/spookeez/spookeez-nightmare.json b/charts/spookeez/spookeez-nightmare.json index 19242bc..2641777 100644 --- a/charts/spookeez/spookeez-nightmare.json +++ b/charts/spookeez/spookeez-nightmare.json @@ -1,6 +1,6 @@ { "song": { - "player1": "bf", + "player1": "bf-dark", "player2": "spooky", "notes": [ { @@ -6762,11 +6762,11 @@ } ], "events": [], - "gfVersion": "gf", + "gfVersion": "gf-dark", "player3": null, "song": "Spookeez Erect", "needsVoices": true, - "stage": "spooky", + "stage": "spookyErect", "validScore": true, "speed": 2.7, "bpm": 166 diff --git a/charts/winter-horrorland/DIFFICULTYRANK.lua b/charts/winter-horrorland/DIFFICULTYRANK.lua new file mode 100644 index 0000000..fdc83fb --- /dev/null +++ b/charts/winter-horrorland/DIFFICULTYRANK.lua @@ -0,0 +1,97 @@ +-- RANK ONLY UP TILL 20, 0 MINIMUM, CHANGE THIS TO SUGGEST HOW HARD THE SONG IS, BY MARKEDAMAN + +function onCreate() +if difficulty == 0 then -- easy +rank = 1 +elseif difficulty == 1 then -- normal +rank = 2 +elseif difficulty == 2 then -- hard +rank = 2 +elseif difficulty == 3 then -- erect +rank = 8 +elseif difficulty == 4 then -- nightmare +rank = 9 +end +end + + + +function onCreatePost() +if not hideHud then +if rank > 10 then + makeLuaSprite('star', 'star2', 1070, 590) + makeAnimatedLuaSprite('starFlame', 'starFlame', 1030, 440) + addAnimationByPrefix('starFlame', 'starFlame', 'fire loop full instance', 24, true) + setProperty('starFlame.alpha', 0) + scaleObject('starFlame', 1.5, 1.5) + setObjectCamera('starFlame', 'hud') + addLuaSprite('starFlame', true) + elseif rank <= 10 then + makeLuaSprite('star', 'star1', 1070, 590) + end + + scaleObject('star', 0.9, 0.9) + setObjectCamera('star', 'hud') + setObjectOrder('star', getObjectOrder('starFlame') + 1) + setProperty('star.alpha', 0) + addLuaSprite('star') + +makeLuaText('difficulty', ''.. rank ..'', 2230 , 0, 620) +setTextSize('difficulty', 37) +setTextFont('difficulty', 'combo.ttf') +setProperty('difficulty.alpha', 0) +addLuaText('difficulty', false) +setObjectOrder('difficulty', getObjectOrder('star') + 1) + +if downscroll then + setProperty('difficulty.y', 70) + setProperty('star.y', 40) + setProperty('starFlame.y', -5) + setProperty('starFlame.angle', 190) + end + + + +if rank > 10 then + setTextColor('difficulty', 'ffffff') + setTextBorder('difficulty', 2, '00AEFF') + elseif rank <= 10 then + setTextColor('difficulty', '000000') + setTextBorder('difficulty', 3, 'FFFFFF') + end + + +runTimer('ready', 0.5) -- star fade in +runTimer('wait', 8) -- star fade out +runTimer('wait2', 7.5) -- difficulty fade out + +if rank > 10 then +runTimer('pausefire', 2) -- difficulty fade in +elseif rank <=10 then +runTimer('pause', 2) +end +end +end + +function onTimerCompleted(tag) +if not hideHud then +if tag == 'ready' then +doTweenAlpha('hi', 'star', 1, 0.5,'linear') +end +if tag == 'wait' then +doTweenAlpha('gone', 'star', 0, 0.5,'linear') +doTweenAlpha('fireout', 'starFlame', 0, 0.5,'linear') +end +if tag == 'wait2' then +doTweenAlpha('bye', 'difficulty', 0, 0.5,'linear') +end +if tag == 'pause' then +doTweenAlpha('hi2', 'difficulty', 1, 0.5,'linear') +end +if tag == 'pausefire' then +setProperty('difficulty.alpha', 1) +setProperty('starFlame.alpha', 1) +playSound('light', 0.7) +end +end +end diff --git a/charts/winter-horrorland/changeFont.lua b/charts/winter-horrorland/changeFont.lua new file mode 100644 index 0000000..b5b477d --- /dev/null +++ b/charts/winter-horrorland/changeFont.lua @@ -0,0 +1,4 @@ +function onCreate() + setTextFont('scoreTxt', 'vcr.ttf') + setTextFont('timeTxt','timer.ttf') +end diff --git a/charts/winter-horrorland/events.json b/charts/winter-horrorland/events.json new file mode 100644 index 0000000..2806056 --- /dev/null +++ b/charts/winter-horrorland/events.json @@ -0,0 +1,2371 @@ +{ + "song": { + "events": [ + [ + 9433.96226415094, + [ + [ + "changeLyrics", + "your", + "" + ] + ] + ], + [ + 9811.32075471698, + [ + [ + "changeLyrics", + "your skin", + "" + ] + ] + ], + [ + 10188.679245283, + [ + [ + "changeLyrics", + "your skin is", + "" + ] + ] + ], + [ + 10566.0377358491, + [ + [ + "changeLyrics", + "your skin is free-", + "" + ] + ] + ], + [ + 11320.7547169811, + [ + [ + "changeLyrics", + "your skin is freezing", + "" + ] + ] + ], + [ + 12452.8301886792, + [ + [ + "changeLyrics", + "here", + "" + ] + ] + ], + [ + 12830.1886792453, + [ + [ + "changeLyrics", + "here let", + "" + ] + ] + ], + [ + 13207.5471698113, + [ + [ + "changeLyrics", + "here let me", + "" + ] + ] + ], + [ + 13584.9056603774, + [ + [ + "changeLyrics", + "here let me help", + "" + ] + ] + ], + [ + 14150.9433962264, + [ + [ + "changeLyrics", + "you", + "" + ] + ] + ], + [ + 14339.6226415094, + [ + [ + "changeLyrics", + "you take", + "" + ] + ] + ], + [ + 14716.9811320755, + [ + [ + "changeLyrics", + "you take it", + "" + ] + ] + ], + [ + 15094.3396226415, + [ + [ + "changeLyrics", + "you take it off!", + "" + ] + ] + ], + [ + 15849.0566037736, + [ + [ + "changeLyrics", + "", + "" + ] + ] + ], + [ + 21132.0754716981, + [ + [ + "changeLyrics", + "feast", + "" + ] + ] + ], + [ + 21509.4339622641, + [ + [ + "changeLyrics", + "feasting", + "" + ] + ] + ], + [ + 21886.7924528302, + [ + [ + "changeLyrics", + "feasting with", + "" + ] + ] + ], + [ + 22264.1509433962, + [ + [ + "changeLyrics", + "feasting with your", + "" + ] + ] + ], + [ + 22641.5094339623, + [ + [ + "changeLyrics", + "feasting with your friends", + "" + ] + ] + ], + [ + 23207.5471698113, + [ + [ + "changeLyrics", + "a", + "" + ] + ] + ], + [ + 23301.8867924528, + [ + [ + "changeLyrics", + "a per", + "" + ] + ] + ], + [ + 23584.9056603774, + [ + [ + "changeLyrics", + "a perfect", + "" + ] + ] + ], + [ + 23773.5849056604, + [ + [ + "changeLyrics", + "a perfect way", + "" + ] + ] + ], + [ + 23962.2641509434, + [ + [ + "changeLyrics", + "a perfect way to", + "" + ] + ] + ], + [ + 24150.9433962264, + [ + [ + "changeLyrics", + "a perfect way to end", + "" + ] + ] + ], + [ + 24528.3018867924, + [ + [ + "changeLyrics", + "all", + "" + ] + ] + ], + [ + 24716.9811320755, + [ + [ + "changeLyrics", + "all these", + "" + ] + ] + ], + [ + 24905.6603773585, + [ + [ + "changeLyrics", + "all these lone", + "" + ] + ] + ], + [ + 25094.3396226415, + [ + [ + "changeLyrics", + "all these lonely", + "" + ] + ] + ], + [ + 25283.0188679245, + [ + [ + "changeLyrics", + "all these lonely ho", + "" + ] + ] + ], + [ + 25471.6981132075, + [ + [ + "changeLyrics", + "all these lonely holi", + "" + ] + ] + ], + [ + 25660.3773584906, + [ + [ + "changeLyrics", + "all these lonely holidays", + "" + ] + ] + ], + [ + 26226.4150943396, + [ + [ + "changeLyrics", + "la", + "" + ] + ] + ], + [ + 26415.0943396226, + [ + [ + "changeLyrics", + "lala", + "" + ] + ] + ], + [ + 26603.7735849057, + [ + [ + "changeLyrics", + "lalala", + "" + ] + ] + ], + [ + 26792.4528301887, + [ + [ + "changeLyrics", + "lalalala!", + "" + ] + ] + ], + [ + 27169.8113207547, + [ + [ + "changeLyrics", + "", + "" + ] + ] + ], + [ + 33396.2264150943, + [ + [ + "changeLyrics", + "gon", + "" + ] + ] + ], + [ + 33490.5660377358, + [ + [ + "changeLyrics", + "gonna", + "" + ] + ] + ], + [ + 33584.9056603773, + [ + [ + "changeLyrics", + "gonna take", + "" + ] + ] + ], + [ + 33773.5849056604, + [ + [ + "changeLyrics", + "gonna take a", + "" + ] + ] + ], + [ + 33962.2641509434, + [ + [ + "changeLyrics", + "gonna take a piece", + "" + ] + ] + ], + [ + 34528.3018867924, + [ + [ + "changeLyrics", + "gonna take a piece of", + "" + ] + ] + ], + [ + 35094.3396226415, + [ + [ + "changeLyrics", + "gonna take a piece of your", + "" + ] + ] + ], + [ + 35471.6981132075, + [ + [ + "changeLyrics", + "gonna take a piece of your ra", + "" + ] + ] + ], + [ + 35849.0566037736, + [ + [ + "changeLyrics", + "gonna take a piece of your rabies", + "" + ] + ] + ], + [ + 36415.0943396226, + [ + [ + "changeLyrics", + "and", + "" + ] + ] + ], + [ + 36603.7735849056, + [ + [ + "changeLyrics", + "and vi", + "" + ] + ] + ], + [ + 36792.4528301887, + [ + [ + "changeLyrics", + "and vivi", + "" + ] + ] + ], + [ + 36981.1320754717, + [ + [ + "changeLyrics", + "and vivisect", + "" + ] + ] + ], + [ + 37358.4905660377, + [ + [ + "changeLyrics", + "and vivisect your", + "" + ] + ] + ], + [ + 37735.8490566038, + [ + [ + "changeLyrics", + "and vivisect your mind!", + "" + ] + ] + ], + [ + 39245.2830188679, + [ + [ + "changeLyrics", + "", + "" + ] + ] + ], + [ + 45283.0188679245, + [ + [ + "changeLyrics", + "snow", + "" + ] + ] + ], + [ + 45660.3773584905, + [ + [ + "changeLyrics", + "snowmen", + "" + ] + ] + ], + [ + 46037.7358490566, + [ + [ + "changeLyrics", + "snowmen smi", + "" + ] + ] + ], + [ + 46226.4150943396, + [ + [ + "changeLyrics", + "snowmen smiling", + "" + ] + ] + ], + [ + 46415.0943396226, + [ + [ + "changeLyrics", + "snowmen smiling with", + "" + ] + ] + ], + [ + 46603.7735849056, + [ + [ + "changeLyrics", + "snowmen smiling with your", + "" + ] + ] + ], + [ + 46792.4528301886, + [ + [ + "changeLyrics", + "snowmen smiling with your teeth!", + "" + ] + ] + ], + [ + 48301.8867924528, + [ + [ + "changeLyrics", + "fall", + "" + ] + ] + ], + [ + 48679.2452830188, + [ + [ + "changeLyrics", + "fallen", + "" + ] + ] + ], + [ + 49056.6037735849, + [ + [ + "changeLyrics", + "fallen an", + "" + ] + ] + ], + [ + 49245.2830188679, + [ + [ + "changeLyrics", + "fallen angels", + "" + ] + ] + ], + [ + 49339.6226415094, + [ + [ + "changeLyrics", + "fallen angels cre", + "" + ] + ] + ], + [ + 49433.9622641509, + [ + [ + "changeLyrics", + "fallen angels creat", + "" + ] + ] + ], + [ + 49622.6415094339, + [ + [ + "changeLyrics", + "fallen angels created", + "" + ] + ] + ], + [ + 49905.6603773585, + [ + [ + "changeLyrics", + "fallen angels created, with", + "" + ] + ] + ], + [ + 50188.679245283, + [ + [ + "changeLyrics", + "fallen angels created, with your", + "" + ] + ] + ], + [ + 50471.6981132075, + [ + [ + "changeLyrics", + "fallen angels created, with your meat!", + "" + ] + ] + ], + [ + 51320.7547169811, + [ + [ + "changeLyrics", + "", + "" + ] + ] + ], + [ + 53207.5471698113, + [ + [ + "changeLyrics", + "that", + "" + ] + ] + ], + [ + 53584.9056603773, + [ + [ + "changeLyrics", + "that pear", + "" + ] + ] + ], + [ + 53962.2641509434, + [ + [ + "changeLyrics", + "that pearly", + "" + ] + ] + ], + [ + 54339.6226415094, + [ + [ + "changeLyrics", + "that pearly smile!", + "" + ] + ] + ], + [ + 55849.0566037735, + [ + [ + "changeLyrics", + "", + "" + ] + ] + ], + [ + 57547.1698113207, + [ + [ + "changeLyrics", + "cut", + "" + ] + ] + ], + [ + 57924.5283018867, + [ + [ + "changeLyrics", + "cut in", + "" + ] + ] + ], + [ + 58018.8679245283, + [ + [ + "changeLyrics", + "cut in a", + "" + ] + ] + ], + [ + 58113.2075471698, + [ + [ + "changeLyrics", + "cut in a thou", + "" + ] + ] + ], + [ + 58301.8867924528, + [ + [ + "changeLyrics", + "cut in a thousand", + "" + ] + ] + ], + [ + 58490.5660377358, + [ + [ + "changeLyrics", + "cut in a thousand sli", + "" + ] + ] + ], + [ + 58679.2452830188, + [ + [ + "changeLyrics", + "cut in a thousand slices", + "" + ] + ] + ], + [ + 58867.9245283018, + [ + [ + "changeLyrics", + "bake", + "" + ] + ] + ], + [ + 59056.6037735849, + [ + [ + "changeLyrics", + "bake un", + "" + ] + ] + ], + [ + 59245.2830188679, + [ + [ + "changeLyrics", + "bake until", + "" + ] + ] + ], + [ + 59622.6415094339, + [ + [ + "changeLyrics", + "bake until gold", + "" + ] + ] + ], + [ + 59811.3207547169, + [ + [ + "changeLyrics", + "bake until golden", + "" + ] + ] + ], + [ + 59999.9999999999, + [ + [ + "changeLyrics", + "bake until golden brown", + "" + ] + ] + ], + [ + 60377.358490566, + [ + [ + "changeLyrics", + "", + "" + ] + ] + ], + [ + 63396.2264150943, + [ + [ + "changeLyrics", + "stuff", + "" + ] + ] + ], + [ + 63584.9056603773, + [ + [ + "changeLyrics", + "stuff you", + "" + ] + ] + ], + [ + 63773.5849056603, + [ + [ + "changeLyrics", + "stuff you with", + "" + ] + ] + ], + [ + 64150.9433962264, + [ + [ + "changeLyrics", + "stuff you with spi", + "" + ] + ] + ], + [ + 64528.3018867924, + [ + [ + "changeLyrics", + "stuff you with spices", + "" + ] + ] + ], + [ + 64905.6603773584, + [ + [ + "changeLyrics", + "", + "" + ] + ] + ], + [ + 66415.0943396226, + [ + [ + "changeLyrics", + "serve", + "" + ] + ] + ], + [ + 66603.7735849056, + [ + [ + "changeLyrics", + "serve to", + "" + ] + ] + ], + [ + 66981.1320754716, + [ + [ + "changeLyrics", + "serve to friends", + "" + ] + ] + ], + [ + 67358.4905660377, + [ + [ + "changeLyrics", + "serve to friends ar", + "" + ] + ] + ], + [ + 67735.8490566037, + [ + [ + "changeLyrics", + "serve to friends around!", + "" + ] + ] + ], + [ + 69622.6415094339, + [ + [ + "changeLyrics", + "se", + "" + ] + ] + ], + [ + 69716.9811320754, + [ + [ + "changeLyrics", + "seper", + "" + ] + ] + ], + [ + 69811.3207547169, + [ + [ + "changeLyrics", + "seperate", + "" + ] + ] + ], + [ + 70094.3396226415, + [ + [ + "changeLyrics", + "seperate you", + "" + ] + ] + ], + [ + 70377.358490566, + [ + [ + "changeLyrics", + "seperate you from", + "" + ] + ] + ], + [ + 70566.037735849, + [ + [ + "changeLyrics", + "seperate you from your", + "" + ] + ] + ], + [ + 70754.716981132, + [ + [ + "changeLyrics", + "seperate you from your eyes", + "" + ] + ] + ], + [ + 71132.0754716981, + [ + [ + "changeLyrics", + "turn", + "" + ] + ] + ], + [ + 71320.7547169811, + [ + [ + "changeLyrics", + "turn girl", + "" + ] + ] + ], + [ + 71509.4339622641, + [ + [ + "changeLyrics", + "turn girlfriend", + "" + ] + ] + ], + [ + 71698.1132075471, + [ + [ + "changeLyrics", + "turn girlfriend in", + "" + ] + ] + ], + [ + 71886.7924528302, + [ + [ + "changeLyrics", + "turn girlfriend inside", + "" + ] + ] + ], + [ + 72075.4716981132, + [ + [ + "changeLyrics", + "turn girlfriend inside out", + "" + ] + ] + ], + [ + 72452.8301886792, + [ + [ + "changeLyrics", + "burn", + "" + ] + ] + ], + [ + 72830.1886792453, + [ + [ + "changeLyrics", + "burn her", + "" + ] + ] + ], + [ + 73207.5471698113, + [ + [ + "changeLyrics", + "burn her fing", + "" + ] + ] + ], + [ + 73584.9056603773, + [ + [ + "changeLyrics", + "burn her finger", + "" + ] + ] + ], + [ + 73773.5849056603, + [ + [ + "changeLyrics", + "burn her fingernails", + "" + ] + ] + ], + [ + 74528.3018867924, + [ + [ + "changeLyrics", + "la", + "" + ] + ] + ], + [ + 74716.9811320755, + [ + [ + "changeLyrics", + "lala", + "" + ] + ] + ], + [ + 74905.6603773585, + [ + [ + "changeLyrics", + "lalala", + "" + ] + ] + ], + [ + 75094.3396226415, + [ + [ + "changeLyrics", + "lalalala!", + "" + ] + ] + ], + [ + 75471.6981132075, + [ + [ + "changeLyrics", + "", + "" + ] + ] + ], + [ + 81509.4339622642, + [ + [ + "changeLyrics", + "soak", + "" + ] + ] + ], + [ + 81698.1132075472, + [ + [ + "changeLyrics", + "soak your", + "" + ] + ] + ], + [ + 81886.7924528302, + [ + [ + "changeLyrics", + "soak your hands", + "" + ] + ] + ], + [ + 82075.4716981132, + [ + [ + "changeLyrics", + "soak your hands in", + "" + ] + ] + ], + [ + 82264.1509433962, + [ + [ + "changeLyrics", + "soak your hands in fizz", + "" + ] + ] + ], + [ + 82452.8301886792, + [ + [ + "changeLyrics", + "soak your hands in fizzing", + "" + ] + ] + ], + [ + 82641.5094339623, + [ + [ + "changeLyrics", + "soak your hands in fizzing wa", + "" + ] + ] + ], + [ + 82830.1886792453, + [ + [ + "changeLyrics", + "soak your hands in fizzing water", + "" + ] + ] + ], + [ + 83018.8679245283, + [ + [ + "changeLyrics", + "", + "" + ] + ] + ], + [ + 84528.3018867925, + [ + [ + "changeLyrics", + "wat", + "" + ] + ] + ], + [ + 84716.9811320755, + [ + [ + "changeLyrics", + "watching", + "" + ] + ] + ], + [ + 84905.6603773585, + [ + [ + "changeLyrics", + "watching as", + "" + ] + ] + ], + [ + 85094.3396226415, + [ + [ + "changeLyrics", + "watching as the", + "" + ] + ] + ], + [ + 85283.0188679245, + [ + [ + "changeLyrics", + "watching as the skin", + "" + ] + ] + ], + [ + 85471.6981132076, + [ + [ + "changeLyrics", + "watching as the skin gets", + "" + ] + ] + ], + [ + 85660.3773584906, + [ + [ + "changeLyrics", + "watching as the skin gets soft", + "" + ] + ] + ], + [ + 85849.0566037736, + [ + [ + "changeLyrics", + "watching as the skin gets softer", + "" + ] + ] + ], + [ + 86037.7358490566, + [ + [ + "changeLyrics", + "", + "" + ] + ] + ], + [ + 87547.1698113208, + [ + [ + "changeLyrics", + "see", + "" + ] + ] + ], + [ + 87924.5283018868, + [ + [ + "changeLyrics", + "see your", + "" + ] + ] + ], + [ + 88113.2075471698, + [ + [ + "changeLyrics", + "see your bones", + "" + ] + ] + ], + [ + 88490.5660377359, + [ + [ + "changeLyrics", + "see your bones ap", + "" + ] + ] + ], + [ + 88679.2452830189, + [ + [ + "changeLyrics", + "see your bones appear", + "" + ] + ] + ], + [ + 88867.9245283019, + [ + [ + "changeLyrics", + "see your bones appear in", + "" + ] + ] + ], + [ + 89056.6037735849, + [ + [ + "changeLyrics", + "see your bones appear in dark", + "" + ] + ] + ], + [ + 89433.962264151, + [ + [ + "changeLyrics", + "see your bones appear in dark red", + "" + ] + ] + ], + [ + 89811.320754717, + [ + [ + "changeLyrics", + "see your bones appear in dark red snow", + "" + ] + ] + ], + [ + 90566.0377358491, + [ + [ + "changeLyrics", + "drop", + "" + ] + ] + ], + [ + 91132.0754716981, + [ + [ + "changeLyrics", + "drop fur", + "" + ] + ] + ], + [ + 91698.1132075472, + [ + [ + "changeLyrics", + "drop further", + "" + ] + ] + ], + [ + 92075.4716981133, + [ + [ + "changeLyrics", + "drop further be-", + "" + ] + ] + ], + [ + 92830.1886792453, + [ + [ + "changeLyrics", + "drop further below!", + "" + ] + ] + ], + [ + 93584.9056603774, + [ + [ + "changeLyrics", + "", + "" + ] + ] + ], + [ + 93773.5849056604, + [ + [ + "changeLyrics", + "gon", + "" + ] + ] + ], + [ + 93867.9245283019, + [ + [ + "changeLyrics", + "gonna", + "" + ] + ] + ], + [ + 93962.2641509434, + [ + [ + "changeLyrics", + "gonna take", + "" + ] + ] + ], + [ + 94150.9433962265, + [ + [ + "changeLyrics", + "gonna take a", + "" + ] + ] + ], + [ + 94339.6226415095, + [ + [ + "changeLyrics", + "gonna take a piece", + "" + ] + ] + ], + [ + 94905.6603773585, + [ + [ + "changeLyrics", + "gonna take a piece of", + "" + ] + ] + ], + [ + 95471.6981132076, + [ + [ + "changeLyrics", + "gonna take a piece of your", + "" + ] + ] + ], + [ + 95849.0566037736, + [ + [ + "changeLyrics", + "gonna take a piece of your ra", + "" + ] + ] + ], + [ + 96226.4150943397, + [ + [ + "changeLyrics", + "gonna take a piece of your rabies", + "" + ] + ] + ], + [ + 96792.4528301887, + [ + [ + "changeLyrics", + "and", + "" + ] + ] + ], + [ + 96981.1320754718, + [ + [ + "changeLyrics", + "and vi", + "" + ] + ] + ], + [ + 97169.8113207548, + [ + [ + "changeLyrics", + "and vivi", + "" + ] + ] + ], + [ + 97358.4905660378, + [ + [ + "changeLyrics", + "and vivisect", + "" + ] + ] + ], + [ + 97735.8490566038, + [ + [ + "changeLyrics", + "and vivisect your", + "" + ] + ] + ], + [ + 98113.2075471699, + [ + [ + "changeLyrics", + "and vivisect your mind!", + "" + ] + ] + ], + [ + 99622.641509434, + [ + [ + "changeLyrics", + "", + "" + ] + ] + ], + [ + 99811.320754717, + [ + [ + "changeLyrics", + "gon", + "" + ] + ] + ], + [ + 99905.6603773586, + [ + [ + "changeLyrics", + "gonna", + "" + ] + ] + ], + [ + 100000, + [ + [ + "changeLyrics", + "gonna take", + "" + ] + ] + ], + [ + 100188.679245283, + [ + [ + "changeLyrics", + "gonna take a", + "" + ] + ] + ], + [ + 100377.358490566, + [ + [ + "changeLyrics", + "gonna take a peek", + "" + ] + ] + ], + [ + 100943.396226415, + [ + [ + "changeLyrics", + "gonna take a peek inside", + "" + ] + ] + ], + [ + 101509.433962264, + [ + [ + "changeLyrics", + "gonna take a peek inside your", + "" + ] + ] + ], + [ + 101886.79245283, + [ + [ + "changeLyrics", + "gonna take a peek inside your head", + "" + ] + ] + ], + [ + 102830.188679245, + [ + [ + "changeLyrics", + "and", + "" + ] + ] + ], + [ + 103018.867924528, + [ + [ + "changeLyrics", + "and find", + "" + ] + ] + ], + [ + 103207.547169811, + [ + [ + "changeLyrics", + "and find the", + "" + ] + ] + ], + [ + 103396.226415094, + [ + [ + "changeLyrics", + "and find the worm", + "" + ] + ] + ], + [ + 103773.58490566, + [ + [ + "changeLyrics", + "and find the worm in", + "" + ] + ] + ], + [ + 104150.943396227, + [ + [ + "changeLyrics", + "and find the worm inside", + "" + ] + ] + ], + [ + 105660.377358491, + [ + [ + "changeLyrics", + "", + "" + ] + ] + ], + [ + 105849.056603774, + [ + [ + "changeLyrics", + "cut", + "" + ] + ] + ], + [ + 106226.41509434, + [ + [ + "changeLyrics", + "cut in", + "" + ] + ] + ], + [ + 106320.754716981, + [ + [ + "changeLyrics", + "cut in a", + "" + ] + ] + ], + [ + 106415.094339623, + [ + [ + "changeLyrics", + "cut in a thou", + "" + ] + ] + ], + [ + 106603.773584906, + [ + [ + "changeLyrics", + "cut in a thousand", + "" + ] + ] + ], + [ + 106792.452830189, + [ + [ + "changeLyrics", + "cut in a thousand sli", + "" + ] + ] + ], + [ + 106981.132075472, + [ + [ + "changeLyrics", + "cut in a thousand slices", + "" + ] + ] + ], + [ + 107169.811320755, + [ + [ + "changeLyrics", + "bake", + "" + ] + ] + ], + [ + 107358.490566038, + [ + [ + "changeLyrics", + "bake un", + "" + ] + ] + ], + [ + 107547.169811321, + [ + [ + "changeLyrics", + "bake until", + "" + ] + ] + ], + [ + 107924.528301887, + [ + [ + "changeLyrics", + "bake until gold", + "" + ] + ] + ], + [ + 108113.20754717, + [ + [ + "changeLyrics", + "bake until golden", + "" + ] + ] + ], + [ + 108301.886792453, + [ + [ + "changeLyrics", + "bake until golden brown!", + "" + ] + ] + ], + [ + 108679.245283019, + [ + [ + "changeLyrics", + "", + "" + ] + ] + ], + [ + 111698.113207547, + [ + [ + "changeLyrics", + "fill", + "" + ] + ] + ], + [ + 111886.79245283, + [ + [ + "changeLyrics", + "fill you", + "" + ] + ] + ], + [ + 112075.471698113, + [ + [ + "changeLyrics", + "fill you with", + "" + ] + ] + ], + [ + 112452.830188679, + [ + [ + "changeLyrics", + "fill you with spi", + "" + ] + ] + ], + [ + 112830.188679245, + [ + [ + "changeLyrics", + "fill you with spices!", + "" + ] + ] + ], + [ + 114716.981132076, + [ + [ + "changeLyrics", + "serve", + "" + ] + ] + ], + [ + 114905.660377359, + [ + [ + "changeLyrics", + "serve to", + "" + ] + ] + ], + [ + 115283.018867925, + [ + [ + "changeLyrics", + "serve to friends", + "" + ] + ] + ], + [ + 115660.377358491, + [ + [ + "changeLyrics", + "serve to friends ar", + "" + ] + ] + ], + [ + 116037.735849057, + [ + [ + "changeLyrics", + "serve to friends around!", + "" + ] + ] + ], + [ + 117735.849056604, + [ + [ + "changeLyrics", + "", + "" + ] + ] + ], + [ + 117924.528301887, + [ + [ + "changeLyrics", + "turn", + "" + ] + ] + ], + [ + 118301.886792453, + [ + [ + "changeLyrics", + "turn the", + "" + ] + ] + ], + [ + 118490.566037736, + [ + [ + "changeLyrics", + "turn the heat", + "" + ] + ] + ], + [ + 118679.245283019, + [ + [ + "changeLyrics", + "turn the heat on", + "" + ] + ] + ], + [ + 118867.924528302, + [ + [ + "changeLyrics", + "turn the heat up high", + "" + ] + ] + ], + [ + 119056.603773585, + [ + [ + "changeLyrics", + "turn the heat up high and", + "" + ] + ] + ], + [ + 119245.283018868, + [ + [ + "changeLyrics", + "we'll", + "" + ] + ] + ], + [ + 119622.641509434, + [ + [ + "changeLyrics", + "we'll re", + "" + ] + ] + ], + [ + 120000, + [ + [ + "changeLyrics", + "we'll reduce", + "" + ] + ] + ], + [ + 120377.358490566, + [ + [ + "changeLyrics", + "we'll reduce your", + "" + ] + ] + ], + [ + 120754.716981132, + [ + [ + "changeLyrics", + "we'll reduce your blood!", + "" + ] + ] + ], + [ + 123773.584905661, + [ + [ + "changeLyrics", + "boil", + "" + ] + ] + ], + [ + 124150.943396227, + [ + [ + "changeLyrics", + "boil lit", + "" + ] + ] + ], + [ + 124339.62264151, + [ + [ + "changeLyrics", + "boil little", + "" + ] + ] + ], + [ + 124528.301886793, + [ + [ + "changeLyrics", + "boil little boy", + "" + ] + ] + ], + [ + 124905.660377359, + [ + [ + "changeLyrics", + "boil little boyfriend", + "" + ] + ] + ], + [ + 125283.018867925, + [ + [ + "changeLyrics", + "boil little boyfriend!", + "" + ] + ] + ], + [ + 126792.452830189, + [ + [ + "changeLyrics", + "with", + "" + ] + ] + ], + [ + 126981.132075472, + [ + [ + "changeLyrics", + "with bra", + "" + ] + ] + ], + [ + 127358.490566038, + [ + [ + "changeLyrics", + "with brandy", + "" + ] + ] + ], + [ + 127735.849056604, + [ + [ + "changeLyrics", + "with brandy and", + "" + ] + ] + ], + [ + 128113.20754717, + [ + [ + "changeLyrics", + "with brandy and plums!", + "" + ] + ] + ], + [ + 129811.320754717, + [ + [ + "changeLyrics", + "", + "" + ], + [ + "Add Camera Zoom", + "0.5", + "" + ] + ] + ] + ] + } +} \ No newline at end of file diff --git a/charts/winter-horrorland/winter-horrorland-easy.json b/charts/winter-horrorland/winter-horrorland-easy.json new file mode 100644 index 0000000..503aabd --- /dev/null +++ b/charts/winter-horrorland/winter-horrorland-easy.json @@ -0,0 +1 @@ +{"song":{"song":"Winter Horrorland","bpm":159.0,"needsVoices":true,"player1":"bf-christmas","player2":"monster-christmas","speed":1.0,"notes":[{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[9433.962,0,283.01886],[9811.32,2,283.01886]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[10566.0381,0,660.3774],[11320.7549,2,660.3774]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[12452.83,0,283.01886],[12830.1885,2,283.01886]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[13584.9053,1,0.0],[14339.623,3,283.01886],[14716.9814,2,283.01886]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[15094.34,5,754.717],[15471.6982,0,283.01886],[15849.0566,2,283.01886]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[16603.7734,0,660.3774],[17358.49,2,660.3774]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[18490.5664,0,283.01886],[18867.9238,2,283.01886]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[19622.64,1,0.0],[20377.36,3,283.01886],[20754.7168,2,283.01886]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[21132.0762,1,283.01886],[21132.0762,5,754.717],[21886.793,2,283.01886],[22264.15,3,283.01886]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[22641.51,1,471.69812],[23396.2266,0,0.0],[23773.584,0,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[24150.9434,3,283.01886],[24528.3027,2,0.0],[24905.66,2,0.0],[25283.02,2,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[25660.377,1,471.69812],[26415.0938,3,0.0],[26792.4531,0,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[27169.81,1,283.01886],[27924.5273,2,283.01886],[28301.8867,3,283.01886]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[28679.2461,1,471.69812],[29433.9629,0,0.0],[29811.32,0,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[30188.68,3,283.01886],[30566.0371,2,0.0],[30943.3965,2,0.0],[31320.7539,2,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[31698.1133,1,471.69812],[32452.83,3,0.0],[32830.1875,0,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[33584.9063,2,0.0],[33962.2656,0,283.01886],[34528.3,3,283.01886]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[35094.34,2,283.01886],[35471.7,0,283.01886]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[36603.7734,2,0.0],[36981.1328,0,283.01886],[37358.4922,1,283.01886]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[37735.8477,0,283.01886]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[39622.64,2,0.0],[40000.0,0,283.01886],[40566.04,3,283.01886]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[41132.0742,2,283.01886],[41509.4336,0,283.01886]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[42641.5078,2,0.0],[43018.8672,0,283.01886],[43396.2266,1,283.01886]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[43773.5859,0,283.01886]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[45283.02,0,283.01886],[46037.7344,2,0.0],[46415.0938,2,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[46792.4531,5,283.01886],[47169.8125,0,0.0],[47547.168,3,0.0],[47924.5273,1,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[48301.8867,2,283.01886],[48301.8867,6,849.0566],[48679.2461,0,188.679245],[49056.6055,3,0.0],[49433.96,3,0.0],[49622.64,0,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[49937.1055,2,0.0],[50188.68,2,0.0],[50440.25,2,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[51320.7539,0,283.01886],[52075.4727,2,0.0],[52452.832,2,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[52830.1875,5,283.01886],[53207.5469,0,0.0],[53584.9063,3,0.0],[53962.2656,1,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[54339.62,6,1132.07544],[54339.62,2,283.01886],[54716.98,0,188.679245],[55094.34,3,0.0],[55471.7,3,0.0],[55660.38,0,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[56037.7344,2,0.0],[56415.0938,2,0.0],[56603.7734,2,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[57547.168,2,0.0],[58113.207,2,0.0],[58490.5664,2,0.0],[58679.2461,3,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[58867.9258,1,0.0],[59245.28,3,283.01886],[59622.64,2,0.0],[60000.0,0,283.01886]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[60566.04,2,0.0],[61132.0742,2,0.0],[61509.4336,2,0.0],[61698.1133,3,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[61886.793,1,0.0],[62264.1523,3,283.01886],[62641.5078,2,0.0],[63018.8672,0,283.01886]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[63396.2266,3,0.0],[63773.5859,1,283.01886],[64150.94,0,0.0],[64528.3,0,283.01886]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[64905.66,4,0.0],[64905.66,3,0.0],[65283.02,1,283.01886],[65660.375,0,0.0],[66037.7344,0,283.01886]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[66415.09,0,0.0],[66415.09,4,0.0],[66981.13,7,0.0],[66981.13,3,0.0],[67358.49,6,0.0],[67358.49,2,0.0],[67735.85,5,754.717],[67735.85,1,754.717]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[69622.64,0,0.0],[70188.68,1,0.0],[70754.72,3,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[71132.08,2,0.0],[71320.76,1,0.0],[71698.11,2,0.0],[72075.47,0,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[72452.83,2,283.01886],[72830.19,0,283.01886],[73207.55,3,283.01886],[73584.91,0,0.0],[73773.5859,1,566.0377]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[74716.9844,3,0.0],[74905.6641,0,0.0],[75094.3359,3,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[75660.375,0,0.0],[76226.4141,1,0.0],[76792.45,3,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[77169.81,2,0.0],[77358.49,1,0.0],[77735.85,2,0.0],[78113.21,0,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[78490.56,2,283.01886],[78867.92,0,283.01886],[79245.28,3,283.01886],[79622.64,0,0.0],[79811.32,1,566.0377]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[80754.72,3,0.0],[80943.4,0,0.0],[81132.08,3,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[81509.44,1,0.0],[81886.79,3,0.0],[82264.15,0,0.0],[82641.51,2,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[83018.87,1,0.0],[83396.23,3,0.0],[83773.5859,0,0.0],[84150.9453,2,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[84528.3047,2,0.0],[84905.6641,2,0.0],[85094.3359,0,0.0],[85283.0156,2,0.0],[85660.375,2,0.0],[85849.0547,0,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[86037.7344,2,0.0],[86415.09,2,0.0],[86603.77,0,0.0],[86792.45,2,0.0],[87169.81,2,0.0],[87358.49,0,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[87547.17,3,283.01886],[88113.21,1,283.01886],[88301.88,4,0.0],[88679.24,7,283.01886],[88679.24,1,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[89056.6,5,283.01886],[89056.6,3,0.0],[89433.96,3,0.0],[89811.32,1,283.01886],[89811.32,7,0.0],[90188.68,6,283.01886]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[90566.04,5,283.01886],[90566.04,0,0.0],[91132.08,3,0.0],[91698.11,3,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[92075.47,2,566.0377],[92075.47,6,566.0377],[92830.19,3,566.0377],[92830.19,4,566.0377]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[93773.5859,3,0.0],[94150.9453,7,0.0],[94339.625,0,283.01886],[94716.9844,4,283.01886],[94905.6641,3,283.01886]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[95283.0156,3,283.01886],[95471.6953,6,283.01886],[95849.0547,4,283.01886],[95849.0547,2,283.01886],[96226.4141,0,283.01886]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[96792.45,7,94.33962],[96981.13,6,0.0],[97169.81,3,94.33962],[97358.49,4,283.01886],[97358.49,2,0.0],[97735.85,0,283.01886],[97735.85,5,283.01886]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[98113.21,5,283.01886],[98113.21,0,283.01886],[98490.56,7,283.01886]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[99811.32,3,0.0],[100188.68,7,0.0],[100377.359,0,283.01886],[100754.719,4,283.01886],[100943.4,3,283.01886]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[101320.758,3,283.01886],[101509.438,6,283.01886],[101886.789,4,283.01886],[101886.789,2,283.01886],[102264.148,0,283.01886]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[102830.188,3,94.33962],[103207.547,7,94.33962],[103396.227,0,283.01886],[103773.586,1,283.01886],[103773.586,4,283.01886]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[104150.945,5,283.01886],[104150.945,0,283.01886],[104528.305,7,283.01886]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[105849.055,2,0.0],[106415.094,2,0.0],[106792.453,2,0.0],[106981.133,3,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[107169.813,1,0.0],[107547.172,3,283.01886],[107924.531,2,0.0],[108301.883,0,283.01886]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[108867.922,2,0.0],[109433.961,2,0.0],[109811.32,2,0.0],[110000.0,3,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[110188.68,1,0.0],[110566.039,3,283.01886],[110943.4,2,0.0],[111320.758,0,283.01886]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[111698.109,3,0.0],[112075.469,1,283.01886],[112452.828,0,0.0],[112830.188,0,283.01886]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[113207.547,4,0.0],[113207.547,3,0.0],[113584.906,1,283.01886],[113962.266,0,0.0],[114339.625,0,283.01886]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[114716.984,4,0.0],[114716.984,0,0.0],[115283.016,3,0.0],[115283.016,7,0.0],[115660.375,6,0.0],[115660.375,2,0.0],[116037.734,1,754.717],[116037.734,5,754.717]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[117924.531,0,0.0],[118490.563,1,0.0],[118867.922,2,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[119245.281,2,283.01886],[119622.641,3,283.01886],[120000.0,0,283.01886],[120377.359,3,283.01886]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[120754.719,6,754.717],[120943.4,0,0.0],[121509.438,1,0.0],[121886.789,2,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[122264.148,2,283.01886],[122641.508,3,283.01886],[123018.867,0,283.01886],[123396.227,3,754.717]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[123773.586,1,94.33962],[124150.945,3,0.0],[124528.305,2,283.01886],[124905.664,0,283.01886]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[125283.016,2,0.0],[125283.016,5,283.01886],[125660.375,1,283.01886],[126037.734,3,0.0],[126415.094,0,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[126792.453,0,0.0],[126792.453,4,0.0],[127358.492,3,0.0],[127358.492,7,0.0],[127735.852,6,0.0],[127735.852,2,0.0],[128113.211,1,377.3585],[128113.211,5,377.3585]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[129056.6,0,0.0],[129245.281,3,0.0],[129433.961,0,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[129811.32,2,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[]}]},"generatedBy":"SNIFF ver.6"} diff --git a/charts/winter-horrorland/winter-horrorland-hard.json b/charts/winter-horrorland/winter-horrorland-hard.json new file mode 100644 index 0000000..b64ea0a --- /dev/null +++ b/charts/winter-horrorland/winter-horrorland-hard.json @@ -0,0 +1,2786 @@ +{ + "song": { + "player1": "bf-christmas", + "events": [], + "gfVersion": "gf-christmas", + "notes": [ + { + "sectionNotes": [], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 9433.962, + 0, + 283.01886 + ], + [ + 9811.32, + 2, + 283.01886 + ], + [ + 10188.68, + 3, + 283.01886 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 10566.0381, + 0, + 660.3774 + ], + [ + 11320.7549, + 2, + 566.0377 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 12452.83, + 0, + 283.01886 + ], + [ + 12830.1885, + 2, + 283.01886 + ], + [ + 13207.5469, + 3, + 283.01886 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 13584.9053, + 1, + 0 + ], + [ + 14150.9434, + 2, + 0 + ], + [ + 14339.623, + 3, + 283.01886 + ], + [ + 14716.9814, + 2, + 283.01886 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 15094.34, + 5, + 754.717 + ], + [ + 15849.0566, + 2, + 283.01886 + ], + [ + 15471.6981132075, + 3, + 283.018867924528 + ], + [ + 16226.4150943396, + 0, + 283.018867924528 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 17358.49, + 2, + 660.3774 + ], + [ + 16603.7735849057, + 1, + 660.377358490566 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 18867.9238, + 2, + 283.01886 + ], + [ + 18490.5660377359, + 3, + 283.018867924528 + ], + [ + 19245.2830188679, + 0, + 283.018867924528 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 20377.36, + 3, + 283.01886 + ], + [ + 20754.7168, + 2, + 283.01886 + ], + [ + 19622.641509434, + 3, + 188.679245283019 + ], + [ + 20188.679245283, + 1, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 21132.0762, + 1, + 283.01886 + ], + [ + 21132.0762, + 5, + 754.717 + ], + [ + 21509.4336, + 3, + 283.01886 + ], + [ + 21886.793, + 2, + 283.01886 + ], + [ + 22264.15, + 3, + 283.01886 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 22641.51, + 1, + 471.69812 + ], + [ + 23207.5469, + 0, + 0 + ], + [ + 23962.2637, + 1, + 0 + ], + [ + 23584.9056603774, + 0, + 0 + ], + [ + 23396.2264150943, + 3, + 0 + ], + [ + 23773.5849056604, + 2, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 24150.9434, + 3, + 283.01886 + ], + [ + 24528.3027, + 2, + 0 + ], + [ + 24716.98, + 0, + 0 + ], + [ + 25094.34, + 0, + 0 + ], + [ + 25283.02, + 2, + 0 + ], + [ + 25471.6973, + 0, + 0 + ], + [ + 24905.6603773585, + 3, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 25660.377, + 1, + 471.69812 + ], + [ + 26226.4150943396, + 3, + 0 + ], + [ + 26415.0943396226, + 0, + 0 + ], + [ + 26603.7735849057, + 3, + 0 + ], + [ + 26792.4528301887, + 0, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 27169.81, + 1, + 283.01886 + ], + [ + 27547.17, + 3, + 283.01886 + ], + [ + 27924.5273, + 2, + 283.01886 + ], + [ + 28301.8867, + 3, + 283.01886 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 28679.2461, + 1, + 471.69812 + ], + [ + 29245.2830188679, + 3, + 0 + ], + [ + 29339.6226415094, + 0, + 0 + ], + [ + 29433.9622641509, + 3, + 0 + ], + [ + 29622.6415094339, + 1, + 0 + ], + [ + 29811.320754717, + 3, + 0 + ], + [ + 30000, + 0, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 30754.7168, + 0, + 0 + ], + [ + 31132.0762, + 0, + 0 + ], + [ + 31509.4336, + 0, + 0 + ], + [ + 30566.037735849, + 3, + 0 + ], + [ + 30188.679245283, + 2, + 283.018867924528 + ], + [ + 30943.3962264151, + 3, + 0 + ], + [ + 31320.7547169811, + 3, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 31698.1133, + 1, + 471.69812 + ], + [ + 32264.15, + 2, + 0 + ], + [ + 32641.51, + 2, + 0 + ], + [ + 32452.8301886792, + 0, + 0 + ], + [ + 32830.1886792453, + 3, + 283.018867924528 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 33490.5664, + 3, + 0 + ], + [ + 33584.9063, + 2, + 0 + ], + [ + 33773.5859, + 1, + 0 + ], + [ + 33962.2656, + 0, + 283.01886 + ], + [ + 34528.3, + 3, + 283.01886 + ], + [ + 33396.2264150943, + 0, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 35094.34, + 2, + 283.01886 + ], + [ + 35471.7, + 0, + 283.01886 + ], + [ + 35849.0566037736, + 3, + 283.018867924528 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 36981.1328, + 0, + 283.01886 + ], + [ + 37358.4922, + 1, + 283.01886 + ], + [ + 36603.7735849056, + 3, + 0 + ], + [ + 36792.4528301887, + 3, + 0 + ], + [ + 36415.0943396226, + 2, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 37735.8477, + 0, + 283.01886 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 39528.3, + 3, + 0 + ], + [ + 39622.64, + 2, + 0 + ], + [ + 39811.32, + 1, + 0 + ], + [ + 40000, + 0, + 283.01886 + ], + [ + 40566.04, + 3, + 283.01886 + ], + [ + 39433.9622641509, + 0, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 41509.4336, + 0, + 283.01886 + ], + [ + 41132.0754716981, + 1, + 283.018867924528 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 43396.2266, + 1, + 283.01886 + ], + [ + 43018.8679245283, + 2, + 283.018867924528 + ], + [ + 42452.8301886792, + 0, + 0 + ], + [ + 42641.5094339622, + 3, + 0 + ], + [ + 42830.1886792453, + 1, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 43773.5859, + 0, + 283.01886 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 45283.02, + 0, + 283.01886 + ], + [ + 45660.38, + 1, + 283.01886 + ], + [ + 46037.7344, + 2, + 0 + ], + [ + 46226.4141, + 3, + 0 + ], + [ + 46415.0938, + 2, + 0 + ], + [ + 46603.7734, + 3, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 46792.4531, + 5, + 283.01886 + ], + [ + 47169.8125, + 0, + 0 + ], + [ + 47547.168, + 3, + 0 + ], + [ + 47924.5273, + 1, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 48301.8867, + 6, + 849.0566 + ], + [ + 48301.8867, + 2, + 283.01886 + ], + [ + 48679.2461, + 0, + 188.679245 + ], + [ + 49056.6055, + 3, + 0 + ], + [ + 49245.28, + 0, + 0 + ], + [ + 49339.62, + 0, + 0 + ], + [ + 49433.96, + 3, + 0 + ], + [ + 49622.64, + 0, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 49937.1055, + 2, + 0 + ], + [ + 50188.68, + 2, + 0 + ], + [ + 50440.25, + 2, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 51320.7539, + 0, + 283.01886 + ], + [ + 51698.1133, + 1, + 283.01886 + ], + [ + 52075.4727, + 2, + 0 + ], + [ + 52452.832, + 2, + 0 + ], + [ + 52264.1509433962, + 0, + 0 + ], + [ + 52641.5094339622, + 0, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 52830.1875, + 5, + 283.01886 + ], + [ + 53207.5469, + 0, + 0 + ], + [ + 53584.9063, + 3, + 0 + ], + [ + 53962.2656, + 1, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 54339.62, + 6, + 1132.07544 + ], + [ + 54339.62, + 2, + 188.679245 + ], + [ + 54716.98, + 0, + 188.679245 + ], + [ + 55377.36, + 0, + 0 + ], + [ + 55660.38, + 0, + 0 + ], + [ + 55283.0188679245, + 1, + 0 + ], + [ + 55094.3396226415, + 3, + 0 + ], + [ + 55471.6981132075, + 3, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 56415.0943396226, + 2, + 0 + ], + [ + 56603.7735849056, + 2, + 0 + ], + [ + 56037.7358490566, + 2, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 57547.168, + 2, + 0 + ], + [ + 57924.5273, + 2, + 0 + ], + [ + 58018.8672, + 3, + 0 + ], + [ + 58113.207, + 2, + 0 + ], + [ + 58301.8867, + 0, + 0 + ], + [ + 58490.5664, + 2, + 0 + ], + [ + 58679.2461, + 3, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 58867.9258, + 1, + 0 + ], + [ + 59056.6055, + 0, + 0 + ], + [ + 59245.28, + 3, + 283.01886 + ], + [ + 59622.64, + 2, + 0 + ], + [ + 59811.32, + 3, + 0 + ], + [ + 60000, + 0, + 283.01886 + ], + [ + 59056.6037735849, + 0, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 60566.04, + 2, + 0 + ], + [ + 61509.4336, + 2, + 0 + ], + [ + 60943.396226415, + 2, + 0 + ], + [ + 61132.0754716981, + 1, + 0 + ], + [ + 61320.7547169811, + 3, + 0 + ], + [ + 61037.7358490566, + 0, + 0 + ], + [ + 61698.1132075471, + 0, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 62641.5078, + 2, + 0 + ], + [ + 61886.7924528301, + 3, + 0 + ], + [ + 62075.4716981132, + 1, + 0 + ], + [ + 62264.1509433962, + 1, + 283.018867924528 + ], + [ + 62830.1886792452, + 0, + 0 + ], + [ + 63018.8679245282, + 1, + 283.018867924528 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 63396.2266, + 3, + 0 + ], + [ + 63584.9063, + 3, + 0 + ], + [ + 63773.5859, + 1, + 283.01886 + ], + [ + 64150.94, + 0, + 0 + ], + [ + 64528.3, + 0, + 283.01886 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 64905.6603773584, + 0, + 0 + ], + [ + 65094.3396226415, + 1, + 0 + ], + [ + 65283.0188679245, + 0, + 283.018867924528 + ], + [ + 65660.3773584905, + 3, + 0 + ], + [ + 65849.0566037735, + 1, + 0 + ], + [ + 66037.7358490566, + 1, + 283.018867924528 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 66415.09, + 4, + 0 + ], + [ + 66415.09, + 0, + 0 + ], + [ + 66603.77, + 5, + 0 + ], + [ + 66603.77, + 1, + 0 + ], + [ + 66981.13, + 7, + 0 + ], + [ + 67358.49, + 6, + 0 + ], + [ + 67735.85, + 5, + 754.717 + ], + [ + 66981.1320754716, + 2, + 0 + ], + [ + 67358.4905660377, + 0, + 0 + ], + [ + 67735.8490566037, + 3, + 754.716981132075 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 69716.9844, + 0, + 0 + ], + [ + 69811.32, + 3, + 0 + ], + [ + 70377.36, + 0, + 0 + ], + [ + 70566.04, + 2, + 0 + ], + [ + 70754.72, + 3, + 0 + ], + [ + 70094.3396226415, + 1, + 0 + ], + [ + 69622.6415094339, + 3, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 71132.08, + 2, + 0 + ], + [ + 71320.76, + 1, + 0 + ], + [ + 71509.44, + 0, + 0 + ], + [ + 71698.11, + 2, + 0 + ], + [ + 71886.79, + 3, + 0 + ], + [ + 72075.47, + 0, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 72452.83, + 2, + 283.01886 + ], + [ + 72830.19, + 0, + 283.01886 + ], + [ + 73207.55, + 3, + 283.01886 + ], + [ + 73584.91, + 0, + 0 + ], + [ + 73773.5859, + 1, + 566.0377 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 74528.3047, + 0, + 0 + ], + [ + 74716.9844, + 3, + 0 + ], + [ + 74905.6641, + 0, + 0 + ], + [ + 75094.3359, + 3, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 75754.72, + 0, + 0 + ], + [ + 75849.0547, + 3, + 0 + ], + [ + 76226.4141, + 1, + 0 + ], + [ + 76415.09, + 0, + 0 + ], + [ + 76603.77, + 2, + 0 + ], + [ + 76792.45, + 3, + 0 + ], + [ + 75660.3773584905, + 3, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 77169.81, + 2, + 0 + ], + [ + 77358.49, + 1, + 0 + ], + [ + 77735.85, + 2, + 0 + ], + [ + 77924.53, + 3, + 0 + ], + [ + 78113.21, + 0, + 0 + ], + [ + 78301.88, + 3, + 0 + ], + [ + 77264.1509433962, + 0, + 0 + ], + [ + 77547.1698113207, + 3, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 78490.56, + 2, + 283.01886 + ], + [ + 78867.92, + 0, + 283.01886 + ], + [ + 79245.28, + 3, + 283.01886 + ], + [ + 79622.64, + 0, + 0 + ], + [ + 79811.32, + 1, + 566.0377 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 80566.04, + 0, + 0 + ], + [ + 80754.72, + 3, + 0 + ], + [ + 80943.4, + 0, + 0 + ], + [ + 81132.08, + 3, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 81509.44, + 1, + 0 + ], + [ + 81698.11, + 1, + 0 + ], + [ + 81886.7924528302, + 1, + 0 + ], + [ + 82075.4716981132, + 1, + 0 + ], + [ + 82264.1509433962, + 3, + 0 + ], + [ + 82452.8301886792, + 1, + 0 + ], + [ + 82641.5094339623, + 0, + 0 + ], + [ + 82830.1886792453, + 1, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 83018.87, + 1, + 0 + ], + [ + 83207.55, + 1, + 0 + ], + [ + 83396.2264150944, + 1, + 0 + ], + [ + 83584.9056603774, + 1, + 0 + ], + [ + 83773.5849056604, + 3, + 0 + ], + [ + 83962.2641509434, + 1, + 0 + ], + [ + 84150.9433962264, + 0, + 0 + ], + [ + 84339.6226415094, + 1, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 84528.3047, + 2, + 0 + ], + [ + 84716.9844, + 3, + 0 + ], + [ + 84905.6641, + 2, + 0 + ], + [ + 85094.3359, + 0, + 0 + ], + [ + 85283.0156, + 2, + 0 + ], + [ + 85471.6953, + 3, + 0 + ], + [ + 85660.375, + 2, + 0 + ], + [ + 85849.0547, + 0, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 86037.7344, + 2, + 0 + ], + [ + 86226.4141, + 3, + 0 + ], + [ + 86415.09, + 2, + 0 + ], + [ + 86603.77, + 0, + 0 + ], + [ + 86792.45, + 2, + 0 + ], + [ + 86981.13, + 3, + 0 + ], + [ + 87169.81, + 2, + 0 + ], + [ + 87358.49, + 0, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 87547.17, + 3, + 283.01886 + ], + [ + 87924.53, + 0, + 94.33962 + ], + [ + 88113.21, + 1, + 283.01886 + ], + [ + 88301.88, + 4, + 0 + ], + [ + 88490.56, + 0, + 0 + ], + [ + 88490.56, + 7, + 0 + ], + [ + 88679.24, + 1, + 0 + ], + [ + 88679.24, + 7, + 283.01886 + ], + [ + 88867.9245283019, + 2, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 89056.6, + 5, + 283.01886 + ], + [ + 89056.6, + 3, + 0 + ], + [ + 89433.96, + 3, + 0 + ], + [ + 89811.32, + 1, + 283.01886 + ], + [ + 89811.32, + 7, + 0 + ], + [ + 90000, + 4, + 0 + ], + [ + 90188.68, + 6, + 283.01886 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 90566.04, + 5, + 283.01886 + ], + [ + 90566.04, + 0, + 0 + ], + [ + 91132.08, + 3, + 0 + ], + [ + 91698.11, + 3, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 92075.47, + 6, + 566.0377 + ], + [ + 92075.47, + 2, + 566.0377 + ], + [ + 92830.19, + 4, + 566.0377 + ], + [ + 92830.1886792453, + 0, + 566.037735849057 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 93867.92, + 3, + 0 + ], + [ + 93962.2656, + 2, + 0 + ], + [ + 94150.9453, + 1, + 0 + ], + [ + 94245.28, + 7, + 0 + ], + [ + 94339.625, + 0, + 283.01886 + ], + [ + 94339.625, + 6, + 0 + ], + [ + 94528.3047, + 5, + 0 + ], + [ + 94716.9844, + 4, + 283.01886 + ], + [ + 94905.6641, + 3, + 283.01886 + ], + [ + 93773.5849056604, + 0, + 0 + ], + [ + 94150.9433962265, + 4, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 95283.0156, + 3, + 283.01886 + ], + [ + 95471.6953, + 6, + 283.01886 + ], + [ + 95849.0547, + 2, + 283.01886 + ], + [ + 95849.0547, + 4, + 283.01886 + ], + [ + 96226.4141, + 7, + 0 + ], + [ + 96226.4150943397, + 1, + 283.018867924528 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 96792.45, + 7, + 94.33962 + ], + [ + 96981.13, + 6, + 94.33962 + ], + [ + 97169.81, + 5, + 94.33962 + ], + [ + 97169.81, + 3, + 94.33962 + ], + [ + 97358.49, + 4, + 283.01886 + ], + [ + 97358.49, + 2, + 94.33962 + ], + [ + 97547.17, + 1, + 94.33962 + ], + [ + 97735.85, + 0, + 283.01886 + ], + [ + 97735.85, + 5, + 283.01886 + ], + [ + 96603.7735849057, + 0, + 377.358490566038 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 98113.21, + 5, + 283.01886 + ], + [ + 98113.21, + 0, + 283.01886 + ], + [ + 98490.56, + 7, + 283.01886 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 99905.6641, + 3, + 0 + ], + [ + 100000, + 2, + 0 + ], + [ + 100188.68, + 1, + 0 + ], + [ + 100283.016, + 7, + 0 + ], + [ + 100377.359, + 6, + 0 + ], + [ + 100377.359, + 0, + 283.01886 + ], + [ + 100566.039, + 5, + 0 + ], + [ + 100754.719, + 4, + 283.01886 + ], + [ + 100943.4, + 3, + 283.01886 + ], + [ + 99811.320754717, + 0, + 0 + ], + [ + 100188.679245283, + 4, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 101320.758, + 3, + 283.01886 + ], + [ + 101509.438, + 6, + 283.01886 + ], + [ + 101886.789, + 2, + 283.01886 + ], + [ + 101886.789, + 4, + 283.01886 + ], + [ + 102264.148, + 0, + 283.01886 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 102830.188, + 3, + 94.33962 + ], + [ + 103018.867, + 2, + 94.33962 + ], + [ + 103207.547, + 7, + 94.33962 + ], + [ + 103207.547, + 1, + 94.33962 + ], + [ + 103396.227, + 0, + 283.01886 + ], + [ + 103396.227, + 6, + 94.33962 + ], + [ + 103584.906, + 5, + 94.33962 + ], + [ + 103773.586, + 1, + 283.01886 + ], + [ + 103773.586, + 4, + 283.01886 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 104150.945, + 0, + 283.01886 + ], + [ + 104150.945, + 5, + 283.01886 + ], + [ + 104528.305, + 7, + 283.01886 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 105849.055, + 2, + 0 + ], + [ + 106226.414, + 2, + 0 + ], + [ + 106320.758, + 3, + 0 + ], + [ + 106415.094, + 2, + 0 + ], + [ + 106603.773, + 0, + 0 + ], + [ + 106792.453, + 2, + 0 + ], + [ + 106981.133, + 3, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 107169.813, + 1, + 0 + ], + [ + 107358.492, + 0, + 0 + ], + [ + 107547.172, + 3, + 283.01886 + ], + [ + 107924.531, + 2, + 0 + ], + [ + 108113.211, + 3, + 0 + ], + [ + 108301.883, + 0, + 283.01886 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 108867.922, + 2, + 0 + ], + [ + 109245.281, + 2, + 0 + ], + [ + 109433.961, + 2, + 0 + ], + [ + 109811.32, + 2, + 0 + ], + [ + 109339.62264151, + 0, + 0 + ], + [ + 109622.641509434, + 3, + 0 + ], + [ + 110000, + 0, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 110377.358490566, + 1, + 0 + ], + [ + 110188.679245283, + 3, + 0 + ], + [ + 110566.037735849, + 1, + 283.018867924528 + ], + [ + 111132.075471698, + 0, + 0 + ], + [ + 110943.396226415, + 2, + 0 + ], + [ + 111320.754716981, + 1, + 283.018867924528 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 111698.109, + 3, + 0 + ], + [ + 111886.789, + 3, + 0 + ], + [ + 112075.469, + 1, + 283.01886 + ], + [ + 112452.828, + 0, + 0 + ], + [ + 112830.188, + 0, + 283.01886 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 113207.547, + 4, + 0 + ], + [ + 113584.906, + 1, + 283.01886 + ], + [ + 114150.943396227, + 1, + 0 + ], + [ + 114339.62264151, + 1, + 283.018867924528 + ], + [ + 113207.547169811, + 2, + 0 + ], + [ + 113396.226415094, + 0, + 0 + ], + [ + 113962.264150944, + 3, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 114716.984, + 0, + 0 + ], + [ + 114716.984, + 4, + 0 + ], + [ + 114905.664, + 1, + 0 + ], + [ + 114905.664, + 5, + 0 + ], + [ + 115283.016, + 3, + 0 + ], + [ + 115660.375, + 2, + 0 + ], + [ + 116037.734, + 5, + 754.717 + ], + [ + 116037.734, + 1, + 754.717 + ], + [ + 115283.018867925, + 6, + 0 + ], + [ + 115660.377358491, + 7, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 117924.531, + 0, + 0 + ], + [ + 118301.883, + 3, + 0 + ], + [ + 118490.563, + 1, + 0 + ], + [ + 118679.242, + 0, + 0 + ], + [ + 118867.922, + 2, + 0 + ], + [ + 119056.6, + 3, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 119245.281, + 2, + 283.01886 + ], + [ + 119622.641, + 3, + 283.01886 + ], + [ + 120000, + 0, + 283.01886 + ], + [ + 120377.359, + 3, + 283.01886 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 120754.719, + 6, + 754.717 + ], + [ + 121509.433962264, + 3, + 0 + ], + [ + 120943.396226415, + 1, + 0 + ], + [ + 121320.754716981, + 0, + 0 + ], + [ + 121698.113207547, + 2, + 0 + ], + [ + 121886.79245283, + 3, + 0 + ], + [ + 122075.471698113, + 0, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 122264.148, + 2, + 283.01886 + ], + [ + 122641.508, + 3, + 283.01886 + ], + [ + 123018.867, + 0, + 283.01886 + ], + [ + 123396.227, + 3, + 754.717 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 123773.586, + 1, + 94.33962 + ], + [ + 124150.945, + 3, + 0 + ], + [ + 124339.625, + 3, + 0 + ], + [ + 124528.305, + 2, + 283.01886 + ], + [ + 124905.664, + 0, + 283.01886 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 125283.016, + 5, + 283.01886 + ], + [ + 125283.016, + 2, + 0 + ], + [ + 126415.094, + 0, + 0 + ], + [ + 125471.698113208, + 3, + 0 + ], + [ + 125660.377358491, + 0, + 283.018867924528 + ], + [ + 126037.735849057, + 2, + 0 + ], + [ + 126226.41509434, + 0, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 126792.453, + 0, + 0 + ], + [ + 126981.133, + 1, + 0 + ], + [ + 127358.492, + 3, + 0 + ], + [ + 127358.492, + 7, + 0 + ], + [ + 127735.852, + 2, + 0 + ], + [ + 127735.852, + 6, + 0 + ], + [ + 128113.211, + 1, + 377.3585 + ], + [ + 128113.211, + 5, + 377.3585 + ], + [ + 126981.132075472, + 5, + 0 + ], + [ + 126792.452830189, + 4, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": false + }, + { + "sectionNotes": [ + [ + 129433.962264151, + 3, + 0 + ], + [ + 129056.603773585, + 3, + 0 + ], + [ + 129245.283018868, + 1, + 0 + ], + [ + 129622.641509434, + 0, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [ + [ + 129811.320754717, + 2, + 0 + ] + ], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "sectionNotes": [], + "lengthInSteps": 16, + "mustHitSection": true + }, + { + "gfSection": false, + "altAnim": false, + "typeOfSection": 0, + "sectionNotes": [], + "bpm": 159, + "sectionBeats": 4, + "changeBPM": false, + "mustHitSection": true + }, + { + "gfSection": false, + "altAnim": false, + "typeOfSection": 0, + "sectionNotes": [], + "bpm": 159, + "sectionBeats": 4, + "changeBPM": false, + "mustHitSection": true + } + ], + "player2": "monster-christmas", + "player3": null, + "song": "Winter Horrorland", + "stage": "mallEvil", + "needsVoices": true, + "validScore": true, + "bpm": 159, + "speed": 1.3 + } +} \ No newline at end of file diff --git a/charts/winter-horrorland/winter-horrorland-normal.json b/charts/winter-horrorland/winter-horrorland-normal.json new file mode 100644 index 0000000..bd354a9 --- /dev/null +++ b/charts/winter-horrorland/winter-horrorland-normal.json @@ -0,0 +1 @@ +{"song":{"song":"Winter Horrorland","bpm":159.0,"needsVoices":true,"player1":"bf-christmas","player2":"monster-christmas","speed":1.1,"notes":[{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[9433.962,0,283.01886],[9811.32,2,283.01886],[10188.68,3,283.01886]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[10566.0381,0,660.3774],[11320.7549,2,660.3774]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[12452.83,0,283.01886],[12830.1885,2,283.01886],[13207.5469,3,283.01886]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[13584.9053,1,0.0],[14339.623,3,283.01886],[14716.9814,2,283.01886]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[15094.34,5,754.717],[15471.6982,0,283.01886],[15849.0566,2,283.01886],[16226.415,3,283.01886]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[16603.7734,0,660.3774],[17358.49,2,660.3774]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[18490.5664,0,283.01886],[18867.9238,2,283.01886],[19245.2832,3,283.01886]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[19622.64,1,0.0],[20377.36,3,283.01886],[20754.7168,2,283.01886]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[21132.0762,1,283.01886],[21132.0762,5,754.717],[21509.4336,3,283.01886],[21886.793,2,283.01886],[22264.15,3,283.01886]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[22641.51,1,471.69812],[23207.5469,0,0.0],[23396.2266,0,0.0],[23773.584,0,0.0],[23962.2637,1,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[24150.9434,3,283.01886],[24528.3027,2,0.0],[24905.66,2,0.0],[25283.02,2,0.0],[25471.6973,0,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[25660.377,1,471.69812],[26226.416,2,0.0],[26415.0938,3,0.0],[26603.7734,2,0.0],[26792.4531,0,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[27169.81,1,283.01886],[27547.17,3,283.01886],[27924.5273,2,283.01886],[28301.8867,3,283.01886]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[28679.2461,1,471.69812],[29245.2832,0,0.0],[29433.9629,0,0.0],[29811.32,0,0.0],[30000.0,1,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[30188.68,3,283.01886],[30566.0371,2,0.0],[30943.3965,2,0.0],[31320.7539,2,0.0],[31509.4336,0,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[31698.1133,1,471.69812],[32264.15,2,0.0],[32452.83,3,0.0],[32641.51,2,0.0],[32830.1875,0,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[33396.2266,3,0.0],[33584.9063,2,0.0],[33962.2656,0,283.01886],[34528.3,3,283.01886]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[35094.34,2,283.01886],[35471.7,0,283.01886],[35849.0547,3,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[36603.7734,2,0.0],[36981.1328,0,283.01886],[37358.4922,1,283.01886]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[37735.8477,0,283.01886]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[39433.96,3,0.0],[39622.64,2,0.0],[40000.0,0,283.01886],[40566.04,3,283.01886]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[41132.0742,2,283.01886],[41509.4336,0,283.01886],[41886.793,3,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[42641.5078,2,0.0],[43018.8672,0,283.01886],[43396.2266,1,283.01886]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[43773.5859,0,283.01886]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[45283.02,0,283.01886],[45660.38,1,283.01886],[46037.7344,2,0.0],[46415.0938,2,0.0],[46603.7734,3,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[46792.4531,5,283.01886],[47169.8125,0,0.0],[47547.168,3,0.0],[47924.5273,1,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[48301.8867,2,283.01886],[48301.8867,6,849.0566],[48679.2461,0,188.679245],[49056.6055,3,0.0],[49245.28,0,0.0],[49433.96,3,0.0],[49622.64,0,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[49937.1055,2,0.0],[50188.68,2,0.0],[50440.25,2,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[51320.7539,0,283.01886],[51698.1133,1,283.01886],[52075.4727,2,0.0],[52452.832,2,0.0],[52641.5078,3,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[52830.1875,5,283.01886],[53207.5469,0,0.0],[53584.9063,3,0.0],[53962.2656,1,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[54339.62,6,1132.07544],[54339.62,2,188.679245],[54716.98,0,188.679245],[55094.34,3,0.0],[55283.02,0,0.0],[55471.7,3,0.0],[55660.38,0,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[56037.7344,2,0.0],[56415.0938,2,0.0],[56603.7734,2,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[57547.168,2,0.0],[57924.5273,2,0.0],[58113.207,2,0.0],[58490.5664,2,0.0],[58679.2461,3,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[58867.9258,1,0.0],[59245.28,3,283.01886],[59622.64,2,0.0],[60000.0,0,283.01886]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[60566.04,2,0.0],[60943.3945,2,0.0],[61132.0742,2,0.0],[61509.4336,2,0.0],[61698.1133,3,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[61886.793,1,0.0],[62264.1523,3,283.01886],[62641.5078,2,0.0],[63018.8672,0,283.01886]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[63396.2266,3,0.0],[63773.5859,1,283.01886],[64150.94,0,0.0],[64528.3,0,283.01886]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[64905.66,4,0.0],[64905.66,3,0.0],[65283.02,1,283.01886],[65660.375,0,0.0],[66037.7344,0,283.01886]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[66415.09,4,0.0],[66415.09,0,0.0],[66981.13,7,0.0],[66981.13,3,0.0],[67358.49,6,0.0],[67358.49,2,0.0],[67735.85,5,754.717],[67735.85,1,754.717]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[69622.64,0,0.0],[69811.32,3,0.0],[70188.68,1,0.0],[70566.04,2,0.0],[70754.72,3,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[71132.08,2,0.0],[71320.76,1,0.0],[71698.11,2,0.0],[72075.47,0,0.0],[72264.15,3,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[72452.83,2,283.01886],[72830.19,0,283.01886],[73207.55,3,283.01886],[73584.91,0,0.0],[73773.5859,1,566.0377]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[74528.3047,0,0.0],[74716.9844,3,0.0],[74905.6641,0,0.0],[75094.3359,3,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[75660.375,0,0.0],[75849.0547,3,0.0],[76226.4141,1,0.0],[76603.77,2,0.0],[76792.45,3,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[77169.81,2,0.0],[77358.49,1,0.0],[77735.85,2,0.0],[78113.21,0,0.0],[78301.88,3,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[78490.56,2,283.01886],[78867.92,0,283.01886],[79245.28,3,283.01886],[79622.64,0,0.0],[79811.32,1,566.0377]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[80566.04,0,0.0],[80754.72,3,0.0],[80943.4,0,0.0],[81132.08,3,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[81509.44,1,0.0],[81886.79,3,0.0],[82264.15,0,0.0],[82641.51,2,0.0],[82830.19,3,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[83018.87,1,0.0],[83396.23,3,0.0],[83773.5859,0,0.0],[84150.9453,2,0.0],[84339.625,3,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[84528.3047,2,0.0],[84905.6641,2,0.0],[85094.3359,0,0.0],[85283.0156,2,0.0],[85660.375,2,0.0],[85849.0547,0,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[86037.7344,2,0.0],[86415.09,2,0.0],[86603.77,0,0.0],[86792.45,2,0.0],[87169.81,2,0.0],[87358.49,0,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[87547.17,3,283.01886],[87924.53,0,94.33962],[88113.21,1,283.01886],[88301.88,4,0.0],[88679.24,1,0.0],[88679.24,7,283.01886]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[89056.6,5,283.01886],[89056.6,3,0.0],[89433.96,3,0.0],[89811.32,1,283.01886],[89811.32,7,0.0],[90188.68,6,283.01886]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[90566.04,5,283.01886],[90566.04,0,0.0],[91132.08,3,0.0],[91698.11,3,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[92075.47,2,566.0377],[92075.47,6,566.0377],[92830.19,3,566.0377],[92830.19,4,566.0377]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[93773.5859,3,0.0],[93962.2656,2,0.0],[94150.9453,7,0.0],[94339.625,6,0.0],[94339.625,0,283.01886],[94716.9844,4,283.01886],[94905.6641,3,283.01886]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[95283.0156,3,283.01886],[95471.6953,6,283.01886],[95849.0547,2,283.01886],[95849.0547,4,283.01886],[96226.4141,0,283.01886],[96226.4141,7,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[96603.77,3,0.0],[96981.13,6,0.0],[97358.49,2,0.0],[97358.49,4,283.01886],[97735.85,0,283.01886],[97735.85,5,283.01886]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[98113.21,5,283.01886],[98113.21,0,283.01886],[98490.56,7,283.01886]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[99811.32,3,0.0],[100000.0,2,0.0],[100188.68,7,0.0],[100377.359,0,283.01886],[100377.359,6,0.0],[100754.719,4,283.01886],[100943.4,3,283.01886]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[101320.758,3,283.01886],[101509.438,6,283.01886],[101886.789,2,283.01886],[101886.789,4,283.01886],[102264.148,0,283.01886]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[102830.188,3,94.33962],[103018.867,2,94.33962],[103207.547,7,94.33962],[103396.227,0,283.01886],[103396.227,6,94.33962],[103773.586,1,283.01886],[103773.586,4,283.01886]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[104150.945,0,283.01886],[104150.945,5,283.01886],[104528.305,7,283.01886]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[105849.055,2,0.0],[106226.414,2,0.0],[106415.094,2,0.0],[106792.453,2,0.0],[106981.133,3,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[107169.813,1,0.0],[107547.172,3,283.01886],[107924.531,2,0.0],[108301.883,0,283.01886]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[108867.922,2,0.0],[109245.281,2,0.0],[109433.961,2,0.0],[109811.32,2,0.0],[110000.0,3,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[110188.68,1,0.0],[110566.039,3,283.01886],[110943.4,2,0.0],[111320.758,0,283.01886]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[111698.109,3,0.0],[112075.469,1,283.01886],[112452.828,0,0.0],[112830.188,0,283.01886]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[113207.547,3,0.0],[113207.547,4,0.0],[113584.906,1,283.01886],[113962.266,0,0.0],[114339.625,0,283.01886]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[114716.984,4,0.0],[114716.984,0,0.0],[115283.016,7,0.0],[115283.016,3,0.0],[115660.375,6,0.0],[115660.375,2,0.0],[116037.734,5,754.717],[116037.734,1,754.717]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[117924.531,0,0.0],[118490.563,1,0.0],[118867.922,2,0.0],[119056.6,3,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[119245.281,2,283.01886],[119622.641,3,283.01886],[120000.0,0,283.01886],[120377.359,3,283.01886]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[120754.719,6,754.717],[120943.4,0,0.0],[121509.438,1,0.0],[121886.789,2,0.0],[122075.469,3,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[122264.148,2,283.01886],[122641.508,3,283.01886],[123018.867,0,283.01886],[123396.227,3,754.717]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[123773.586,1,94.33962],[124150.945,3,0.0],[124528.305,2,283.01886],[124905.664,0,283.01886]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[125283.016,5,283.01886],[125283.016,2,0.0],[125660.375,1,283.01886],[126037.734,3,0.0],[126226.414,0,0.0],[126415.094,0,0.0]]},{"lengthInSteps":16,"mustHitSection":false,"sectionNotes":[[126792.453,0,0.0],[126792.453,4,0.0],[127358.492,3,0.0],[127358.492,7,0.0],[127735.852,2,0.0],[127735.852,6,0.0],[128113.211,1,377.3585],[128113.211,5,377.3585]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[129056.6,0,0.0],[129245.281,3,0.0],[129433.961,0,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[[129811.32,2,0.0]]},{"lengthInSteps":16,"mustHitSection":true,"sectionNotes":[]}]},"generatedBy":"SNIFF ver.6"} diff --git a/modules/states/playstate.lua b/modules/states/playstate.lua index 984c322..18732e3 100644 --- a/modules/states/playstate.lua +++ b/modules/states/playstate.lua @@ -566,6 +566,7 @@ local function state(songName, songDifficulty) characters.gf = myTypes.character(chart.gfVersion) characters.gf.stagePosition = myTypes.Vector2(stage.girlfriend[1], stage.girlfriend[2]) characters.gf:PlayAnimation("danceLeft") + characters.gf.sprite.layer = 0 end characters.bf = myTypes.character(chart.player1) @@ -573,6 +574,7 @@ local function state(songName, songDifficulty) characters.bf:PlayAnimation("idle") local image = love.graphics.newImage(string.format("images/icons/icon-%s.png", characters.bf.icon)) icons.bf = {image = image, alive = love.graphics.newQuad(0,0, 150, 150, image), dead = love.graphics.newQuad(150, 0, 150, 150, image)} + characters.bf.sprite.layer = 1 if chart.player2 ~= "none" then -- you can have no player2 but always player1 characters.dad = myTypes.character(chart.player2) @@ -581,6 +583,7 @@ local function state(songName, songDifficulty) characters.dad:PlayAnimation(characters.dad.animInfo.idle and "idle" or "danceLeft") local image = love.graphics.newImage(string.format("images/icons/icon-%s.png", characters.dad.icon)) icons.dad = {image = image, alive = love.graphics.newQuad(0,0, 150, 150, image), dead = love.graphics.newQuad(150, 0, 150, 150, image)} + characters.dad.sprite.layer = 1 end conductor.stepCrochet = conductor:calculateCrochet(chart.bpm)/4 diff --git a/sprites/characters/bf_dark.json b/sprites/characters/bf_dark.json new file mode 100644 index 0000000..1205245 --- /dev/null +++ b/sprites/characters/bf_dark.json @@ -0,0 +1,3296 @@ +{ + "TextureAtlas": { + "SubTexture": [ + { + "_name": "BF HEY!!0000", + "_x": "0", + "_y": "0", + "_width": "395", + "_height": "416", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "418" + }, + { + "_name": "BF HEY!!0001", + "_x": "0", + "_y": "0", + "_width": "395", + "_height": "416", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "418" + }, + { + "_name": "BF HEY!!0002", + "_x": "400", + "_y": "0", + "_width": "413", + "_height": "410", + "_frameX": "-1", + "_frameY": "-8", + "_frameWidth": "415", + "_frameHeight": "418" + }, + { + "_name": "BF HEY!!0003", + "_x": "400", + "_y": "0", + "_width": "413", + "_height": "410", + "_frameX": "-1", + "_frameY": "-8", + "_frameWidth": "415", + "_frameHeight": "418" + }, + { + "_name": "BF HEY!!0004", + "_x": "818", + "_y": "0", + "_width": "414", + "_height": "412", + "_frameX": "-1", + "_frameY": "-6", + "_frameWidth": "415", + "_frameHeight": "418" + }, + { + "_name": "BF HEY!!0005", + "_x": "818", + "_y": "0", + "_width": "414", + "_height": "412", + "_frameX": "-1", + "_frameY": "-6", + "_frameWidth": "415", + "_frameHeight": "418" + }, + { + "_name": "BF HEY!!0006", + "_x": "818", + "_y": "0", + "_width": "414", + "_height": "412", + "_frameX": "-1", + "_frameY": "-6", + "_frameWidth": "415", + "_frameHeight": "418" + }, + { + "_name": "BF HEY!!0007", + "_x": "818", + "_y": "0", + "_width": "414", + "_height": "412", + "_frameX": "-1", + "_frameY": "-6", + "_frameWidth": "415", + "_frameHeight": "418" + }, + { + "_name": "BF HEY!!0008", + "_x": "818", + "_y": "0", + "_width": "414", + "_height": "412", + "_frameX": "-1", + "_frameY": "-6", + "_frameWidth": "415", + "_frameHeight": "418" + }, + { + "_name": "BF HEY!!0009", + "_x": "818", + "_y": "0", + "_width": "414", + "_height": "412", + "_frameX": "-1", + "_frameY": "-6", + "_frameWidth": "415", + "_frameHeight": "418" + }, + { + "_name": "BF HEY!!0010", + "_x": "818", + "_y": "0", + "_width": "414", + "_height": "412", + "_frameX": "-1", + "_frameY": "-6", + "_frameWidth": "415", + "_frameHeight": "418" + }, + { + "_name": "BF HEY!!0011", + "_x": "818", + "_y": "0", + "_width": "414", + "_height": "412", + "_frameX": "-1", + "_frameY": "-6", + "_frameWidth": "415", + "_frameHeight": "418" + }, + { + "_name": "BF HEY!!0012", + "_x": "818", + "_y": "0", + "_width": "414", + "_height": "412", + "_frameX": "-1", + "_frameY": "-6", + "_frameWidth": "415", + "_frameHeight": "418" + }, + { + "_name": "BF HEY!!0013", + "_x": "818", + "_y": "0", + "_width": "414", + "_height": "412", + "_frameX": "-1", + "_frameY": "-6", + "_frameWidth": "415", + "_frameHeight": "418" + }, + { + "_name": "BF HEY!!0014", + "_x": "818", + "_y": "0", + "_width": "414", + "_height": "412", + "_frameX": "-1", + "_frameY": "-6", + "_frameWidth": "415", + "_frameHeight": "418" + }, + { + "_name": "BF HEY!!0015", + "_x": "818", + "_y": "0", + "_width": "414", + "_height": "412", + "_frameX": "-1", + "_frameY": "-6", + "_frameWidth": "415", + "_frameHeight": "418" + }, + { + "_name": "BF HEY!!0016", + "_x": "818", + "_y": "0", + "_width": "414", + "_height": "412", + "_frameX": "-1", + "_frameY": "-6", + "_frameWidth": "415", + "_frameHeight": "418" + }, + { + "_name": "BF HEY!!0017", + "_x": "818", + "_y": "0", + "_width": "414", + "_height": "412", + "_frameX": "-1", + "_frameY": "-6", + "_frameWidth": "415", + "_frameHeight": "418" + }, + { + "_name": "BF HEY!!0018", + "_x": "818", + "_y": "0", + "_width": "414", + "_height": "412", + "_frameX": "-1", + "_frameY": "-6", + "_frameWidth": "415", + "_frameHeight": "418" + }, + { + "_name": "BF HEY!!0019", + "_x": "818", + "_y": "0", + "_width": "414", + "_height": "412", + "_frameX": "-1", + "_frameY": "-6", + "_frameWidth": "415", + "_frameHeight": "418" + }, + { + "_name": "BF HEY!!0020", + "_x": "818", + "_y": "0", + "_width": "414", + "_height": "412", + "_frameX": "-1", + "_frameY": "-6", + "_frameWidth": "415", + "_frameHeight": "418" + }, + { + "_name": "BF HEY!!0021", + "_x": "818", + "_y": "0", + "_width": "414", + "_height": "412", + "_frameX": "-1", + "_frameY": "-6", + "_frameWidth": "415", + "_frameHeight": "418" + }, + { + "_name": "BF HEY!!0022", + "_x": "818", + "_y": "0", + "_width": "414", + "_height": "412", + "_frameX": "-1", + "_frameY": "-6", + "_frameWidth": "415", + "_frameHeight": "418" + }, + { + "_name": "BF HEY!!0023", + "_x": "818", + "_y": "0", + "_width": "414", + "_height": "412", + "_frameX": "-1", + "_frameY": "-6", + "_frameWidth": "415", + "_frameHeight": "418" + }, + { + "_name": "BF HEY!!0024", + "_x": "818", + "_y": "0", + "_width": "414", + "_height": "412", + "_frameX": "-1", + "_frameY": "-6", + "_frameWidth": "415", + "_frameHeight": "418" + }, + { + "_name": "BF HEY!!0025", + "_x": "818", + "_y": "0", + "_width": "414", + "_height": "412", + "_frameX": "-1", + "_frameY": "-6", + "_frameWidth": "415", + "_frameHeight": "418" + }, + { + "_name": "BF NOTE DOWN0000", + "_x": "1237", + "_y": "0", + "_width": "374", + "_height": "357", + "_frameX": "-1", + "_frameY": "-5", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0001", + "_x": "1237", + "_y": "0", + "_width": "374", + "_height": "357", + "_frameX": "-1", + "_frameY": "-5", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0002", + "_x": "1616", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0003", + "_x": "1616", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0004", + "_x": "1616", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0005", + "_x": "1616", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0006", + "_x": "1616", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0007", + "_x": "1616", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0008", + "_x": "1616", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0009", + "_x": "1616", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0010", + "_x": "1616", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0011", + "_x": "1616", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0012", + "_x": "1616", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0013", + "_x": "1616", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0014", + "_x": "1616", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0015", + "_x": "1616", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0016", + "_x": "1616", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0017", + "_x": "1616", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0018", + "_x": "1616", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0019", + "_x": "1616", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0020", + "_x": "1616", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0021", + "_x": "1616", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0022", + "_x": "1616", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0023", + "_x": "1616", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0024", + "_x": "1616", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0025", + "_x": "1616", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0026", + "_x": "1616", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0027", + "_x": "1616", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0028", + "_x": "1616", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0029", + "_x": "1616", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN MISS0000", + "_x": "1237", + "_y": "0", + "_width": "374", + "_height": "357", + "_frameX": "-1", + "_frameY": "-35", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN MISS0001", + "_x": "1994", + "_y": "0", + "_width": "376", + "_height": "392", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0002", + "_x": "1994", + "_y": "0", + "_width": "376", + "_height": "392", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0003", + "_x": "2375", + "_y": "0", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0004", + "_x": "2375", + "_y": "0", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0005", + "_x": "2375", + "_y": "0", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0006", + "_x": "2375", + "_y": "0", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0007", + "_x": "2375", + "_y": "0", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0008", + "_x": "2375", + "_y": "0", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0009", + "_x": "2375", + "_y": "0", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0010", + "_x": "2375", + "_y": "0", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0011", + "_x": "2375", + "_y": "0", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0012", + "_x": "2375", + "_y": "0", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0013", + "_x": "2375", + "_y": "0", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0014", + "_x": "2375", + "_y": "0", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0015", + "_x": "2375", + "_y": "0", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0016", + "_x": "2375", + "_y": "0", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0017", + "_x": "2375", + "_y": "0", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0018", + "_x": "2375", + "_y": "0", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0019", + "_x": "2375", + "_y": "0", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0020", + "_x": "2375", + "_y": "0", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0021", + "_x": "2375", + "_y": "0", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0022", + "_x": "2375", + "_y": "0", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0023", + "_x": "2375", + "_y": "0", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0024", + "_x": "2375", + "_y": "0", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0025", + "_x": "2375", + "_y": "0", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0026", + "_x": "2375", + "_y": "0", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0027", + "_x": "2375", + "_y": "0", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0028", + "_x": "2375", + "_y": "0", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE LEFT0000", + "_x": "2758", + "_y": "0", + "_width": "383", + "_height": "406", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "385", + "_frameHeight": "406" + }, + { + "_name": "BF NOTE LEFT0001", + "_x": "2758", + "_y": "0", + "_width": "383", + "_height": "406", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "385", + "_frameHeight": "406" + }, + { + "_name": "BF NOTE LEFT0002", + "_x": "3146", + "_y": "0", + "_width": "374", + "_height": "404", + "_frameX": "-11", + "_frameY": "-2", + "_frameWidth": "385", + "_frameHeight": "406" + }, + { + "_name": "BF NOTE LEFT0003", + "_x": "3146", + "_y": "0", + "_width": "374", + "_height": "404", + "_frameX": "-11", + "_frameY": "-2", + "_frameWidth": "385", + "_frameHeight": "406" + }, + { + "_name": "BF NOTE LEFT0004", + "_x": "3146", + "_y": "0", + "_width": "374", + "_height": "404", + "_frameX": "-11", + "_frameY": "-2", + "_frameWidth": "385", + "_frameHeight": "406" + }, + { + "_name": "BF NOTE LEFT0005", + "_x": "3146", + "_y": "0", + "_width": "374", + "_height": "404", + "_frameX": "-11", + "_frameY": "-2", + "_frameWidth": "385", + "_frameHeight": "406" + }, + { + "_name": "BF NOTE LEFT0006", + "_x": "3146", + "_y": "0", + "_width": "374", + "_height": "404", + "_frameX": "-11", + "_frameY": "-2", + "_frameWidth": "385", + "_frameHeight": "406" + }, + { + "_name": "BF NOTE LEFT0007", + "_x": "3146", + "_y": "0", + "_width": "374", + "_height": "404", + "_frameX": "-11", + "_frameY": "-2", + "_frameWidth": "385", + "_frameHeight": "406" + }, + { + "_name": "BF NOTE LEFT0008", + "_x": "3146", + "_y": "0", + "_width": "374", + "_height": "404", + "_frameX": "-11", + "_frameY": "-2", + "_frameWidth": "385", + "_frameHeight": "406" + }, + { + "_name": "BF NOTE LEFT0009", + "_x": "3146", + "_y": "0", + "_width": "374", + "_height": "404", + "_frameX": "-11", + "_frameY": "-2", + "_frameWidth": "385", + "_frameHeight": "406" + }, + { + "_name": "BF NOTE LEFT0010", + "_x": "3146", + "_y": "0", + "_width": "374", + "_height": "404", + "_frameX": "-11", + "_frameY": "-2", + "_frameWidth": "385", + "_frameHeight": "406" + }, + { + "_name": "BF NOTE LEFT0011", + "_x": "3146", + "_y": "0", + "_width": "374", + "_height": "404", + "_frameX": "-11", + "_frameY": "-2", + "_frameWidth": "385", + "_frameHeight": "406" + }, + { + "_name": "BF NOTE LEFT0012", + "_x": "3146", + "_y": "0", + "_width": "374", + "_height": "404", + "_frameX": "-11", + "_frameY": "-2", + "_frameWidth": "385", + "_frameHeight": "406" + }, + { + "_name": "BF NOTE LEFT0013", + "_x": "3146", + "_y": "0", + "_width": "374", + "_height": "404", + "_frameX": "-11", + "_frameY": "-2", + "_frameWidth": "385", + "_frameHeight": "406" + }, + { + "_name": "BF NOTE LEFT0014", + "_x": "3146", + "_y": "0", + "_width": "374", + "_height": "404", + "_frameX": "-11", + "_frameY": "-2", + "_frameWidth": "385", + "_frameHeight": "406" + }, + { + "_name": "BF NOTE LEFT MISS0000", + "_x": "3525", + "_y": "0", + "_width": "383", + "_height": "406", + "_frameX": "0", + "_frameY": "-26", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0001", + "_x": "0", + "_y": "421", + "_width": "369", + "_height": "430", + "_frameX": "-15", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0002", + "_x": "0", + "_y": "421", + "_width": "369", + "_height": "430", + "_frameX": "-15", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0003", + "_x": "374", + "_y": "421", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0004", + "_x": "374", + "_y": "421", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0005", + "_x": "374", + "_y": "421", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0006", + "_x": "374", + "_y": "421", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0007", + "_x": "374", + "_y": "421", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0008", + "_x": "374", + "_y": "421", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0009", + "_x": "374", + "_y": "421", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0010", + "_x": "374", + "_y": "421", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0011", + "_x": "374", + "_y": "421", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0012", + "_x": "374", + "_y": "421", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0013", + "_x": "374", + "_y": "421", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0014", + "_x": "374", + "_y": "421", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0015", + "_x": "374", + "_y": "421", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0016", + "_x": "374", + "_y": "421", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0017", + "_x": "374", + "_y": "421", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0018", + "_x": "374", + "_y": "421", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0019", + "_x": "374", + "_y": "421", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0020", + "_x": "374", + "_y": "421", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0021", + "_x": "374", + "_y": "421", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0022", + "_x": "374", + "_y": "421", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0023", + "_x": "374", + "_y": "421", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0024", + "_x": "374", + "_y": "421", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0025", + "_x": "374", + "_y": "421", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0026", + "_x": "374", + "_y": "421", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0027", + "_x": "374", + "_y": "421", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0028", + "_x": "374", + "_y": "421", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0029", + "_x": "374", + "_y": "421", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0030", + "_x": "374", + "_y": "421", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0031", + "_x": "374", + "_y": "421", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0032", + "_x": "374", + "_y": "421", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0033", + "_x": "374", + "_y": "421", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE RIGHT0000", + "_x": "749", + "_y": "421", + "_width": "408", + "_height": "405", + "_frameX": "-1", + "_frameY": "-2", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0001", + "_x": "749", + "_y": "421", + "_width": "408", + "_height": "405", + "_frameX": "-1", + "_frameY": "-2", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0002", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0003", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0004", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0005", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0006", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0007", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0008", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0009", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0010", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0011", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0012", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0013", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0014", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0015", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0016", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0017", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0018", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0019", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0020", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0021", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0022", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0023", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0024", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0025", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0026", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0027", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0028", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0029", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0030", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0031", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0032", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0033", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0034", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0035", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0036", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0037", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0038", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0039", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0040", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0041", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0042", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0043", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0044", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0045", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0046", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0047", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0048", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0049", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0050", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0051", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0052", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0053", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0054", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0055", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0056", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0057", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0058", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0059", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0060", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0061", + "_x": "1162", + "_y": "421", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT MISS0000", + "_x": "749", + "_y": "421", + "_width": "408", + "_height": "405", + "_frameX": "-7", + "_frameY": "-30", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT MISS0001", + "_x": "1575", + "_y": "421", + "_width": "395", + "_height": "432", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0002", + "_x": "1575", + "_y": "421", + "_width": "395", + "_height": "432", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0003", + "_x": "1975", + "_y": "421", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0004", + "_x": "1975", + "_y": "421", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0005", + "_x": "1975", + "_y": "421", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0006", + "_x": "1975", + "_y": "421", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0007", + "_x": "1975", + "_y": "421", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0008", + "_x": "1975", + "_y": "421", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0009", + "_x": "1975", + "_y": "421", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0010", + "_x": "1975", + "_y": "421", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0011", + "_x": "1975", + "_y": "421", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0012", + "_x": "1975", + "_y": "421", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0013", + "_x": "1975", + "_y": "421", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0014", + "_x": "1975", + "_y": "421", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0015", + "_x": "1975", + "_y": "421", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0016", + "_x": "1975", + "_y": "421", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0017", + "_x": "1975", + "_y": "421", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0018", + "_x": "1975", + "_y": "421", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0019", + "_x": "1975", + "_y": "421", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0020", + "_x": "1975", + "_y": "421", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0021", + "_x": "1975", + "_y": "421", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0022", + "_x": "1975", + "_y": "421", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0023", + "_x": "1975", + "_y": "421", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0024", + "_x": "1975", + "_y": "421", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0025", + "_x": "1975", + "_y": "421", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0026", + "_x": "1975", + "_y": "421", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0027", + "_x": "1975", + "_y": "421", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0028", + "_x": "1975", + "_y": "421", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0029", + "_x": "1975", + "_y": "421", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0030", + "_x": "1975", + "_y": "421", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0031", + "_x": "1975", + "_y": "421", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0032", + "_x": "1975", + "_y": "421", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0033", + "_x": "1975", + "_y": "421", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0034", + "_x": "1975", + "_y": "421", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0035", + "_x": "1975", + "_y": "421", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0036", + "_x": "1975", + "_y": "421", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0037", + "_x": "1975", + "_y": "421", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0038", + "_x": "1975", + "_y": "421", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0039", + "_x": "1975", + "_y": "421", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0040", + "_x": "1975", + "_y": "421", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0041", + "_x": "1975", + "_y": "421", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0042", + "_x": "1975", + "_y": "421", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0043", + "_x": "1975", + "_y": "421", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0044", + "_x": "1975", + "_y": "421", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0045", + "_x": "1975", + "_y": "421", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE UP0000", + "_x": "2380", + "_y": "421", + "_width": "369", + "_height": "446", + "_frameX": "-5", + "_frameY": "0", + "_frameWidth": "376", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0001", + "_x": "2380", + "_y": "421", + "_width": "369", + "_height": "446", + "_frameX": "-5", + "_frameY": "0", + "_frameWidth": "376", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0002", + "_x": "2754", + "_y": "421", + "_width": "376", + "_height": "441", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "376", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0003", + "_x": "2754", + "_y": "421", + "_width": "376", + "_height": "441", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "376", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0004", + "_x": "2754", + "_y": "421", + "_width": "376", + "_height": "441", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "376", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0005", + "_x": "2754", + "_y": "421", + "_width": "376", + "_height": "441", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "376", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0006", + "_x": "2754", + "_y": "421", + "_width": "376", + "_height": "441", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "376", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0007", + "_x": "2754", + "_y": "421", + "_width": "376", + "_height": "441", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "376", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0008", + "_x": "2754", + "_y": "421", + "_width": "376", + "_height": "441", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "376", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0009", + "_x": "2754", + "_y": "421", + "_width": "376", + "_height": "441", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "376", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0010", + "_x": "2754", + "_y": "421", + "_width": "376", + "_height": "441", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "376", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0011", + "_x": "2754", + "_y": "421", + "_width": "376", + "_height": "441", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "376", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0012", + "_x": "2754", + "_y": "421", + "_width": "376", + "_height": "441", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "376", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0013", + "_x": "2754", + "_y": "421", + "_width": "376", + "_height": "441", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "376", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0014", + "_x": "2754", + "_y": "421", + "_width": "376", + "_height": "441", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "376", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0000", + "_x": "2380", + "_y": "421", + "_width": "369", + "_height": "446", + "_frameX": "-9", + "_frameY": "0", + "_frameWidth": "376", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0001", + "_x": "3135", + "_y": "421", + "_width": "360", + "_height": "427", + "_frameX": "0", + "_frameY": "-13", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0002", + "_x": "3135", + "_y": "421", + "_width": "360", + "_height": "427", + "_frameX": "0", + "_frameY": "-13", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0003", + "_x": "3500", + "_y": "421", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0004", + "_x": "3500", + "_y": "421", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0005", + "_x": "3500", + "_y": "421", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0006", + "_x": "3500", + "_y": "421", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0007", + "_x": "3500", + "_y": "421", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0008", + "_x": "3500", + "_y": "421", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0009", + "_x": "3500", + "_y": "421", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0010", + "_x": "3500", + "_y": "421", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0011", + "_x": "3500", + "_y": "421", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0012", + "_x": "3500", + "_y": "421", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0013", + "_x": "3500", + "_y": "421", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0014", + "_x": "3500", + "_y": "421", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0015", + "_x": "3500", + "_y": "421", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0016", + "_x": "3500", + "_y": "421", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0017", + "_x": "3500", + "_y": "421", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0018", + "_x": "3500", + "_y": "421", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0019", + "_x": "3500", + "_y": "421", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0020", + "_x": "3500", + "_y": "421", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0021", + "_x": "3500", + "_y": "421", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0022", + "_x": "3500", + "_y": "421", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0023", + "_x": "3500", + "_y": "421", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF idle dance0000", + "_x": "0", + "_y": "872", + "_width": "406", + "_height": "392", + "_frameX": "-1", + "_frameY": "-20", + "_frameWidth": "411", + "_frameHeight": "412" + }, + { + "_name": "BF idle dance0001", + "_x": "0", + "_y": "872", + "_width": "406", + "_height": "392", + "_frameX": "-1", + "_frameY": "-20", + "_frameWidth": "411", + "_frameHeight": "412" + }, + { + "_name": "BF idle dance0002", + "_x": "411", + "_y": "872", + "_width": "408", + "_height": "393", + "_frameX": "0", + "_frameY": "-19", + "_frameWidth": "411", + "_frameHeight": "412" + }, + { + "_name": "BF idle dance0003", + "_x": "411", + "_y": "872", + "_width": "408", + "_height": "393", + "_frameX": "0", + "_frameY": "-19", + "_frameWidth": "411", + "_frameHeight": "412" + }, + { + "_name": "BF idle dance0004", + "_x": "824", + "_y": "872", + "_width": "405", + "_height": "398", + "_frameX": "-3", + "_frameY": "-14", + "_frameWidth": "411", + "_frameHeight": "412" + }, + { + "_name": "BF idle dance0005", + "_x": "824", + "_y": "872", + "_width": "405", + "_height": "398", + "_frameX": "-3", + "_frameY": "-14", + "_frameWidth": "411", + "_frameHeight": "412" + }, + { + "_name": "BF idle dance0006", + "_x": "1234", + "_y": "872", + "_width": "410", + "_height": "411", + "_frameX": "-1", + "_frameY": "-1", + "_frameWidth": "411", + "_frameHeight": "412" + }, + { + "_name": "BF idle dance0007", + "_x": "1234", + "_y": "872", + "_width": "410", + "_height": "411", + "_frameX": "-1", + "_frameY": "-1", + "_frameWidth": "411", + "_frameHeight": "412" + }, + { + "_name": "BF idle dance0008", + "_x": "1234", + "_y": "872", + "_width": "410", + "_height": "411", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "411", + "_frameHeight": "412" + }, + { + "_name": "BF idle dance0009", + "_x": "1234", + "_y": "872", + "_width": "410", + "_height": "411", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "411", + "_frameHeight": "412" + }, + { + "_name": "BF idle dance0010", + "_x": "1234", + "_y": "872", + "_width": "410", + "_height": "411", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "411", + "_frameHeight": "412" + }, + { + "_name": "BF idle dance0011", + "_x": "1234", + "_y": "872", + "_width": "410", + "_height": "411", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "411", + "_frameHeight": "412" + }, + { + "_name": "BF idle dance0012", + "_x": "1234", + "_y": "872", + "_width": "410", + "_height": "411", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "411", + "_frameHeight": "412" + }, + { + "_name": "BF idle dance0013", + "_x": "1234", + "_y": "872", + "_width": "410", + "_height": "411", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "411", + "_frameHeight": "412" + }, + { + "_name": "BF idle shaking0000", + "_x": "1649", + "_y": "872", + "_width": "408", + "_height": "412", + "_frameX": "-1", + "_frameY": "-1", + "_frameWidth": "410", + "_frameHeight": "413" + }, + { + "_name": "BF idle shaking0001", + "_x": "2062", + "_y": "872", + "_width": "408", + "_height": "412", + "_frameX": "-2", + "_frameY": "-1", + "_frameWidth": "410", + "_frameHeight": "413" + }, + { + "_name": "BF idle shaking0002", + "_x": "2475", + "_y": "872", + "_width": "408", + "_height": "413", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "410", + "_frameHeight": "413" + }, + { + "_name": "BF idle shaking0003", + "_x": "1649", + "_y": "872", + "_width": "408", + "_height": "412", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "410", + "_frameHeight": "413" + } + ], + "_imagePath": "bf_dark.png" + } +} \ No newline at end of file diff --git a/sprites/characters/bf_dark.png b/sprites/characters/bf_dark.png new file mode 100644 index 0000000..4a57e09 Binary files /dev/null and b/sprites/characters/bf_dark.png differ diff --git a/sprites/characters/gf_dark.json b/sprites/characters/gf_dark.json new file mode 100644 index 0000000..7458142 --- /dev/null +++ b/sprites/characters/gf_dark.json @@ -0,0 +1,614 @@ +{ + "TextureAtlas": { + "SubTexture": [ + { + "_name": "GF Cheer0002", + "_x": "5", + "_y": "5", + "_width": "703", + "_height": "657", + "_frameX": "-0", + "_frameY": "-0", + "_frameWidth": "703", + "_frameHeight": "657" + }, + { + "_name": "GF Cheer0003", + "_x": "718", + "_y": "5", + "_width": "703", + "_height": "654", + "_frameX": "-0", + "_frameY": "-3", + "_frameWidth": "703", + "_frameHeight": "657" + }, + { + "_name": "GF FEAR0001", + "_x": "1431", + "_y": "651", + "_width": "699", + "_height": "641", + "_frameX": "-0", + "_frameY": "-0", + "_frameWidth": "699", + "_frameHeight": "641" + }, + { + "_name": "GF FEAR0002", + "_x": "718", + "_y": "669", + "_width": "699", + "_height": "641", + "_frameX": "-0", + "_frameY": "-0", + "_frameWidth": "699", + "_frameHeight": "641" + }, + { + "_name": "GF FEAR0004", + "_x": "5", + "_y": "672", + "_width": "699", + "_height": "641", + "_frameX": "-0", + "_frameY": "-0", + "_frameWidth": "699", + "_frameHeight": "641" + }, + { + "_name": "GF FEAR0003", + "_x": "2140", + "_y": "651", + "_width": "699", + "_height": "639", + "_frameX": "-0", + "_frameY": "-2", + "_frameWidth": "699", + "_frameHeight": "641" + }, + { + "_name": "GF Cheer0001", + "_x": "2849", + "_y": "1291", + "_width": "698", + "_height": "657", + "_frameX": "-2", + "_frameY": "-0", + "_frameWidth": "703", + "_frameHeight": "657" + }, + { + "_name": "GF Cheer0004", + "_x": "2140", + "_y": "1300", + "_width": "698", + "_height": "654", + "_frameX": "-2", + "_frameY": "-3", + "_frameWidth": "703", + "_frameHeight": "657" + }, + { + "_name": "GF Cheer0005", + "_x": "1427", + "_y": "1302", + "_width": "698", + "_height": "654", + "_frameX": "-2", + "_frameY": "-3", + "_frameWidth": "703", + "_frameHeight": "657" + }, + { + "_name": "GF Dancing Beat0000", + "_x": "5", + "_y": "3278", + "_width": "698", + "_height": "634", + "_frameX": "-2", + "_frameY": "-14", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0001", + "_x": "2857", + "_y": "5", + "_width": "703", + "_height": "634", + "_frameX": "-0", + "_frameY": "-14", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0002", + "_x": "2857", + "_y": "649", + "_width": "703", + "_height": "632", + "_frameX": "-0", + "_frameY": "-16", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0003", + "_x": "2843", + "_y": "2610", + "_width": "698", + "_height": "632", + "_frameX": "-2", + "_frameY": "-16", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0004", + "_x": "1421", + "_y": "3270", + "_width": "698", + "_height": "635", + "_frameX": "-2", + "_frameY": "-13", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0005", + "_x": "713", + "_y": "3277", + "_width": "698", + "_height": "635", + "_frameX": "-2", + "_frameY": "-13", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0006", + "_x": "1421", + "_y": "2624", + "_width": "698", + "_height": "636", + "_frameX": "-2", + "_frameY": "-12", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0007", + "_x": "5", + "_y": "1323", + "_width": "698", + "_height": "647", + "_frameX": "-2", + "_frameY": "-1", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0008", + "_x": "5", + "_y": "1323", + "_width": "698", + "_height": "647", + "_frameX": "-2", + "_frameY": "-1", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0009", + "_x": "5", + "_y": "1323", + "_width": "698", + "_height": "647", + "_frameX": "-2", + "_frameY": "-1", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0010", + "_x": "1427", + "_y": "1966", + "_width": "698", + "_height": "648", + "_frameX": "-2", + "_frameY": "-0", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0011", + "_x": "1427", + "_y": "1966", + "_width": "698", + "_height": "648", + "_frameX": "-2", + "_frameY": "-0", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0012", + "_x": "1427", + "_y": "1966", + "_width": "698", + "_height": "648", + "_frameX": "-2", + "_frameY": "-0", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0013", + "_x": "714", + "_y": "1320", + "_width": "698", + "_height": "648", + "_frameX": "-2", + "_frameY": "-0", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0014", + "_x": "714", + "_y": "1320", + "_width": "698", + "_height": "648", + "_frameX": "-2", + "_frameY": "-0", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0015", + "_x": "713", + "_y": "2631", + "_width": "698", + "_height": "636", + "_frameX": "-2", + "_frameY": "-12", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0016", + "_x": "1431", + "_y": "5", + "_width": "703", + "_height": "636", + "_frameX": "-0", + "_frameY": "-12", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0017", + "_x": "2144", + "_y": "5", + "_width": "703", + "_height": "636", + "_frameX": "-0", + "_frameY": "-12", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0018", + "_x": "5", + "_y": "2632", + "_width": "698", + "_height": "636", + "_frameX": "-2", + "_frameY": "-12", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0019", + "_x": "2135", + "_y": "2612", + "_width": "698", + "_height": "637", + "_frameX": "-2", + "_frameY": "-11", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0020", + "_x": "2135", + "_y": "3259", + "_width": "698", + "_height": "637", + "_frameX": "-2", + "_frameY": "-11", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0021", + "_x": "2135", + "_y": "1964", + "_width": "698", + "_height": "638", + "_frameX": "-2", + "_frameY": "-10", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0022", + "_x": "713", + "_y": "1978", + "_width": "698", + "_height": "643", + "_frameX": "-2", + "_frameY": "-5", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0023", + "_x": "713", + "_y": "1978", + "_width": "698", + "_height": "643", + "_frameX": "-2", + "_frameY": "-5", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0024", + "_x": "713", + "_y": "1978", + "_width": "698", + "_height": "643", + "_frameX": "-2", + "_frameY": "-5", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0025", + "_x": "5", + "_y": "1980", + "_width": "698", + "_height": "642", + "_frameX": "-2", + "_frameY": "-6", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0026", + "_x": "5", + "_y": "1980", + "_width": "698", + "_height": "642", + "_frameX": "-2", + "_frameY": "-6", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0027", + "_x": "5", + "_y": "1980", + "_width": "698", + "_height": "642", + "_frameX": "-2", + "_frameY": "-6", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0028", + "_x": "2848", + "_y": "1958", + "_width": "698", + "_height": "642", + "_frameX": "-2", + "_frameY": "-6", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Dancing Beat0029", + "_x": "2848", + "_y": "1958", + "_width": "698", + "_height": "642", + "_frameX": "-2", + "_frameY": "-6", + "_frameWidth": "703", + "_frameHeight": "648" + }, + { + "_name": "GF Cheer0006", + "_x": "1427", + "_y": "1302", + "_width": "698", + "_height": "654", + "_frameX": "-2", + "_frameY": "-3", + "_frameWidth": "703", + "_frameHeight": "657" + }, + { + "_name": "GF Cheer0007", + "_x": "1427", + "_y": "1302", + "_width": "698", + "_height": "654", + "_frameX": "-2", + "_frameY": "-3", + "_frameWidth": "703", + "_frameHeight": "657" + }, + { + "_name": "GF Cheer0008", + "_x": "1427", + "_y": "1302", + "_width": "698", + "_height": "654", + "_frameX": "-2", + "_frameY": "-3", + "_frameWidth": "703", + "_frameHeight": "657" + }, + { + "_name": "GF Cheer0009", + "_x": "1427", + "_y": "1302", + "_width": "698", + "_height": "654", + "_frameX": "-2", + "_frameY": "-3", + "_frameWidth": "703", + "_frameHeight": "657" + }, + { + "_name": "GF Cheer0010", + "_x": "1427", + "_y": "1302", + "_width": "698", + "_height": "654", + "_frameX": "-2", + "_frameY": "-3", + "_frameWidth": "703", + "_frameHeight": "657" + }, + { + "_name": "GF Cheer0011", + "_x": "1427", + "_y": "1302", + "_width": "698", + "_height": "654", + "_frameX": "-2", + "_frameY": "-3", + "_frameWidth": "703", + "_frameHeight": "657" + }, + { + "_name": "GF Cheer0012", + "_x": "1427", + "_y": "1302", + "_width": "698", + "_height": "654", + "_frameX": "-2", + "_frameY": "-3", + "_frameWidth": "703", + "_frameHeight": "657" + }, + { + "_name": "GF Cheer0013", + "_x": "1427", + "_y": "1302", + "_width": "698", + "_height": "654", + "_frameX": "-2", + "_frameY": "-3", + "_frameWidth": "703", + "_frameHeight": "657" + }, + { + "_name": "GF Cheer0014", + "_x": "1427", + "_y": "1302", + "_width": "698", + "_height": "654", + "_frameX": "-2", + "_frameY": "-3", + "_frameWidth": "703", + "_frameHeight": "657" + }, + { + "_name": "GF Cheer0015", + "_x": "1427", + "_y": "1302", + "_width": "698", + "_height": "654", + "_frameX": "-2", + "_frameY": "-3", + "_frameWidth": "703", + "_frameHeight": "657" + }, + { + "_name": "GF Cheer0016", + "_x": "1427", + "_y": "1302", + "_width": "698", + "_height": "654", + "_frameX": "-2", + "_frameY": "-3", + "_frameWidth": "703", + "_frameHeight": "657" + }, + { + "_name": "GF Cheer0017", + "_x": "1427", + "_y": "1302", + "_width": "698", + "_height": "654", + "_frameX": "-2", + "_frameY": "-3", + "_frameWidth": "703", + "_frameHeight": "657" + }, + { + "_name": "GF Cheer0018", + "_x": "1427", + "_y": "1302", + "_width": "698", + "_height": "654", + "_frameX": "-2", + "_frameY": "-3", + "_frameWidth": "703", + "_frameHeight": "657" + }, + { + "_name": "GF Cheer0019", + "_x": "1427", + "_y": "1302", + "_width": "698", + "_height": "654", + "_frameX": "-2", + "_frameY": "-3", + "_frameWidth": "703", + "_frameHeight": "657" + }, + { + "_name": "GF Cheer0020", + "_x": "1427", + "_y": "1302", + "_width": "698", + "_height": "654", + "_frameX": "-2", + "_frameY": "-3", + "_frameWidth": "703", + "_frameHeight": "657" + }, + { + "_name": "GF Cheer0021", + "_x": "1427", + "_y": "1302", + "_width": "698", + "_height": "654", + "_frameX": "-2", + "_frameY": "-3", + "_frameWidth": "703", + "_frameHeight": "657" + } + ], + "_imagePath": "gf_dark.png", + "_width": "4096", + "_height": "4096" + } +} \ No newline at end of file diff --git a/sprites/characters/gf_dark.png b/sprites/characters/gf_dark.png new file mode 100644 index 0000000..936e768 Binary files /dev/null and b/sprites/characters/gf_dark.png differ diff --git a/stages/limo.lua b/stages/limo.lua index c88547d..66708fe 100644 --- a/stages/limo.lua +++ b/stages/limo.lua @@ -13,26 +13,31 @@ return { local sunset = myTypes.Image("images/limo/limoSunset.png", .2) sunset.position = myTypes.Vector2(-1000, -100) sunset.resize = myTypes.Vector2(1.5, 1.5) + sunset.layer = -10 local road = myTypes.Sprite("sprites/limo/limoRoad.png", "sprites/limo/limoRoad.json") road:PlayAnimation("COOLROAD", 24, true) road.position = myTypes.Vector2(-300, 230) road.modifier = 0.6 + road.layer = -9 local limobg = myTypes.Sprite("sprites/limo/bgLimo.png", "sprites/limo/bgLimo.json") limobg:PlayAnimation("background limo pink", 24, true) limobg.position = myTypes.Vector2(-100, 350) limobg.modifier = .6 + limobg.layer = -8 local limoDriver = myTypes.Sprite("sprites/limo/limoDrive.png", "sprites/limo/limoDrive.json") limoDriver:PlayAnimation("Limo stage", 24, true) limoDriver.position = myTypes.Vector2(-300, 450) + limoDriver.layer = -7 for i = 1, 5 do local dancer = myTypes.Sprite("sprites/limo/limoDancer.png", "sprites/limo/limoDancer.json") dancer.modifier = .6 dancer:PlayAnimation("bg dancer sketch PINK", 24, false) dancer.position = myTypes.Vector2(-10 + i * 150, 155) + dancer.layer = -7 + i dancers[i] = dancer end diff --git a/stages/limoErect.lua b/stages/limoErect.lua index a985085..e52e9f7 100644 --- a/stages/limoErect.lua +++ b/stages/limoErect.lua @@ -18,18 +18,22 @@ return { sunset.position = myTypes.Vector2(-100, 0) sunset.resize = myTypes.Vector2(1, 1) sunset.modifier = 0.1 + sunset.layer = -10 shootingStar = myTypes.Sprite("sprites/limo/erect/shooting star.png", "sprites/limo/erect/shooting star.json") shootingStar:PlayAnimation("shooting star idle", 24, true) shootingStar.position = myTypes.Vector2(200, 0) shootingStar.modifier = 0.12 + shootingStar.layer = -9 local road = myTypes.Sprite("sprites/limo/limoRoad.png", "sprites/limo/limoRoad.json") road:PlayAnimation("COOLROAD", 24, true) road.position = myTypes.Vector2(-300, 230) road.modifier = 0.6 + road.layer = -8 --nevermind + --funkin team why would you need to alpha this out in game --[[local backFog = myTypes.Image("images/limo/erect/mistBack.png") backFog.position = myTypes.Vector2(-100, 0) backFog.modifier = 0.6]] @@ -38,16 +42,19 @@ return { limobg:PlayAnimation("background limo blue", 24, true) limobg.position = myTypes.Vector2(-100, 350) limobg.modifier = 0.6 + limobg.layer = -7 local limoDriver = myTypes.Sprite("sprites/limo/erect/limoDrive.png", "sprites/limo/erect/limoDrive.json") limoDriver:PlayAnimation("Limo stage", 24, true) limoDriver.position = myTypes.Vector2(-300, 450) + limoDriver = -6 for i = 1, 5 do local dancer = myTypes.Sprite("sprites/limo/limoDancer.png", "sprites/limo/limoDancer.json") dancer.modifier = .6 dancer:PlayAnimation("bg dancer sketch PINK", 24, false) dancer.position = myTypes.Vector2(-10 + i * 150, 155) + dancer.layer = -6 + i dancers[i] = dancer end diff --git a/stages/mall.lua b/stages/mall.lua index e464245..19d70b8 100644 --- a/stages/mall.lua +++ b/stages/mall.lua @@ -9,25 +9,30 @@ return { bg.position = myTypes.Vector2(-600, -440) bg.resize = myTypes.Vector2(0.8, 0.8) bg.modifier = 0.2 + bg.layer = -10 upperBop = myTypes.Sprite("sprites/mall/upperBop.png", "sprites/mall/upperBop.json") upperBop:PlayAnimation("Upper Crowd Bob", 24, false) upperBop.position = myTypes.Vector2(-240, -40) upperBop.modifier = 0.33 upperBop.resize = myTypes.Vector2(0.85, 0.85) + upperBop.layer = -9 local escalator = myTypes.Image("images/mall/bgEscalator.png") escalator.position = myTypes.Vector2(-1100, -540) escalator.resize = myTypes.Vector2(0.9, 0.9) escalator.modifier = 0.3 + escalator.layer = -8 local christmasTree = myTypes.Image("images/mall/christmasTree.png") christmasTree.position = myTypes.Vector2(370, -250) christmasTree.modifier = 0.4 + christmasTree.layer = -7 for i = 1, 4 do --repeating cus fuck rectangles local snowPart = myTypes.Image("images/mall/fgSnow.png") snowPart.position = myTypes.Vector2(-1150 , 480 + i * 200) + snowPart.layer = -6 snow[i] = snowPart end @@ -36,10 +41,12 @@ return { bottomBop:PlayAnimation("Bottom Level Boppers", 24, false) bottomBop.position = myTypes.Vector2(-300, 120) bottomBop.modifier = 0.9 + bottomBop.layer = -5 santa = myTypes.Sprite("sprites/mall/santa.png", "sprites/mall/santa.json") santa:PlayAnimation("santa idle in fear", 24, false) santa.position = myTypes.Vector2(-600, 140) + santa.layer = -4 end, onBeat = function(beat) if beat % 2 == 0 then diff --git a/stages/mallErect.lua b/stages/mallErect.lua index 8ed5ffe..c54f44e 100644 --- a/stages/mallErect.lua +++ b/stages/mallErect.lua @@ -9,30 +9,36 @@ return { bg.position = myTypes.Vector2(-650, -440) bg.resize = myTypes.Vector2(0.9, 0.9) bg.modifier = 0.2 + bg.layer = -10 upperBop = myTypes.Sprite("sprites/mall/erect/upperBop.png", "sprites/mall/erect/upperBop.json") upperBop:PlayAnimation("upperBop", 24, false) upperBop.position = myTypes.Vector2(-240, -40) upperBop.modifier = 0.33 upperBop.resize = myTypes.Vector2(0.85, 0.85) + upperBop.layer = -9 local escalator = myTypes.Image("images/mall/erect/bgEscalator.png") escalator.position = myTypes.Vector2(-1100, -540) escalator.resize = myTypes.Vector2(0.9, 0.9) escalator.modifier = 0.3 + escalator.layer = -8 local christmasTree = myTypes.Image("images/mall/erect/christmasTree.png") christmasTree.position = myTypes.Vector2(370, -250) christmasTree.modifier = 0.4 + christmasTree.layer = -7 local fog = myTypes.Image("images/mall/erect/white.png") fog.position = myTypes.Vector2(-1100, 200) fog.resize = myTypes.Vector2(0.9, 0.9) fog.modifier = 0.85 + fog.layer = -6 for i = 1, 4 do --repeating cus fuck rectangles local snowPart = myTypes.Image("images/mall/fgSnow.png") snowPart.position = myTypes.Vector2(-1150 , 480 + i * 200) + snowPart.layer = -5 snow[i] = snowPart end @@ -41,10 +47,12 @@ return { bottomBop:PlayAnimation("bottomBop", 24, false) bottomBop.position = myTypes.Vector2(-350, 120) bottomBop.modifier = 0.9 + bottomBop.layer = -3 santa = myTypes.Sprite("sprites/mall/santa.png", "sprites/mall/santa.json") santa:PlayAnimation("santa idle in fear", 24, false) santa.position = myTypes.Vector2(-600, 140) + santa.layer = -2 end, onBeat = function(beat) if beat % 2 == 0 then diff --git a/stages/philly.lua b/stages/philly.lua index 4bec7c5..5bd9224 100644 --- a/stages/philly.lua +++ b/stages/philly.lua @@ -1,6 +1,6 @@ local myTypes = require("modules.types") -local cd = math.random(10, 25) +local cd = math.random(20, 25) local train @@ -16,40 +16,46 @@ function stage.onCreate() bg.resize = myTypes.Vector2(1.5, 1.5) bg.modifier = 0.1 bg.position = myTypes.Vector2(-300) + bg.layer = -10 local city = myTypes.Image("images/philly/city.png") city.resize = myTypes.Vector2(1.5, 1.5) city.modifier = 0.4 city.position = myTypes.Vector2(-300) + city.layer = -9 local windows = myTypes.Image("images/philly/window.png") windows.resize = myTypes.Vector2(1.5, 1.5) windows.modifier = 0.4 windows.position = myTypes.Vector2(-300) + windows.layer = -8 local behindTrain = myTypes.Image("images/philly/behindTrain.png") behindTrain.resize = myTypes.Vector2(1.5, 1.5) behindTrain.position = myTypes.Vector2(-885) + behindTrain.layer = -7 train = myTypes.Image("images/philly/train.png") train.position = myTypes.Vector2(2000, 600) + train.layer = -6 local street = myTypes.Image("images/philly/street.png") street.resize = myTypes.Vector2(1.5, 1.5) street.position = myTypes.Vector2(-885) + street.layer = -5 passing = love.audio.newSource("sounds/philly/train_passes.ogg", "static") end function stage.onBeat(beat) if not trainPassing then + passing:stop() cd = cd - 1 if cd == 0 then - cd = math.random(10, 25) + cd = math.random(20, 25) train.position = myTypes.Vector2(2000, 600) trainPassing = true stage.characters.gf:PlayAnimation("hairBlow") - -- passing:play() end end end @@ -57,11 +63,16 @@ function stage.onBeat(beat) function stage.onUpdate(dt) if trainPassing then train.position.x = train.position.x - 5000 * dt + --passing:play() if train.position.x < -4000 then trainPassing = false stage.characters.gf:PlayAnimation("hairFall") end end + --interesting + --[[if not trainPassing then + passing:stop() + end]] end function stage.onClose() diff --git a/stages/spooky.json b/stages/spooky.json index 9d69976..11e4fdf 100644 --- a/stages/spooky.json +++ b/stages/spooky.json @@ -4,7 +4,7 @@ "isPixelStage": false, "boyfriend": [989.5, -400], - "girlfriend": [330, -400], + "girlfriend": [400, -400], "opponent": [382, -400], "hide_girlfriend": false, diff --git a/stages/spooky.lua b/stages/spooky.lua index 6c2be0f..faeec13 100644 --- a/stages/spooky.lua +++ b/stages/spooky.lua @@ -9,6 +9,7 @@ return { mansion.resize = myTypes.Vector2(2,2) mansion:PlayAnimation("halloweem bg", 1, false) mansion.position = myTypes.Vector2(-400, -200) + mansion.layer = -1 for index, anim in next, mansion.quads do for index, quad in next, anim do diff --git a/stages/spookyErect.json b/stages/spookyErect.json new file mode 100644 index 0000000..ae80e57 --- /dev/null +++ b/stages/spookyErect.json @@ -0,0 +1,15 @@ +{ + "directory": "", + "defaultZoom": 1, + "isPixelStage": false, + + "boyfriend": [989.5, -400], + "girlfriend": [370, 0], + "opponent": [382, -400], + "hide_girlfriend": false, + + "camera_boyfriend": [350, -500], + "camera_opponent": [300, 500], + "camera_girlfriend": [0, -500], + "camera_speed": 1 +} diff --git a/stages/spookyErect.lua b/stages/spookyErect.lua new file mode 100644 index 0000000..741cbcc --- /dev/null +++ b/stages/spookyErect.lua @@ -0,0 +1,12 @@ +local myTypes = require("modules.types") +local mansion + +return { + onCreate = function(song) + mansion = myTypes.Sprite("sprites/spooky/halloween_bg.png", "sprites/spooky/halloween_bg.json") + mansion.resize = myTypes.Vector2(2,2) + mansion:PlayAnimation("halloweem bg", 1, false) + mansion.position = myTypes.Vector2(-400, -200) + mansion.layer = -1 + end +} \ No newline at end of file diff --git a/stages/stageErect.lua b/stages/stageErect.lua index 12a2a4b..a64b177 100644 --- a/stages/stageErect.lua +++ b/stages/stageErect.lua @@ -4,36 +4,46 @@ return { onCreate = function(song) local backDark = myTypes.Image("images/stage/erect/backDark.png") backDark.position = myTypes.Vector2(729, -170) + backDark.layer = -10 local crowd = myTypes.Sprite("sprites/stage/erect/crowd.png", "sprites/stage/erect/crowd.json") crowd:PlayAnimation("Symbol 2 instance 1", 24, true) crowd.position = myTypes.Vector2(560, 150) crowd.modifier = 0.8 + crowd.layer = -9 local brightLightSmall = myTypes.Image("images/stage/erect/brightLightSmall.png") brightLightSmall.position = myTypes.Vector2(967, -103) brightLightSmall.modifier = 1.2 + brightLightSmall.layer = -8 local bg = myTypes.Image("images/stage/erect/bg.png") bg.position = myTypes.Vector2(-603, -187) + bg.layer = -7 local server = myTypes.Image("images/stage/erect/server.png") server.position = myTypes.Vector2(-361, 205) + server.layer = -6 local lightGreen = myTypes.Image("images/stage/erect/lightgreen.png") lightGreen.position = myTypes.Vector2(-171, 242) + lightGreen.layer = -5 local lightRed = myTypes.Image("images/stage/erect/lightred.png") lightRed.position = myTypes.Vector2(-101, 560) + lightRed.layer = -4 local lightOrange = myTypes.Image("images/stage/erect/orangeLight.png") lightOrange.position = myTypes.Vector2(189, -195) + lightOrange.layer = -3 local lights = myTypes.Image("images/stage/erect/lights.png") lights.position = myTypes.Vector2(-601, -147) lights.modifier = 1.2 + lights.layer = -2 local lightAbove = myTypes.Image("images/stage/erect/lightAbove.png") lights.position = myTypes.Vector2(804, -117) + lightAbove.layer = 3 end } \ No newline at end of file