diff --git a/characters/bf-car.json b/characters/bf-car.json new file mode 100644 index 0000000..962a88d --- /dev/null +++ b/characters/bf-car.json @@ -0,0 +1,202 @@ +{ + "animations": [ + { + "offsets": [ + 0, + 0 + ], + "loop": false, + "fps": 24, + "anim": "idle", + "indices": [], + "name": "BF idle dance" + }, + { + "offsets": [ + 12, + -6 + ], + "loop": false, + "fps": 24, + "anim": "singLEFT", + "indices": [], + "name": "BF NOTE LEFT" + }, + { + "offsets": [ + -10, + -50 + ], + "loop": false, + "fps": 24, + "anim": "singDOWN", + "indices": [], + "name": "BF NOTE DOWN" + }, + { + "offsets": [ + -29, + 27 + ], + "loop": false, + "fps": 24, + "anim": "singUP", + "indices": [], + "name": "BF NOTE UP" + }, + { + "offsets": [ + -38, + -7 + ], + "loop": false, + "fps": 24, + "anim": "singRIGHT", + "indices": [], + "name": "BF NOTE RIGHT" + }, + { + "offsets": [ + 12, + 24 + ], + "loop": false, + "fps": 24, + "anim": "singLEFTmiss", + "indices": [], + "name": "BF NOTE LEFT MISS" + }, + { + "offsets": [ + -11, + -19 + ], + "loop": false, + "fps": 24, + "anim": "singDOWNmiss", + "indices": [], + "name": "BF NOTE DOWN MISS" + }, + { + "offsets": [ + -29, + 27 + ], + "loop": false, + "fps": 24, + "anim": "singUPmiss", + "indices": [], + "name": "BF NOTE UP MISS" + }, + { + "offsets": [ + -30, + 21 + ], + "loop": false, + "fps": 24, + "anim": "singRIGHTmiss", + "indices": [], + "name": "BF NOTE RIGHT MISS" + }, + { + "offsets": [ + 0, + 0 + ], + "loop": true, + "fps": 24, + "anim": "idle-loop", + "indices": [ + 10, + 11, + 12, + 13 + ], + "name": "BF idle dance" + }, + { + "offsets": [ + 12, + -6 + ], + "loop": true, + "fps": 24, + "anim": "singLEFT-loop", + "indices": [ + 12, + 13, + 14, + 15 + ], + "name": "BF NOTE LEFT" + }, + { + "offsets": [ + -38, + -7 + ], + "loop": true, + "fps": 24, + "anim": "singRIGHT-loop", + "indices": [ + 58, + 59, + 60, + 61 + ], + "name": "BF NOTE RIGHT" + }, + { + "offsets": [ + -29, + 27 + ], + "loop": true, + "fps": 24, + "anim": "singUP-loop", + "indices": [ + 11, + 12, + 13, + 14 + ], + "name": "BF NOTE UP" + }, + { + "offsets": [ + -10, + -50 + ], + "loop": true, + "fps": 24, + "anim": "singDOWN-loop", + "indices": [ + 26, + 27, + 28, + 29 + ], + "name": "BF NOTE DOWN" + } + ], + "no_antialiasing": false, + "image": "sprites/bfCar", + "position": [ + 0, + 350 + ], + "healthicon": "bf", + "flip_x": false, + "healthbar_colors": [ + 49, + 176, + 209 + ], + "camera_position": [ + -100, + 40 + ], + "sing_duration": 4, + "scale": 1 +} diff --git a/characters/bf-holding-gf.json b/characters/bf-holding-gf.json new file mode 100644 index 0000000..aac92cd --- /dev/null +++ b/characters/bf-holding-gf.json @@ -0,0 +1,144 @@ +{ + "animations": [ + { + "offsets": [ + -5, + 0 + ], + "loop": false, + "fps": 24, + "anim": "idle", + "indices": [], + "name": "BF idle dance w gf" + }, + { + "offsets": [ + 12, + 7 + ], + "loop": false, + "fps": 24, + "anim": "singLEFT", + "indices": [], + "name": "BF NOTE LEFT" + }, + { + "offsets": [ + -10, + -10 + ], + "loop": false, + "fps": 24, + "anim": "singDOWN", + "indices": [], + "name": "BF NOTE DOWN" + }, + { + "offsets": [ + -29, + 10 + ], + "loop": false, + "fps": 24, + "anim": "singUP", + "indices": [], + "name": "BF NOTE UP" + }, + { + "offsets": [ + -41, + 23 + ], + "loop": false, + "fps": 24, + "anim": "singRIGHT", + "indices": [], + "name": "BF NOTE RIGHT" + }, + { + "offsets": [ + 12, + 7 + ], + "loop": false, + "fps": 24, + "anim": "singLEFTmiss", + "indices": [], + "name": "BF NOTE LEFT MISS" + }, + { + "offsets": [ + -10, + -10 + ], + "loop": false, + "fps": 24, + "anim": "singDOWNmiss", + "indices": [], + "name": "BF NOTE DOWN MISS" + }, + { + "offsets": [ + -29, + 10 + ], + "loop": false, + "fps": 24, + "anim": "singUPmiss", + "indices": [], + "name": "BF NOTE UP MISS" + }, + { + "offsets": [ + -41, + 33 + ], + "loop": false, + "fps": 24, + "anim": "singRIGHTmiss", + "indices": [], + "name": "BF NOTE RIGHT MISS" + }, + { + "loop": false, + "offsets": [ + 0, + 96 + ], + "anim": "bfCatch", + "fps": 24, + "name": "BF catches GF", + "indices": [] + }, + { + "loop": false, + "offsets": [ + 0, + 91 + ], + "anim": "hey", + "fps": 24, + "name": "BF catches GF", + "indices": [] + } + ], + "no_antialiasing": false, + "image": "sprites/bfAndGF", + "position": [ + 0, + 350 + ], + "healthicon": "bfgf", + "flip_x": false, + "healthbar_colors": [ + 49, + 176, + 209 + ], + "camera_position": [ + -100, + 40 + ], + "sing_duration": 4, + "scale": 1 +} diff --git a/characters/gf-car.json b/characters/gf-car.json new file mode 100644 index 0000000..ccabff1 --- /dev/null +++ b/characters/gf-car.json @@ -0,0 +1,89 @@ +{ + "animations": [ + { + "loop": false, + "offsets": [ + 2, + 0 + ], + "anim": "singUP", + "fps": 24, + "name": "GF Dancing Beat Hair blowing CAR", + "indices": [] + }, + { + "loop": false, + "offsets": [ + 0, + 0 + ], + "fps": 24, + "anim": "danceRight", + "indices": [ + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29 + ], + "name": "GF Dancing Beat Hair blowing CAR" + }, + { + "loop": false, + "offsets": [ + 0, + 0 + ], + "fps": 24, + "anim": "danceLeft", + "indices": [ + 30, + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14 + ], + "name": "GF Dancing Beat Hair blowing CAR" + } + ], + "no_antialiasing": false, + "image": "sprites/gfCar", + "position": [ + 0, + 160 + ], + "healthicon": "gf", + "flip_x": false, + "healthbar_colors": [ + 165, + 0, + 77 + ], + "camera_position": [ + 0, + 0 + ], + "sing_duration": 4, + "scale": 1 +} diff --git a/characters/mom-car.json b/characters/mom-car.json index 068c036..c55075c 100644 --- a/characters/mom-car.json +++ b/characters/mom-car.json @@ -139,8 +139,8 @@ "no_antialiasing": false, "image": "sprites/momCar", "position": [ - 0, - 0 + -200, + 160 ], "healthicon": "mom", "flip_x": false, @@ -150,9 +150,9 @@ 142 ], "camera_position": [ - 0, + -800, 0 ], "sing_duration": 4, "scale": 1 -} \ No newline at end of file +} diff --git a/characters/pico-speaker.json b/characters/pico-speaker.json new file mode 100644 index 0000000..1245388 --- /dev/null +++ b/characters/pico-speaker.json @@ -0,0 +1,129 @@ +{ + "animations": [ + { + "offsets": [ + 0, + 0 + ], + "loop": false, + "fps": 24, + "anim": "danceLeft", + "indices": [], + "name": "Pico shoot ", + "random": [1, 4] + }, + { + "offsets": [ + -1, + -128 + ], + "loop": false, + "fps": 24, + "anim": "danceRight", + "indices": [], + "name": "Pico shoot 2 " + }, + { + "offsets": [ + 412, + -64 + ], + "loop": false, + "fps": 24, + "anim": "shoot3", + "indices": [], + "name": "Pico shoot 3 " + }, + { + "offsets": [ + 439, + -19 + ], + "loop": false, + "fps": 24, + "anim": "shoot4", + "indices": [], + "name": "Pico shoot 4 " + }, + { + "offsets": [ + 412, + -64 + ], + "loop": true, + "fps": 24, + "anim": "shoot3-loop", + "indices": [ + 50, + 51, + 52 + ], + "name": "Pico shoot 3 " + }, + { + "offsets": [ + 0, + 0 + ], + "loop": true, + "fps": 24, + "anim": "shoot1-loop", + "indices": [ + 23, + 24, + 25 + ], + "name": "Pico shoot 1 " + }, + { + "offsets": [ + 1, + -128 + ], + "loop": true, + "fps": 24, + "anim": "shoot2-loop", + "indices": [ + 57, + 58, + 59 + ], + "name": "Pico shoot 2 " + }, + { + "offsets": [ + 439, + -19 + ], + "loop": true, + "fps": 24, + "anim": "shoot4-loop", + "indices": [ + 50, + 51, + 52 + ], + "name": "Pico shoot 4 " + } + ], + "no_antialiasing": false, + "image": "sprites/picoSpeaker", + "position": [ + 0, + 170 + ], + "healthicon": "pico", + "flip_x": false, + "healthbar_colors": [ + 183, + 216, + 85 + ], + "camera_position": [ + -310, + 100 + ], + "sing_duration": 4, + "scale": 1, + "beats": 1 +} diff --git a/characters/tankman.json b/characters/tankman.json index a891b2b..cb35878 100644 --- a/characters/tankman.json +++ b/characters/tankman.json @@ -61,7 +61,7 @@ -8 ], "loop": false, - "fps": 24, + "fps": 50, "anim": "singUP-alt", "indices": [], "name": "TANKMAN UGH " @@ -72,7 +72,7 @@ 16 ], "loop": false, - "fps": 24, + "fps": 50, "anim": "singDOWN-alt", "indices": [], "name": "PRETTY GOOD tankman " diff --git a/charts/high/high-erect.json b/charts/high/high-erect.json index 03e57f5..b69e8d4 100644 --- a/charts/high/high-erect.json +++ b/charts/high/high-erect.json @@ -1,7 +1,7 @@ { "song": { - "player1": "bf", - "player2": "dad", + "player1": "bf-car", + "player2": "mom-car", "events": [], "notes": [ { diff --git a/charts/stress/stress-hard.json b/charts/stress/stress-hard.json index dd3a333..02bc110 100644 --- a/charts/stress/stress-hard.json +++ b/charts/stress/stress-hard.json @@ -1,8 +1,8 @@ { "song": { - "player1": "bf", + "player1": "bf-holding-gf", "events": [], - "gfVersion": "gf", + "gfVersion": "none", "notes": [ { "sectionNotes": [ @@ -2402,7 +2402,7 @@ 62022.4727, 1, 0, - "No Animation" + "Alt" ], [ 62696.63, diff --git a/modules/states/playstate.lua b/modules/states/playstate.lua index 0a57a03..ef10e87 100644 --- a/modules/states/playstate.lua +++ b/modules/states/playstate.lua @@ -94,7 +94,7 @@ return function(songName, songDifficulty) local currentTime = socket.gettime() - elapsed = elapsed + dt * 1000 + elapsed = (currentTime - startTime) * 1000 conductor.songPosition = elapsed @@ -110,7 +110,7 @@ return function(songName, songDifficulty) for name, character in next, characters do if not character.singing then if name == "gf" then - if beat % 4 == 0 then + if beat % character.beats == 0 then character:PlayAnimation("danceLeft") end else @@ -159,6 +159,7 @@ return function(songName, songDifficulty) for index, note in next, notes do if note.position - conductor.songPosition < 0 then if note.mustPress then + note:destroy() miss:stop() miss:play() characters.bf:PlayAnimation("sing"..directions[note.direction].."miss") @@ -194,7 +195,7 @@ return function(songName, songDifficulty) else if note.position - elapsed < 50 then table.remove(notes, index) - if section.altAnim then + if section.altAnim or note.altAnim then characters.dad:PlayAnimation("sing"..directions[note.direction].."-alt") else characters.dad:PlayAnimation("sing"..directions[note.direction]) @@ -237,8 +238,10 @@ return function(songName, songDifficulty) function state.load() -- GF first so she is below other chars - characters.gf = myTypes.character(chart.gfVersion) - characters.gf.stagePosition = myTypes.Vector2(stage.girlfriend[1], stage.girlfriend[2]) + if chart.gfVersion ~= "none" then + characters.gf = myTypes.character(chart.gfVersion) + characters.gf.stagePosition = myTypes.Vector2(stage.girlfriend[1], stage.girlfriend[2]) + end characters.bf = myTypes.character(chart.player1) characters.bf.stagePosition = myTypes.Vector2(stage.boyfriend[1], stage.boyfriend[2]) @@ -277,6 +280,8 @@ return function(songName, songDifficulty) elapsed = 0 playing = true + + startTime = socket.gettime() end return state diff --git a/modules/types.lua b/modules/types.lua index 9e86c08..db63c95 100644 --- a/modules/types.lua +++ b/modules/types.lua @@ -120,7 +120,7 @@ end function module.updateSprites(dt) for index, sprite in next, Sprites do - if not sprite.animation then goto continue end + if not sprite.animation or not sprite.quads[sprite.animation] then goto continue end sprite.elapsed = sprite.elapsed + dt diff --git a/modules/types/character.lua b/modules/types/character.lua index 2e77a44..e920809 100644 --- a/modules/types/character.lua +++ b/modules/types/character.lua @@ -9,8 +9,13 @@ CharacterClass.__index = CharacterClass function CharacterClass:PlayAnimation(name) local animName = self.animations[name] - self.sprite:PlayAnimation(animName, self.animInfo[name].fps) - self.sprite.extraOffset = module.myTypes.Vector2(self.animInfo[name].offsets[1] - self.stagePosition.x, self.animInfo[name].offsets[2] - self.stagePosition.y) + if self.animInfo[name].random then + self.sprite:PlayAnimation(animName..string.format("%s ", math.random(self.animInfo[name].random[1], self.animInfo[name].random[2])), self.animInfo[name].fps) + self.sprite.extraOffset = module.myTypes.Vector2(self.animInfo[name].offsets[1] - self.stagePosition.x, self.animInfo[name].offsets[2] - self.stagePosition.y) + else + self.sprite:PlayAnimation(animName, self.animInfo[name].fps) + self.sprite.extraOffset = module.myTypes.Vector2(self.animInfo[name].offsets[1] - self.stagePosition.x, self.animInfo[name].offsets[2] - self.stagePosition.y) + end self.singing = name ~= "idle" and name ~= "danceLeft" and name ~= "danceRight" end @@ -38,7 +43,8 @@ function module.character(name) singing = false, stagePosition = module.myTypes.Vector2(0,0), -- Changeable stageCamera = module.myTypes.Vector2(parsed.camera_position[1], parsed.camera_position[2]), - flipX = parsed.flip_x + flipX = parsed.flip_x, + beats = parsed.beats or 4 }, CharacterClass) for index, alias in next, parsed.animations do diff --git a/modules/types/note.lua b/modules/types/note.lua index c29d188..52cb4bd 100644 --- a/modules/types/note.lua +++ b/modules/types/note.lua @@ -18,7 +18,8 @@ function module.note(raw, mustHitSection) mustPress = mustHitSection and raw[2] <= 3 or not mustHitSection and raw[2] > 3, direction = raw[2] <= 3 and raw[2] + 1 or raw[2] - 3, spawned = false, - sprite = nil -- For unspawned notes + sprite = nil, -- For unspawned notes + altAnim = raw[4] == "Alt" }, NoteClass) return newNote @@ -44,4 +45,4 @@ function NoteClass:destroy() end -return module \ No newline at end of file +return module diff --git a/sprites/bfAndGF.json b/sprites/bfAndGF.json new file mode 100644 index 0000000..3cb197f --- /dev/null +++ b/sprites/bfAndGF.json @@ -0,0 +1,3362 @@ +{ + "TextureAtlas": { + "SubTexture": [ + { + "_name": "BF NOTE DOWN0000", + "_x": "0", + "_y": "3300", + "_width": "518", + "_height": "421", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "520", + "_frameHeight": "431" + }, + { + "_name": "BF NOTE DOWN0001", + "_x": "0", + "_y": "3300", + "_width": "518", + "_height": "421", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "520", + "_frameHeight": "431" + }, + { + "_name": "BF NOTE DOWN0002", + "_x": "1576", + "_y": "3302", + "_width": "520", + "_height": "411", + "_frameX": "0", + "_frameY": "-15", + "_frameWidth": "520", + "_frameHeight": "431" + }, + { + "_name": "BF NOTE DOWN0003", + "_x": "1576", + "_y": "3302", + "_width": "520", + "_height": "411", + "_frameX": "0", + "_frameY": "-15", + "_frameWidth": "520", + "_frameHeight": "431" + }, + { + "_name": "BF NOTE DOWN0004", + "_x": "3223", + "_y": "3265", + "_width": "520", + "_height": "426", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "520", + "_frameHeight": "431" + }, + { + "_name": "BF NOTE DOWN0005", + "_x": "3223", + "_y": "3265", + "_width": "520", + "_height": "426", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "520", + "_frameHeight": "431" + }, + { + "_name": "BF NOTE DOWN0006", + "_x": "3223", + "_y": "3265", + "_width": "520", + "_height": "426", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "520", + "_frameHeight": "431" + }, + { + "_name": "BF NOTE DOWN0007", + "_x": "3223", + "_y": "3265", + "_width": "520", + "_height": "426", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "520", + "_frameHeight": "431" + }, + { + "_name": "BF NOTE DOWN0008", + "_x": "3223", + "_y": "3265", + "_width": "520", + "_height": "426", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "520", + "_frameHeight": "431" + }, + { + "_name": "BF NOTE DOWN0009", + "_x": "3223", + "_y": "3265", + "_width": "520", + "_height": "426", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "520", + "_frameHeight": "431" + }, + { + "_name": "BF NOTE DOWN0010", + "_x": "3223", + "_y": "3265", + "_width": "520", + "_height": "426", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "520", + "_frameHeight": "431" + }, + { + "_name": "BF NOTE DOWN0011", + "_x": "3223", + "_y": "3265", + "_width": "520", + "_height": "426", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "520", + "_frameHeight": "431" + }, + { + "_name": "BF NOTE DOWN0012", + "_x": "3223", + "_y": "3265", + "_width": "520", + "_height": "426", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "520", + "_frameHeight": "431" + }, + { + "_name": "BF NOTE DOWN0013", + "_x": "3223", + "_y": "3265", + "_width": "520", + "_height": "426", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "520", + "_frameHeight": "431" + }, + { + "_name": "BF NOTE DOWN0014", + "_x": "3223", + "_y": "3265", + "_width": "520", + "_height": "426", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "520", + "_frameHeight": "431" + }, + { + "_name": "BF NOTE DOWN0015", + "_x": "3223", + "_y": "3265", + "_width": "520", + "_height": "426", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "520", + "_frameHeight": "431" + }, + { + "_name": "BF NOTE DOWN0016", + "_x": "3223", + "_y": "3265", + "_width": "520", + "_height": "426", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "520", + "_frameHeight": "431" + }, + { + "_name": "BF NOTE DOWN0017", + "_x": "3223", + "_y": "3265", + "_width": "520", + "_height": "426", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "520", + "_frameHeight": "431" + }, + { + "_name": "BF NOTE DOWN0018", + "_x": "3223", + "_y": "3265", + "_width": "520", + "_height": "426", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "520", + "_frameHeight": "431" + }, + { + "_name": "BF NOTE DOWN0019", + "_x": "3223", + "_y": "3265", + "_width": "520", + "_height": "426", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "520", + "_frameHeight": "431" + }, + { + "_name": "BF NOTE DOWN0020", + "_x": "3223", + "_y": "3265", + "_width": "520", + "_height": "426", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "520", + "_frameHeight": "431" + }, + { + "_name": "BF NOTE DOWN0021", + "_x": "3223", + "_y": "3265", + "_width": "520", + "_height": "426", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "520", + "_frameHeight": "431" + }, + { + "_name": "BF NOTE DOWN0022", + "_x": "3223", + "_y": "3265", + "_width": "520", + "_height": "426", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "520", + "_frameHeight": "431" + }, + { + "_name": "BF NOTE DOWN0023", + "_x": "3223", + "_y": "3265", + "_width": "520", + "_height": "426", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "520", + "_frameHeight": "431" + }, + { + "_name": "BF NOTE DOWN0024", + "_x": "3223", + "_y": "3265", + "_width": "520", + "_height": "426", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "520", + "_frameHeight": "431" + }, + { + "_name": "BF NOTE DOWN0025", + "_x": "3223", + "_y": "3265", + "_width": "520", + "_height": "426", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "520", + "_frameHeight": "431" + }, + { + "_name": "BF NOTE DOWN0026", + "_x": "3223", + "_y": "3265", + "_width": "520", + "_height": "426", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "520", + "_frameHeight": "431" + }, + { + "_name": "BF NOTE DOWN0027", + "_x": "3223", + "_y": "3265", + "_width": "520", + "_height": "426", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "520", + "_frameHeight": "431" + }, + { + "_name": "BF NOTE DOWN0028", + "_x": "3223", + "_y": "3265", + "_width": "520", + "_height": "426", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "520", + "_frameHeight": "431" + }, + { + "_name": "BF NOTE DOWN0029", + "_x": "3223", + "_y": "3265", + "_width": "520", + "_height": "426", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "520", + "_frameHeight": "431" + }, + { + "_name": "BF NOTE DOWN MISS0000", + "_x": "0", + "_y": "3300", + "_width": "518", + "_height": "421", + "_frameX": "-1", + "_frameY": "-12", + "_frameWidth": "520", + "_frameHeight": "431" + }, + { + "_name": "BF NOTE DOWN MISS0001", + "_x": "2703", + "_y": "2820", + "_width": "516", + "_height": "433", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "520", + "_frameHeight": "434" + }, + { + "_name": "BF NOTE DOWN MISS0002", + "_x": "2703", + "_y": "2820", + "_width": "516", + "_height": "433", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "520", + "_frameHeight": "434" + }, + { + "_name": "BF NOTE DOWN MISS0003", + "_x": "523", + "_y": "2861", + "_width": "520", + "_height": "429", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "520", + "_frameHeight": "434" + }, + { + "_name": "BF NOTE DOWN MISS0004", + "_x": "523", + "_y": "2861", + "_width": "520", + "_height": "429", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "520", + "_frameHeight": "434" + }, + { + "_name": "BF NOTE DOWN MISS0005", + "_x": "1613", + "_y": "2863", + "_width": "520", + "_height": "429", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "520", + "_frameHeight": "434" + }, + { + "_name": "BF NOTE DOWN MISS0006", + "_x": "1613", + "_y": "2863", + "_width": "520", + "_height": "429", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "520", + "_frameHeight": "434" + }, + { + "_name": "BF NOTE DOWN MISS0007", + "_x": "523", + "_y": "2861", + "_width": "520", + "_height": "429", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "520", + "_frameHeight": "434" + }, + { + "_name": "BF NOTE DOWN MISS0008", + "_x": "523", + "_y": "2861", + "_width": "520", + "_height": "429", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "520", + "_frameHeight": "434" + }, + { + "_name": "BF NOTE DOWN MISS0009", + "_x": "1613", + "_y": "2863", + "_width": "520", + "_height": "429", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "520", + "_frameHeight": "434" + }, + { + "_name": "BF NOTE DOWN MISS0010", + "_x": "1613", + "_y": "2863", + "_width": "520", + "_height": "429", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "520", + "_frameHeight": "434" + }, + { + "_name": "BF NOTE DOWN MISS0011", + "_x": "523", + "_y": "2861", + "_width": "520", + "_height": "429", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "520", + "_frameHeight": "434" + }, + { + "_name": "BF NOTE DOWN MISS0012", + "_x": "523", + "_y": "2861", + "_width": "520", + "_height": "429", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "520", + "_frameHeight": "434" + }, + { + "_name": "BF NOTE DOWN MISS0013", + "_x": "1613", + "_y": "2863", + "_width": "520", + "_height": "429", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "520", + "_frameHeight": "434" + }, + { + "_name": "BF NOTE DOWN MISS0014", + "_x": "1613", + "_y": "2863", + "_width": "520", + "_height": "429", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "520", + "_frameHeight": "434" + }, + { + "_name": "BF NOTE DOWN MISS0015", + "_x": "523", + "_y": "2861", + "_width": "520", + "_height": "429", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "520", + "_frameHeight": "434" + }, + { + "_name": "BF NOTE DOWN MISS0016", + "_x": "523", + "_y": "2861", + "_width": "520", + "_height": "429", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "520", + "_frameHeight": "434" + }, + { + "_name": "BF NOTE DOWN MISS0017", + "_x": "1613", + "_y": "2863", + "_width": "520", + "_height": "429", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "520", + "_frameHeight": "434" + }, + { + "_name": "BF NOTE DOWN MISS0018", + "_x": "1613", + "_y": "2863", + "_width": "520", + "_height": "429", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "520", + "_frameHeight": "434" + }, + { + "_name": "BF NOTE DOWN MISS0019", + "_x": "523", + "_y": "2861", + "_width": "520", + "_height": "429", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "520", + "_frameHeight": "434" + }, + { + "_name": "BF NOTE DOWN MISS0020", + "_x": "523", + "_y": "2861", + "_width": "520", + "_height": "429", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "520", + "_frameHeight": "434" + }, + { + "_name": "BF NOTE DOWN MISS0021", + "_x": "1613", + "_y": "2863", + "_width": "520", + "_height": "429", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "520", + "_frameHeight": "434" + }, + { + "_name": "BF NOTE DOWN MISS0022", + "_x": "1613", + "_y": "2863", + "_width": "520", + "_height": "429", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "520", + "_frameHeight": "434" + }, + { + "_name": "BF NOTE DOWN MISS0023", + "_x": "523", + "_y": "2861", + "_width": "520", + "_height": "429", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "520", + "_frameHeight": "434" + }, + { + "_name": "BF NOTE DOWN MISS0024", + "_x": "523", + "_y": "2861", + "_width": "520", + "_height": "429", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "520", + "_frameHeight": "434" + }, + { + "_name": "BF NOTE DOWN MISS0025", + "_x": "1613", + "_y": "2863", + "_width": "520", + "_height": "429", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "520", + "_frameHeight": "434" + }, + { + "_name": "BF NOTE DOWN MISS0026", + "_x": "1613", + "_y": "2863", + "_width": "520", + "_height": "429", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "520", + "_frameHeight": "434" + }, + { + "_name": "BF NOTE DOWN MISS0027", + "_x": "523", + "_y": "2861", + "_width": "520", + "_height": "429", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "520", + "_frameHeight": "434" + }, + { + "_name": "BF NOTE DOWN MISS0028", + "_x": "523", + "_y": "2861", + "_width": "520", + "_height": "429", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "520", + "_frameHeight": "434" + }, + { + "_name": "BF NOTE LEFT0000", + "_x": "2177", + "_y": "2414", + "_width": "516", + "_height": "435", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "524", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE LEFT0001", + "_x": "2177", + "_y": "2414", + "_width": "516", + "_height": "435", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "524", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE LEFT0002", + "_x": "3229", + "_y": "2820", + "_width": "513", + "_height": "435", + "_frameX": "-11", + "_frameY": "0", + "_frameWidth": "524", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE LEFT0003", + "_x": "3229", + "_y": "2820", + "_width": "513", + "_height": "435", + "_frameX": "-11", + "_frameY": "0", + "_frameWidth": "524", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE LEFT0004", + "_x": "0", + "_y": "2821", + "_width": "513", + "_height": "435", + "_frameX": "-11", + "_frameY": "0", + "_frameWidth": "524", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE LEFT0005", + "_x": "0", + "_y": "2821", + "_width": "513", + "_height": "435", + "_frameX": "-11", + "_frameY": "0", + "_frameWidth": "524", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE LEFT0006", + "_x": "2177", + "_y": "2859", + "_width": "513", + "_height": "435", + "_frameX": "-11", + "_frameY": "0", + "_frameWidth": "524", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE LEFT0007", + "_x": "2177", + "_y": "2859", + "_width": "513", + "_height": "435", + "_frameX": "-11", + "_frameY": "0", + "_frameWidth": "524", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE LEFT0008", + "_x": "2177", + "_y": "2859", + "_width": "513", + "_height": "435", + "_frameX": "-11", + "_frameY": "0", + "_frameWidth": "524", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE LEFT0009", + "_x": "2177", + "_y": "2859", + "_width": "513", + "_height": "435", + "_frameX": "-11", + "_frameY": "0", + "_frameWidth": "524", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE LEFT0010", + "_x": "2177", + "_y": "2859", + "_width": "513", + "_height": "435", + "_frameX": "-11", + "_frameY": "0", + "_frameWidth": "524", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE LEFT0011", + "_x": "2177", + "_y": "2859", + "_width": "513", + "_height": "435", + "_frameX": "-11", + "_frameY": "0", + "_frameWidth": "524", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE LEFT0012", + "_x": "2177", + "_y": "2859", + "_width": "513", + "_height": "435", + "_frameX": "-11", + "_frameY": "0", + "_frameWidth": "524", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE LEFT0013", + "_x": "2177", + "_y": "2859", + "_width": "513", + "_height": "435", + "_frameX": "-11", + "_frameY": "0", + "_frameWidth": "524", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE LEFT0014", + "_x": "2177", + "_y": "2859", + "_width": "513", + "_height": "435", + "_frameX": "-11", + "_frameY": "0", + "_frameWidth": "524", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE LEFT MISS0000", + "_x": "2177", + "_y": "2414", + "_width": "516", + "_height": "435", + "_frameX": "0", + "_frameY": "-1", + "_frameWidth": "524", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE LEFT MISS0001", + "_x": "524", + "_y": "2417", + "_width": "515", + "_height": "434", + "_frameX": "-15", + "_frameY": "0", + "_frameWidth": "530", + "_frameHeight": "436" + }, + { + "_name": "BF NOTE LEFT MISS0002", + "_x": "524", + "_y": "2417", + "_width": "515", + "_height": "434", + "_frameX": "-15", + "_frameY": "0", + "_frameWidth": "530", + "_frameHeight": "436" + }, + { + "_name": "BF NOTE LEFT MISS0003", + "_x": "1053", + "_y": "2868", + "_width": "513", + "_height": "434", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "530", + "_frameHeight": "436" + }, + { + "_name": "BF NOTE LEFT MISS0004", + "_x": "1053", + "_y": "2868", + "_width": "513", + "_height": "434", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "530", + "_frameHeight": "436" + }, + { + "_name": "BF NOTE LEFT MISS0005", + "_x": "2700", + "_y": "3263", + "_width": "513", + "_height": "434", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "530", + "_frameHeight": "436" + }, + { + "_name": "BF NOTE LEFT MISS0006", + "_x": "2700", + "_y": "3263", + "_width": "513", + "_height": "434", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "530", + "_frameHeight": "436" + }, + { + "_name": "BF NOTE LEFT MISS0007", + "_x": "1053", + "_y": "2868", + "_width": "513", + "_height": "434", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "530", + "_frameHeight": "436" + }, + { + "_name": "BF NOTE LEFT MISS0008", + "_x": "1053", + "_y": "2868", + "_width": "513", + "_height": "434", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "530", + "_frameHeight": "436" + }, + { + "_name": "BF NOTE LEFT MISS0009", + "_x": "2700", + "_y": "3263", + "_width": "513", + "_height": "434", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "530", + "_frameHeight": "436" + }, + { + "_name": "BF NOTE LEFT MISS0010", + "_x": "2700", + "_y": "3263", + "_width": "513", + "_height": "434", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "530", + "_frameHeight": "436" + }, + { + "_name": "BF NOTE LEFT MISS0011", + "_x": "1053", + "_y": "2868", + "_width": "513", + "_height": "434", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "530", + "_frameHeight": "436" + }, + { + "_name": "BF NOTE LEFT MISS0012", + "_x": "1053", + "_y": "2868", + "_width": "513", + "_height": "434", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "530", + "_frameHeight": "436" + }, + { + "_name": "BF NOTE LEFT MISS0013", + "_x": "2700", + "_y": "3263", + "_width": "513", + "_height": "434", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "530", + "_frameHeight": "436" + }, + { + "_name": "BF NOTE LEFT MISS0014", + "_x": "2700", + "_y": "3263", + "_width": "513", + "_height": "434", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "530", + "_frameHeight": "436" + }, + { + "_name": "BF NOTE LEFT MISS0015", + "_x": "1053", + "_y": "2868", + "_width": "513", + "_height": "434", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "530", + "_frameHeight": "436" + }, + { + "_name": "BF NOTE LEFT MISS0016", + "_x": "1053", + "_y": "2868", + "_width": "513", + "_height": "434", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "530", + "_frameHeight": "436" + }, + { + "_name": "BF NOTE LEFT MISS0017", + "_x": "2700", + "_y": "3263", + "_width": "513", + "_height": "434", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "530", + "_frameHeight": "436" + }, + { + "_name": "BF NOTE LEFT MISS0018", + "_x": "2700", + "_y": "3263", + "_width": "513", + "_height": "434", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "530", + "_frameHeight": "436" + }, + { + "_name": "BF NOTE LEFT MISS0019", + "_x": "1053", + "_y": "2868", + "_width": "513", + "_height": "434", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "530", + "_frameHeight": "436" + }, + { + "_name": "BF NOTE LEFT MISS0020", + "_x": "1053", + "_y": "2868", + "_width": "513", + "_height": "434", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "530", + "_frameHeight": "436" + }, + { + "_name": "BF NOTE LEFT MISS0021", + "_x": "2700", + "_y": "3263", + "_width": "513", + "_height": "434", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "530", + "_frameHeight": "436" + }, + { + "_name": "BF NOTE LEFT MISS0022", + "_x": "2700", + "_y": "3263", + "_width": "513", + "_height": "434", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "530", + "_frameHeight": "436" + }, + { + "_name": "BF NOTE LEFT MISS0023", + "_x": "1053", + "_y": "2868", + "_width": "513", + "_height": "434", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "530", + "_frameHeight": "436" + }, + { + "_name": "BF NOTE LEFT MISS0024", + "_x": "1053", + "_y": "2868", + "_width": "513", + "_height": "434", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "530", + "_frameHeight": "436" + }, + { + "_name": "BF NOTE LEFT MISS0025", + "_x": "2700", + "_y": "3263", + "_width": "513", + "_height": "434", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "530", + "_frameHeight": "436" + }, + { + "_name": "BF NOTE LEFT MISS0026", + "_x": "2700", + "_y": "3263", + "_width": "513", + "_height": "434", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "530", + "_frameHeight": "436" + }, + { + "_name": "BF NOTE LEFT MISS0027", + "_x": "1053", + "_y": "2868", + "_width": "513", + "_height": "434", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "530", + "_frameHeight": "436" + }, + { + "_name": "BF NOTE LEFT MISS0028", + "_x": "1053", + "_y": "2868", + "_width": "513", + "_height": "434", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "530", + "_frameHeight": "436" + }, + { + "_name": "BF NOTE LEFT MISS0029", + "_x": "2700", + "_y": "3263", + "_width": "513", + "_height": "434", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "530", + "_frameHeight": "436" + }, + { + "_name": "BF NOTE LEFT MISS0030", + "_x": "2700", + "_y": "3263", + "_width": "513", + "_height": "434", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "530", + "_frameHeight": "436" + }, + { + "_name": "BF NOTE LEFT MISS0031", + "_x": "1053", + "_y": "2868", + "_width": "513", + "_height": "434", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "530", + "_frameHeight": "436" + }, + { + "_name": "BF NOTE LEFT MISS0032", + "_x": "1053", + "_y": "2868", + "_width": "513", + "_height": "434", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "530", + "_frameHeight": "436" + }, + { + "_name": "BF NOTE LEFT MISS0033", + "_x": "2700", + "_y": "3263", + "_width": "513", + "_height": "434", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "530", + "_frameHeight": "436" + }, + { + "_name": "BF NOTE RIGHT0000", + "_x": "2268", + "_y": "530", + "_width": "513", + "_height": "453", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0001", + "_x": "2268", + "_y": "530", + "_width": "513", + "_height": "453", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0002", + "_x": "0", + "_y": "2359", + "_width": "514", + "_height": "452", + "_frameX": "0", + "_frameY": "-1", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0003", + "_x": "0", + "_y": "2359", + "_width": "514", + "_height": "452", + "_frameX": "0", + "_frameY": "-1", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0004", + "_x": "1091", + "_y": "2406", + "_width": "512", + "_height": "452", + "_frameX": "0", + "_frameY": "-1", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0005", + "_x": "1091", + "_y": "2406", + "_width": "512", + "_height": "452", + "_frameX": "0", + "_frameY": "-1", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0006", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0007", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0008", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0009", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0010", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0011", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0012", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0013", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0014", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0015", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0016", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0017", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0018", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0019", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0020", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0021", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0022", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0023", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0024", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0025", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0026", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0027", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0028", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0029", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0030", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0031", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0032", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0033", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0034", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0035", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0036", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0037", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0038", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0039", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0040", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0041", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0042", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0043", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0044", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0045", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0046", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0047", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0048", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0049", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0050", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0051", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0052", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0053", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0054", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0055", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0056", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0057", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0058", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0059", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0060", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT0061", + "_x": "1656", + "_y": "2400", + "_width": "511", + "_height": "453", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT MISS0000", + "_x": "2268", + "_y": "530", + "_width": "513", + "_height": "453", + "_frameX": "-7", + "_frameY": "-16", + "_frameWidth": "514", + "_frameHeight": "453" + }, + { + "_name": "BF NOTE RIGHT MISS0001", + "_x": "2206", + "_y": "1473", + "_width": "520", + "_height": "466", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "525", + "_frameHeight": "469" + }, + { + "_name": "BF NOTE RIGHT MISS0002", + "_x": "2206", + "_y": "1473", + "_width": "520", + "_height": "466", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "525", + "_frameHeight": "469" + }, + { + "_name": "BF NOTE RIGHT MISS0003", + "_x": "588", + "_y": "1043", + "_width": "524", + "_height": "466", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "525", + "_frameHeight": "469" + }, + { + "_name": "BF NOTE RIGHT MISS0004", + "_x": "588", + "_y": "1043", + "_width": "524", + "_height": "466", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "525", + "_frameHeight": "469" + }, + { + "_name": "BF NOTE RIGHT MISS0005", + "_x": "1672", + "_y": "1050", + "_width": "524", + "_height": "466", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "525", + "_frameHeight": "469" + }, + { + "_name": "BF NOTE RIGHT MISS0006", + "_x": "1672", + "_y": "1050", + "_width": "524", + "_height": "466", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "525", + "_frameHeight": "469" + }, + { + "_name": "BF NOTE RIGHT MISS0007", + "_x": "588", + "_y": "1043", + "_width": "524", + "_height": "466", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "525", + "_frameHeight": "469" + }, + { + "_name": "BF NOTE RIGHT MISS0008", + "_x": "588", + "_y": "1043", + "_width": "524", + "_height": "466", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "525", + "_frameHeight": "469" + }, + { + "_name": "BF NOTE RIGHT MISS0009", + "_x": "1672", + "_y": "1050", + "_width": "524", + "_height": "466", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "525", + "_frameHeight": "469" + }, + { + "_name": "BF NOTE RIGHT MISS0010", + "_x": "1672", + "_y": "1050", + "_width": "524", + "_height": "466", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "525", + "_frameHeight": "469" + }, + { + "_name": "BF NOTE RIGHT MISS0011", + "_x": "588", + "_y": "1043", + "_width": "524", + "_height": "466", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "525", + "_frameHeight": "469" + }, + { + "_name": "BF NOTE RIGHT MISS0012", + "_x": "588", + "_y": "1043", + "_width": "524", + "_height": "466", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "525", + "_frameHeight": "469" + }, + { + "_name": "BF NOTE RIGHT MISS0013", + "_x": "1672", + "_y": "1050", + "_width": "524", + "_height": "466", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "525", + "_frameHeight": "469" + }, + { + "_name": "BF NOTE RIGHT MISS0014", + "_x": "1672", + "_y": "1050", + "_width": "524", + "_height": "466", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "525", + "_frameHeight": "469" + }, + { + "_name": "BF NOTE RIGHT MISS0015", + "_x": "588", + "_y": "1043", + "_width": "524", + "_height": "466", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "525", + "_frameHeight": "469" + }, + { + "_name": "BF NOTE RIGHT MISS0016", + "_x": "588", + "_y": "1043", + "_width": "524", + "_height": "466", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "525", + "_frameHeight": "469" + }, + { + "_name": "BF NOTE RIGHT MISS0017", + "_x": "1672", + "_y": "1050", + "_width": "524", + "_height": "466", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "525", + "_frameHeight": "469" + }, + { + "_name": "BF NOTE RIGHT MISS0018", + "_x": "1672", + "_y": "1050", + "_width": "524", + "_height": "466", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "525", + "_frameHeight": "469" + }, + { + "_name": "BF NOTE RIGHT MISS0019", + "_x": "588", + "_y": "1043", + "_width": "524", + "_height": "466", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "525", + "_frameHeight": "469" + }, + { + "_name": "BF NOTE RIGHT MISS0020", + "_x": "588", + "_y": "1043", + "_width": "524", + "_height": "466", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "525", + "_frameHeight": "469" + }, + { + "_name": "BF NOTE RIGHT MISS0021", + "_x": "1672", + "_y": "1050", + "_width": "524", + "_height": "466", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "525", + "_frameHeight": "469" + }, + { + "_name": "BF NOTE RIGHT MISS0022", + "_x": "1672", + "_y": "1050", + "_width": "524", + "_height": "466", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "525", + "_frameHeight": "469" + }, + { + "_name": "BF NOTE RIGHT MISS0023", + "_x": "588", + "_y": "1043", + "_width": "524", + "_height": "466", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "525", + "_frameHeight": "469" + }, + { + "_name": "BF NOTE RIGHT MISS0024", + "_x": "588", + "_y": "1043", + "_width": "524", + "_height": "466", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "525", + "_frameHeight": "469" + }, + { + "_name": "BF NOTE RIGHT MISS0025", + "_x": "1672", + "_y": "1050", + "_width": "524", + "_height": "466", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "525", + "_frameHeight": "469" + }, + { + "_name": "BF NOTE RIGHT MISS0026", + "_x": "1672", + "_y": "1050", + "_width": "524", + "_height": "466", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "525", + "_frameHeight": "469" + }, + { + "_name": "BF NOTE RIGHT MISS0027", + "_x": "588", + "_y": "1043", + "_width": "524", + "_height": "466", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "525", + "_frameHeight": "469" + }, + { + "_name": "BF NOTE RIGHT MISS0028", + "_x": "588", + "_y": "1043", + "_width": "524", + "_height": "466", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "525", + "_frameHeight": "469" + }, + { + "_name": "BF NOTE RIGHT MISS0029", + "_x": "1672", + "_y": "1050", + "_width": "524", + "_height": "466", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "525", + "_frameHeight": "469" + }, + { + "_name": "BF NOTE RIGHT MISS0030", + "_x": "1672", + "_y": "1050", + "_width": "524", + "_height": "466", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "525", + "_frameHeight": "469" + }, + { + "_name": "BF NOTE RIGHT MISS0031", + "_x": "588", + "_y": "1043", + "_width": "524", + "_height": "466", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "525", + "_frameHeight": "469" + }, + { + "_name": "BF NOTE RIGHT MISS0032", + "_x": "588", + "_y": "1043", + "_width": "524", + "_height": "466", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "525", + "_frameHeight": "469" + }, + { + "_name": "BF NOTE RIGHT MISS0033", + "_x": "1672", + "_y": "1050", + "_width": "524", + "_height": "466", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "525", + "_frameHeight": "469" + }, + { + "_name": "BF NOTE RIGHT MISS0034", + "_x": "1672", + "_y": "1050", + "_width": "524", + "_height": "466", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "525", + "_frameHeight": "469" + }, + { + "_name": "BF NOTE RIGHT MISS0035", + "_x": "588", + "_y": "1043", + "_width": "524", + "_height": "466", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "525", + "_frameHeight": "469" + }, + { + "_name": "BF NOTE RIGHT MISS0036", + "_x": "588", + "_y": "1043", + "_width": "524", + "_height": "466", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "525", + "_frameHeight": "469" + }, + { + "_name": "BF NOTE RIGHT MISS0037", + "_x": "1672", + "_y": "1050", + "_width": "524", + "_height": "466", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "525", + "_frameHeight": "469" + }, + { + "_name": "BF NOTE RIGHT MISS0038", + "_x": "1672", + "_y": "1050", + "_width": "524", + "_height": "466", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "525", + "_frameHeight": "469" + }, + { + "_name": "BF NOTE RIGHT MISS0039", + "_x": "588", + "_y": "1043", + "_width": "524", + "_height": "466", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "525", + "_frameHeight": "469" + }, + { + "_name": "BF NOTE RIGHT MISS0040", + "_x": "588", + "_y": "1043", + "_width": "524", + "_height": "466", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "525", + "_frameHeight": "469" + }, + { + "_name": "BF NOTE RIGHT MISS0041", + "_x": "1672", + "_y": "1050", + "_width": "524", + "_height": "466", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "525", + "_frameHeight": "469" + }, + { + "_name": "BF NOTE RIGHT MISS0042", + "_x": "1672", + "_y": "1050", + "_width": "524", + "_height": "466", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "525", + "_frameHeight": "469" + }, + { + "_name": "BF NOTE RIGHT MISS0043", + "_x": "588", + "_y": "1043", + "_width": "524", + "_height": "466", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "525", + "_frameHeight": "469" + }, + { + "_name": "BF NOTE RIGHT MISS0044", + "_x": "588", + "_y": "1043", + "_width": "524", + "_height": "466", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "525", + "_frameHeight": "469" + }, + { + "_name": "BF NOTE RIGHT MISS0045", + "_x": "1672", + "_y": "1050", + "_width": "524", + "_height": "466", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "525", + "_frameHeight": "469" + }, + { + "_name": "BF NOTE UP0000", + "_x": "550", + "_y": "1961", + "_width": "531", + "_height": "446", + "_frameX": "-5", + "_frameY": "0", + "_frameWidth": "540", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0001", + "_x": "550", + "_y": "1961", + "_width": "531", + "_height": "446", + "_frameX": "-5", + "_frameY": "0", + "_frameWidth": "540", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0002", + "_x": "0", + "_y": "1908", + "_width": "540", + "_height": "441", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "540", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0003", + "_x": "0", + "_y": "1908", + "_width": "540", + "_height": "441", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "540", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0004", + "_x": "2245", + "_y": "1963", + "_width": "537", + "_height": "441", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "540", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0005", + "_x": "2245", + "_y": "1963", + "_width": "537", + "_height": "441", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "540", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0006", + "_x": "1696", + "_y": "1949", + "_width": "539", + "_height": "441", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "540", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0007", + "_x": "1696", + "_y": "1949", + "_width": "539", + "_height": "441", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "540", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0008", + "_x": "1696", + "_y": "1949", + "_width": "539", + "_height": "441", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "540", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0009", + "_x": "1696", + "_y": "1949", + "_width": "539", + "_height": "441", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "540", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0010", + "_x": "1696", + "_y": "1949", + "_width": "539", + "_height": "441", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "540", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0011", + "_x": "1696", + "_y": "1949", + "_width": "539", + "_height": "441", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "540", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0012", + "_x": "1696", + "_y": "1949", + "_width": "539", + "_height": "441", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "540", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0013", + "_x": "1696", + "_y": "1949", + "_width": "539", + "_height": "441", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "540", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0014", + "_x": "1696", + "_y": "1949", + "_width": "539", + "_height": "441", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "540", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0000", + "_x": "550", + "_y": "1961", + "_width": "531", + "_height": "446", + "_frameX": "-9", + "_frameY": "0", + "_frameWidth": "540", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0001", + "_x": "1131", + "_y": "1526", + "_width": "555", + "_height": "434", + "_frameX": "0", + "_frameY": "-13", + "_frameWidth": "555", + "_frameHeight": "448" + }, + { + "_name": "BF NOTE UP MISS0002", + "_x": "1131", + "_y": "1526", + "_width": "555", + "_height": "434", + "_frameX": "0", + "_frameY": "-13", + "_frameWidth": "555", + "_frameHeight": "448" + }, + { + "_name": "BF NOTE UP MISS0003", + "_x": "3389", + "_y": "1054", + "_width": "552", + "_height": "441", + "_frameX": "-1", + "_frameY": "-7", + "_frameWidth": "555", + "_frameHeight": "448" + }, + { + "_name": "BF NOTE UP MISS0004", + "_x": "3389", + "_y": "1054", + "_width": "552", + "_height": "441", + "_frameX": "-1", + "_frameY": "-7", + "_frameWidth": "555", + "_frameHeight": "448" + }, + { + "_name": "BF NOTE UP MISS0005", + "_x": "0", + "_y": "1457", + "_width": "552", + "_height": "441", + "_frameX": "-1", + "_frameY": "-7", + "_frameWidth": "555", + "_frameHeight": "448" + }, + { + "_name": "BF NOTE UP MISS0006", + "_x": "0", + "_y": "1457", + "_width": "552", + "_height": "441", + "_frameX": "-1", + "_frameY": "-7", + "_frameWidth": "555", + "_frameHeight": "448" + }, + { + "_name": "BF NOTE UP MISS0007", + "_x": "3389", + "_y": "1054", + "_width": "552", + "_height": "441", + "_frameX": "-1", + "_frameY": "-7", + "_frameWidth": "555", + "_frameHeight": "448" + }, + { + "_name": "BF NOTE UP MISS0008", + "_x": "3389", + "_y": "1054", + "_width": "552", + "_height": "441", + "_frameX": "-1", + "_frameY": "-7", + "_frameWidth": "555", + "_frameHeight": "448" + }, + { + "_name": "BF NOTE UP MISS0009", + "_x": "0", + "_y": "1457", + "_width": "552", + "_height": "441", + "_frameX": "-1", + "_frameY": "-7", + "_frameWidth": "555", + "_frameHeight": "448" + }, + { + "_name": "BF NOTE UP MISS0010", + "_x": "0", + "_y": "1457", + "_width": "552", + "_height": "441", + "_frameX": "-1", + "_frameY": "-7", + "_frameWidth": "555", + "_frameHeight": "448" + }, + { + "_name": "BF NOTE UP MISS0011", + "_x": "3389", + "_y": "1054", + "_width": "552", + "_height": "441", + "_frameX": "-1", + "_frameY": "-7", + "_frameWidth": "555", + "_frameHeight": "448" + }, + { + "_name": "BF NOTE UP MISS0012", + "_x": "3389", + "_y": "1054", + "_width": "552", + "_height": "441", + "_frameX": "-1", + "_frameY": "-7", + "_frameWidth": "555", + "_frameHeight": "448" + }, + { + "_name": "BF NOTE UP MISS0013", + "_x": "0", + "_y": "1457", + "_width": "552", + "_height": "441", + "_frameX": "-1", + "_frameY": "-7", + "_frameWidth": "555", + "_frameHeight": "448" + }, + { + "_name": "BF NOTE UP MISS0014", + "_x": "0", + "_y": "1457", + "_width": "552", + "_height": "441", + "_frameX": "-1", + "_frameY": "-7", + "_frameWidth": "555", + "_frameHeight": "448" + }, + { + "_name": "BF NOTE UP MISS0015", + "_x": "3389", + "_y": "1054", + "_width": "552", + "_height": "441", + "_frameX": "-1", + "_frameY": "-7", + "_frameWidth": "555", + "_frameHeight": "448" + }, + { + "_name": "BF NOTE UP MISS0016", + "_x": "3389", + "_y": "1054", + "_width": "552", + "_height": "441", + "_frameX": "-1", + "_frameY": "-7", + "_frameWidth": "555", + "_frameHeight": "448" + }, + { + "_name": "BF NOTE UP MISS0017", + "_x": "0", + "_y": "1457", + "_width": "552", + "_height": "441", + "_frameX": "-1", + "_frameY": "-7", + "_frameWidth": "555", + "_frameHeight": "448" + }, + { + "_name": "BF NOTE UP MISS0018", + "_x": "0", + "_y": "1457", + "_width": "552", + "_height": "441", + "_frameX": "-1", + "_frameY": "-7", + "_frameWidth": "555", + "_frameHeight": "448" + }, + { + "_name": "BF NOTE UP MISS0019", + "_x": "3389", + "_y": "1054", + "_width": "552", + "_height": "441", + "_frameX": "-1", + "_frameY": "-7", + "_frameWidth": "555", + "_frameHeight": "448" + }, + { + "_name": "BF NOTE UP MISS0020", + "_x": "3389", + "_y": "1054", + "_width": "552", + "_height": "441", + "_frameX": "-1", + "_frameY": "-7", + "_frameWidth": "555", + "_frameHeight": "448" + }, + { + "_name": "BF NOTE UP MISS0021", + "_x": "0", + "_y": "1457", + "_width": "552", + "_height": "441", + "_frameX": "-1", + "_frameY": "-7", + "_frameWidth": "555", + "_frameHeight": "448" + }, + { + "_name": "BF NOTE UP MISS0022", + "_x": "0", + "_y": "1457", + "_width": "552", + "_height": "441", + "_frameX": "-1", + "_frameY": "-7", + "_frameWidth": "555", + "_frameHeight": "448" + }, + { + "_name": "BF NOTE UP MISS0023", + "_x": "3389", + "_y": "1054", + "_width": "552", + "_height": "441", + "_frameX": "-1", + "_frameY": "-7", + "_frameWidth": "555", + "_frameHeight": "448" + }, + { + "_name": "BF catches GF0000", + "_x": "604", + "_y": "0", + "_width": "579", + "_height": "507", + "_frameX": "-40", + "_frameY": "-96", + "_frameWidth": "634", + "_frameHeight": "603" + }, + { + "_name": "BF catches GF0001", + "_x": "0", + "_y": "0", + "_width": "594", + "_height": "504", + "_frameX": "-40", + "_frameY": "-99", + "_frameWidth": "634", + "_frameHeight": "603" + }, + { + "_name": "BF catches GF0002", + "_x": "0", + "_y": "514", + "_width": "588", + "_height": "462", + "_frameX": "-30", + "_frameY": "-96", + "_frameWidth": "634", + "_frameHeight": "603" + }, + { + "_name": "BF catches GF0003", + "_x": "0", + "_y": "514", + "_width": "588", + "_height": "462", + "_frameX": "-30", + "_frameY": "-96", + "_frameWidth": "634", + "_frameHeight": "603" + }, + { + "_name": "BF catches GF0004", + "_x": "2801", + "_y": "528", + "_width": "583", + "_height": "464", + "_frameX": "-30", + "_frameY": "-98", + "_frameWidth": "634", + "_frameHeight": "603" + }, + { + "_name": "BF catches GF0005", + "_x": "1133", + "_y": "532", + "_width": "580", + "_height": "462", + "_frameX": "-30", + "_frameY": "-100", + "_frameWidth": "634", + "_frameHeight": "603" + }, + { + "_name": "BF catches GF0006", + "_x": "0", + "_y": "986", + "_width": "578", + "_height": "461", + "_frameX": "-30", + "_frameY": "-101", + "_frameWidth": "634", + "_frameHeight": "603" + }, + { + "_name": "BF catches GF0007", + "_x": "0", + "_y": "986", + "_width": "578", + "_height": "461", + "_frameX": "-30", + "_frameY": "-101", + "_frameWidth": "634", + "_frameHeight": "603" + }, + { + "_name": "BF catches GF0008", + "_x": "2268", + "_y": "1002", + "_width": "578", + "_height": "461", + "_frameX": "-30", + "_frameY": "-101", + "_frameWidth": "634", + "_frameHeight": "603" + }, + { + "_name": "BF catches GF0009", + "_x": "2268", + "_y": "1002", + "_width": "578", + "_height": "461", + "_frameX": "-30", + "_frameY": "-101", + "_frameWidth": "634", + "_frameHeight": "603" + }, + { + "_name": "BF catches GF0010", + "_x": "2268", + "_y": "1002", + "_width": "578", + "_height": "461", + "_frameX": "-30", + "_frameY": "-101", + "_frameWidth": "634", + "_frameHeight": "603" + }, + { + "_name": "BF catches GF0011", + "_x": "2268", + "_y": "1002", + "_width": "578", + "_height": "461", + "_frameX": "-30", + "_frameY": "-101", + "_frameWidth": "634", + "_frameHeight": "603" + }, + { + "_name": "BF catches GF0012", + "_x": "1133", + "_y": "1004", + "_width": "529", + "_height": "483", + "_frameX": "-1", + "_frameY": "-39", + "_frameWidth": "634", + "_frameHeight": "603" + }, + { + "_name": "BF catches GF0013", + "_x": "1729", + "_y": "531", + "_width": "529", + "_height": "509", + "_frameX": "-1", + "_frameY": "-13", + "_frameWidth": "634", + "_frameHeight": "603" + }, + { + "_name": "BF catches GF0014", + "_x": "2856", + "_y": "1002", + "_width": "523", + "_height": "509", + "_frameX": "0", + "_frameY": "-13", + "_frameWidth": "634", + "_frameHeight": "603" + }, + { + "_name": "BF catches GF0015", + "_x": "3394", + "_y": "528", + "_width": "523", + "_height": "516", + "_frameX": "0", + "_frameY": "-6", + "_frameWidth": "634", + "_frameHeight": "603" + }, + { + "_name": "BF catches GF0016", + "_x": "598", + "_y": "517", + "_width": "525", + "_height": "516", + "_frameX": "0", + "_frameY": "-6", + "_frameWidth": "634", + "_frameHeight": "603" + }, + { + "_name": "BF catches GF0017", + "_x": "3337", + "_y": "0", + "_width": "525", + "_height": "518", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "634", + "_frameHeight": "603" + }, + { + "_name": "BF catches GF0018", + "_x": "2801", + "_y": "0", + "_width": "526", + "_height": "518", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "634", + "_frameHeight": "603" + }, + { + "_name": "BF catches GF0019", + "_x": "1193", + "_y": "0", + "_width": "526", + "_height": "522", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "634", + "_frameHeight": "603" + }, + { + "_name": "BF catches GF0020", + "_x": "1193", + "_y": "0", + "_width": "526", + "_height": "522", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "634", + "_frameHeight": "603" + }, + { + "_name": "BF catches GF0021", + "_x": "1729", + "_y": "0", + "_width": "526", + "_height": "521", + "_frameX": "0", + "_frameY": "-1", + "_frameWidth": "634", + "_frameHeight": "603" + }, + { + "_name": "BF catches GF0022", + "_x": "1729", + "_y": "0", + "_width": "526", + "_height": "521", + "_frameX": "0", + "_frameY": "-1", + "_frameWidth": "634", + "_frameHeight": "603" + }, + { + "_name": "BF catches GF0023", + "_x": "2265", + "_y": "0", + "_width": "526", + "_height": "520", + "_frameX": "0", + "_frameY": "-2", + "_frameWidth": "634", + "_frameHeight": "603" + }, + { + "_name": "BF hey w gf0000", + "_x": "1133", + "_y": "1004", + "_width": "529", + "_height": "483", + "_frameX": "-1", + "_frameY": "-39", + "_frameWidth": "634", + "_frameHeight": "603" + }, + { + "_name": "BF hey w gf0001", + "_x": "1729", + "_y": "531", + "_width": "529", + "_height": "509", + "_frameX": "-1", + "_frameY": "-13", + "_frameWidth": "634", + "_frameHeight": "603" + }, + { + "_name": "BF hey w gf0002", + "_x": "2856", + "_y": "1002", + "_width": "523", + "_height": "509", + "_frameX": "0", + "_frameY": "-13", + "_frameWidth": "634", + "_frameHeight": "603" + }, + { + "_name": "BF hey w gf0003", + "_x": "3394", + "_y": "528", + "_width": "523", + "_height": "516", + "_frameX": "0", + "_frameY": "-6", + "_frameWidth": "634", + "_frameHeight": "603" + }, + { + "_name": "BF hey w gf0004", + "_x": "598", + "_y": "517", + "_width": "525", + "_height": "516", + "_frameX": "0", + "_frameY": "-6", + "_frameWidth": "634", + "_frameHeight": "603" + }, + { + "_name": "BF hey w gf0005", + "_x": "3337", + "_y": "0", + "_width": "525", + "_height": "518", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "634", + "_frameHeight": "603" + }, + { + "_name": "BF hey w gf0006", + "_x": "2801", + "_y": "0", + "_width": "526", + "_height": "518", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "634", + "_frameHeight": "603" + }, + { + "_name": "BF hey w gf0007", + "_x": "1193", + "_y": "0", + "_width": "526", + "_height": "522", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "634", + "_frameHeight": "603" + }, + { + "_name": "BF hey w gf0008", + "_x": "1193", + "_y": "0", + "_width": "526", + "_height": "522", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "634", + "_frameHeight": "603" + }, + { + "_name": "BF hey w gf0009", + "_x": "1729", + "_y": "0", + "_width": "526", + "_height": "521", + "_frameX": "0", + "_frameY": "-1", + "_frameWidth": "634", + "_frameHeight": "603" + }, + { + "_name": "BF hey w gf0010", + "_x": "1729", + "_y": "0", + "_width": "526", + "_height": "521", + "_frameX": "0", + "_frameY": "-1", + "_frameWidth": "634", + "_frameHeight": "603" + }, + { + "_name": "BF hey w gf0011", + "_x": "2265", + "_y": "0", + "_width": "526", + "_height": "520", + "_frameX": "0", + "_frameY": "-2", + "_frameWidth": "634", + "_frameHeight": "603" + }, + { + "_name": "BF idle dance w gf0000", + "_x": "3356", + "_y": "2386", + "_width": "551", + "_height": "424", + "_frameX": "-1", + "_frameY": "-8", + "_frameWidth": "561", + "_frameHeight": "432" + }, + { + "_name": "BF idle dance w gf0001", + "_x": "3356", + "_y": "2386", + "_width": "551", + "_height": "424", + "_frameX": "-1", + "_frameY": "-8", + "_frameWidth": "561", + "_frameHeight": "432" + }, + { + "_name": "BF idle dance w gf0002", + "_x": "2792", + "_y": "2386", + "_width": "554", + "_height": "424", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "561", + "_frameHeight": "432" + }, + { + "_name": "BF idle dance w gf0003", + "_x": "2792", + "_y": "2386", + "_width": "554", + "_height": "424", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "561", + "_frameHeight": "432" + }, + { + "_name": "BF idle dance w gf0004", + "_x": "1091", + "_y": "1970", + "_width": "555", + "_height": "426", + "_frameX": "-3", + "_frameY": "-6", + "_frameWidth": "561", + "_frameHeight": "432" + }, + { + "_name": "BF idle dance w gf0005", + "_x": "1091", + "_y": "1970", + "_width": "555", + "_height": "426", + "_frameX": "-3", + "_frameY": "-6", + "_frameWidth": "561", + "_frameHeight": "432" + }, + { + "_name": "BF idle dance w gf0006", + "_x": "3304", + "_y": "1947", + "_width": "556", + "_height": "429", + "_frameX": "-1", + "_frameY": "-3", + "_frameWidth": "561", + "_frameHeight": "432" + }, + { + "_name": "BF idle dance w gf0007", + "_x": "3304", + "_y": "1947", + "_width": "556", + "_height": "429", + "_frameX": "-1", + "_frameY": "-3", + "_frameWidth": "561", + "_frameHeight": "432" + }, + { + "_name": "BF idle dance w gf0008", + "_x": "2736", + "_y": "1521", + "_width": "558", + "_height": "432", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "561", + "_frameHeight": "432" + }, + { + "_name": "BF idle dance w gf0009", + "_x": "2736", + "_y": "1521", + "_width": "558", + "_height": "432", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "561", + "_frameHeight": "432" + }, + { + "_name": "BF idle dance w gf0010", + "_x": "3389", + "_y": "1505", + "_width": "559", + "_height": "432", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "561", + "_frameHeight": "432" + }, + { + "_name": "BF idle dance w gf0011", + "_x": "3389", + "_y": "1505", + "_width": "559", + "_height": "432", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "561", + "_frameHeight": "432" + }, + { + "_name": "BF idle dance w gf0012", + "_x": "562", + "_y": "1519", + "_width": "559", + "_height": "432", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "561", + "_frameHeight": "432" + }, + { + "_name": "BF idle dance w gf0013", + "_x": "562", + "_y": "1519", + "_width": "559", + "_height": "432", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "561", + "_frameHeight": "432" + } + ], + "_imagePath": "bfAndGF.png" + } +} diff --git a/sprites/bfAndGF.png b/sprites/bfAndGF.png new file mode 100644 index 0000000..a381b28 Binary files /dev/null and b/sprites/bfAndGF.png differ diff --git a/sprites/bfCar.json b/sprites/bfCar.json new file mode 100644 index 0000000..84bac2e --- /dev/null +++ b/sprites/bfCar.json @@ -0,0 +1,2977 @@ +{ + "TextureAtlas": { + "SubTexture": [ + { + "_name": "BF NOTE DOWN0000", + "_x": "0", + "_y": "0", + "_width": "374", + "_height": "357", + "_frameX": "-1", + "_frameY": "-5", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0001", + "_x": "384", + "_y": "0", + "_width": "374", + "_height": "357", + "_frameX": "-1", + "_frameY": "-5", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0002", + "_x": "768", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0003", + "_x": "1151", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0004", + "_x": "1534", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0005", + "_x": "1917", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0006", + "_x": "768", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0007", + "_x": "1151", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0008", + "_x": "1534", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0009", + "_x": "1917", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0010", + "_x": "768", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0011", + "_x": "1151", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0012", + "_x": "1534", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0013", + "_x": "1917", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0014", + "_x": "768", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0015", + "_x": "1151", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0016", + "_x": "1534", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0017", + "_x": "1917", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0018", + "_x": "768", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0019", + "_x": "1151", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0020", + "_x": "1534", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0021", + "_x": "1917", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0022", + "_x": "768", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0023", + "_x": "1151", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0024", + "_x": "1534", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0025", + "_x": "1917", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0026", + "_x": "768", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0027", + "_x": "1151", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0028", + "_x": "1534", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN0029", + "_x": "1917", + "_y": "0", + "_width": "373", + "_height": "362", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN MISS0000", + "_x": "0", + "_y": "0", + "_width": "374", + "_height": "357", + "_frameX": "-1", + "_frameY": "-35", + "_frameWidth": "375", + "_frameHeight": "362" + }, + { + "_name": "BF NOTE DOWN MISS0001", + "_x": "2300", + "_y": "0", + "_width": "376", + "_height": "392", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0002", + "_x": "2300", + "_y": "0", + "_width": "376", + "_height": "392", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0003", + "_x": "2686", + "_y": "0", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0004", + "_x": "2686", + "_y": "0", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0005", + "_x": "2686", + "_y": "0", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0006", + "_x": "2686", + "_y": "0", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0007", + "_x": "2686", + "_y": "0", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0008", + "_x": "2686", + "_y": "0", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0009", + "_x": "2686", + "_y": "0", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0010", + "_x": "2686", + "_y": "0", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0011", + "_x": "2686", + "_y": "0", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0012", + "_x": "2686", + "_y": "0", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0013", + "_x": "2686", + "_y": "0", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0014", + "_x": "2686", + "_y": "0", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0015", + "_x": "2686", + "_y": "0", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0016", + "_x": "2686", + "_y": "0", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0017", + "_x": "2686", + "_y": "0", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0018", + "_x": "2686", + "_y": "0", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0019", + "_x": "2686", + "_y": "0", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0020", + "_x": "2686", + "_y": "0", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0021", + "_x": "2686", + "_y": "0", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0022", + "_x": "2686", + "_y": "0", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0023", + "_x": "2686", + "_y": "0", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0024", + "_x": "2686", + "_y": "0", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0025", + "_x": "2686", + "_y": "0", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0026", + "_x": "2686", + "_y": "0", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0027", + "_x": "2686", + "_y": "0", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE DOWN MISS0028", + "_x": "2686", + "_y": "0", + "_width": "378", + "_height": "388", + "_frameX": "0", + "_frameY": "-4", + "_frameWidth": "378", + "_frameHeight": "392" + }, + { + "_name": "BF NOTE LEFT0000", + "_x": "3074", + "_y": "0", + "_width": "383", + "_height": "406", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "385", + "_frameHeight": "406" + }, + { + "_name": "BF NOTE LEFT0001", + "_x": "3467", + "_y": "0", + "_width": "383", + "_height": "406", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "385", + "_frameHeight": "406" + }, + { + "_name": "BF NOTE LEFT0002", + "_x": "0", + "_y": "416", + "_width": "374", + "_height": "404", + "_frameX": "-11", + "_frameY": "-2", + "_frameWidth": "385", + "_frameHeight": "406" + }, + { + "_name": "BF NOTE LEFT0003", + "_x": "384", + "_y": "416", + "_width": "374", + "_height": "404", + "_frameX": "-11", + "_frameY": "-2", + "_frameWidth": "385", + "_frameHeight": "406" + }, + { + "_name": "BF NOTE LEFT0004", + "_x": "768", + "_y": "416", + "_width": "374", + "_height": "404", + "_frameX": "-11", + "_frameY": "-2", + "_frameWidth": "385", + "_frameHeight": "406" + }, + { + "_name": "BF NOTE LEFT0005", + "_x": "1152", + "_y": "416", + "_width": "374", + "_height": "404", + "_frameX": "-11", + "_frameY": "-2", + "_frameWidth": "385", + "_frameHeight": "406" + }, + { + "_name": "BF NOTE LEFT0006", + "_x": "0", + "_y": "416", + "_width": "374", + "_height": "404", + "_frameX": "-11", + "_frameY": "-2", + "_frameWidth": "385", + "_frameHeight": "406" + }, + { + "_name": "BF NOTE LEFT0007", + "_x": "384", + "_y": "416", + "_width": "374", + "_height": "404", + "_frameX": "-11", + "_frameY": "-2", + "_frameWidth": "385", + "_frameHeight": "406" + }, + { + "_name": "BF NOTE LEFT0008", + "_x": "768", + "_y": "416", + "_width": "374", + "_height": "404", + "_frameX": "-11", + "_frameY": "-2", + "_frameWidth": "385", + "_frameHeight": "406" + }, + { + "_name": "BF NOTE LEFT0009", + "_x": "1152", + "_y": "416", + "_width": "374", + "_height": "404", + "_frameX": "-11", + "_frameY": "-2", + "_frameWidth": "385", + "_frameHeight": "406" + }, + { + "_name": "BF NOTE LEFT0010", + "_x": "0", + "_y": "416", + "_width": "374", + "_height": "404", + "_frameX": "-11", + "_frameY": "-2", + "_frameWidth": "385", + "_frameHeight": "406" + }, + { + "_name": "BF NOTE LEFT0011", + "_x": "384", + "_y": "416", + "_width": "374", + "_height": "404", + "_frameX": "-11", + "_frameY": "-2", + "_frameWidth": "385", + "_frameHeight": "406" + }, + { + "_name": "BF NOTE LEFT0012", + "_x": "768", + "_y": "416", + "_width": "374", + "_height": "404", + "_frameX": "-11", + "_frameY": "-2", + "_frameWidth": "385", + "_frameHeight": "406" + }, + { + "_name": "BF NOTE LEFT0013", + "_x": "1152", + "_y": "416", + "_width": "374", + "_height": "404", + "_frameX": "-11", + "_frameY": "-2", + "_frameWidth": "385", + "_frameHeight": "406" + }, + { + "_name": "BF NOTE LEFT0014", + "_x": "0", + "_y": "416", + "_width": "374", + "_height": "404", + "_frameX": "-11", + "_frameY": "-2", + "_frameWidth": "385", + "_frameHeight": "406" + }, + { + "_name": "BF NOTE LEFT0015", + "_x": "384", + "_y": "416", + "_width": "374", + "_height": "404", + "_frameX": "-11", + "_frameY": "-2", + "_frameWidth": "385", + "_frameHeight": "406" + }, + { + "_name": "BF NOTE LEFT MISS0000", + "_x": "1536", + "_y": "416", + "_width": "383", + "_height": "406", + "_frameX": "0", + "_frameY": "-26", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0001", + "_x": "1929", + "_y": "416", + "_width": "369", + "_height": "430", + "_frameX": "-15", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0002", + "_x": "1929", + "_y": "416", + "_width": "369", + "_height": "430", + "_frameX": "-15", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0003", + "_x": "2308", + "_y": "416", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0004", + "_x": "2308", + "_y": "416", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0005", + "_x": "2308", + "_y": "416", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0006", + "_x": "2308", + "_y": "416", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0007", + "_x": "2308", + "_y": "416", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0008", + "_x": "2308", + "_y": "416", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0009", + "_x": "2308", + "_y": "416", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0010", + "_x": "2308", + "_y": "416", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0011", + "_x": "2308", + "_y": "416", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0012", + "_x": "2308", + "_y": "416", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0013", + "_x": "2308", + "_y": "416", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0014", + "_x": "2308", + "_y": "416", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0015", + "_x": "2308", + "_y": "416", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0016", + "_x": "2308", + "_y": "416", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0017", + "_x": "2308", + "_y": "416", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0018", + "_x": "2308", + "_y": "416", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0019", + "_x": "2308", + "_y": "416", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0020", + "_x": "2308", + "_y": "416", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0021", + "_x": "2308", + "_y": "416", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0022", + "_x": "2308", + "_y": "416", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0023", + "_x": "2308", + "_y": "416", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0024", + "_x": "2308", + "_y": "416", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0025", + "_x": "2308", + "_y": "416", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0026", + "_x": "2308", + "_y": "416", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0027", + "_x": "2308", + "_y": "416", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0028", + "_x": "2308", + "_y": "416", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0029", + "_x": "2308", + "_y": "416", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0030", + "_x": "2308", + "_y": "416", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0031", + "_x": "2308", + "_y": "416", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0032", + "_x": "2308", + "_y": "416", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE LEFT MISS0033", + "_x": "2308", + "_y": "416", + "_width": "370", + "_height": "430", + "_frameX": "-13", + "_frameY": "0", + "_frameWidth": "384", + "_frameHeight": "432" + }, + { + "_name": "BF NOTE RIGHT0000", + "_x": "2688", + "_y": "416", + "_width": "408", + "_height": "405", + "_frameX": "-1", + "_frameY": "-2", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0001", + "_x": "3106", + "_y": "416", + "_width": "408", + "_height": "405", + "_frameX": "-1", + "_frameY": "-2", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0002", + "_x": "3524", + "_y": "416", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0003", + "_x": "0", + "_y": "856", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0004", + "_x": "418", + "_y": "856", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0005", + "_x": "836", + "_y": "856", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0006", + "_x": "3524", + "_y": "416", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0007", + "_x": "0", + "_y": "856", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0008", + "_x": "418", + "_y": "856", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0009", + "_x": "836", + "_y": "856", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0010", + "_x": "3524", + "_y": "416", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0011", + "_x": "0", + "_y": "856", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0012", + "_x": "418", + "_y": "856", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0013", + "_x": "836", + "_y": "856", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0014", + "_x": "3524", + "_y": "416", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0015", + "_x": "0", + "_y": "856", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0016", + "_x": "418", + "_y": "856", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0017", + "_x": "836", + "_y": "856", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0018", + "_x": "3524", + "_y": "416", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0019", + "_x": "0", + "_y": "856", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0020", + "_x": "418", + "_y": "856", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0021", + "_x": "836", + "_y": "856", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0022", + "_x": "3524", + "_y": "416", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0023", + "_x": "0", + "_y": "856", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0024", + "_x": "418", + "_y": "856", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0025", + "_x": "836", + "_y": "856", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0026", + "_x": "3524", + "_y": "416", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0027", + "_x": "0", + "_y": "856", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0028", + "_x": "418", + "_y": "856", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0029", + "_x": "836", + "_y": "856", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0030", + "_x": "3524", + "_y": "416", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0031", + "_x": "0", + "_y": "856", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0032", + "_x": "418", + "_y": "856", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0033", + "_x": "836", + "_y": "856", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0034", + "_x": "3524", + "_y": "416", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0035", + "_x": "0", + "_y": "856", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0036", + "_x": "418", + "_y": "856", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0037", + "_x": "836", + "_y": "856", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0038", + "_x": "3524", + "_y": "416", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0039", + "_x": "0", + "_y": "856", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0040", + "_x": "418", + "_y": "856", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0041", + "_x": "836", + "_y": "856", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0042", + "_x": "3524", + "_y": "416", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0043", + "_x": "0", + "_y": "856", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0044", + "_x": "418", + "_y": "856", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0045", + "_x": "836", + "_y": "856", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0046", + "_x": "3524", + "_y": "416", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0047", + "_x": "0", + "_y": "856", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0048", + "_x": "418", + "_y": "856", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0049", + "_x": "836", + "_y": "856", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0050", + "_x": "3524", + "_y": "416", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0051", + "_x": "0", + "_y": "856", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0052", + "_x": "418", + "_y": "856", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0053", + "_x": "836", + "_y": "856", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0054", + "_x": "3524", + "_y": "416", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0055", + "_x": "0", + "_y": "856", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0056", + "_x": "418", + "_y": "856", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0057", + "_x": "836", + "_y": "856", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0058", + "_x": "3524", + "_y": "416", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0059", + "_x": "0", + "_y": "856", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0060", + "_x": "418", + "_y": "856", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT0061", + "_x": "836", + "_y": "856", + "_width": "408", + "_height": "407", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT MISS0000", + "_x": "2688", + "_y": "416", + "_width": "408", + "_height": "405", + "_frameX": "-7", + "_frameY": "-30", + "_frameWidth": "409", + "_frameHeight": "407" + }, + { + "_name": "BF NOTE RIGHT MISS0001", + "_x": "1254", + "_y": "856", + "_width": "395", + "_height": "432", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0002", + "_x": "1254", + "_y": "856", + "_width": "395", + "_height": "432", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0003", + "_x": "1659", + "_y": "856", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0004", + "_x": "1659", + "_y": "856", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0005", + "_x": "1659", + "_y": "856", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0006", + "_x": "1659", + "_y": "856", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0007", + "_x": "1659", + "_y": "856", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0008", + "_x": "1659", + "_y": "856", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0009", + "_x": "1659", + "_y": "856", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0010", + "_x": "1659", + "_y": "856", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0011", + "_x": "1659", + "_y": "856", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0012", + "_x": "1659", + "_y": "856", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0013", + "_x": "1659", + "_y": "856", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0014", + "_x": "1659", + "_y": "856", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0015", + "_x": "1659", + "_y": "856", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0016", + "_x": "1659", + "_y": "856", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0017", + "_x": "1659", + "_y": "856", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0018", + "_x": "1659", + "_y": "856", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0019", + "_x": "1659", + "_y": "856", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0020", + "_x": "1659", + "_y": "856", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0021", + "_x": "1659", + "_y": "856", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0022", + "_x": "1659", + "_y": "856", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0023", + "_x": "1659", + "_y": "856", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0024", + "_x": "1659", + "_y": "856", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0025", + "_x": "1659", + "_y": "856", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0026", + "_x": "1659", + "_y": "856", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0027", + "_x": "1659", + "_y": "856", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0028", + "_x": "1659", + "_y": "856", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0029", + "_x": "1659", + "_y": "856", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0030", + "_x": "1659", + "_y": "856", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0031", + "_x": "1659", + "_y": "856", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0032", + "_x": "1659", + "_y": "856", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0033", + "_x": "1659", + "_y": "856", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0034", + "_x": "1659", + "_y": "856", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0035", + "_x": "1659", + "_y": "856", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0036", + "_x": "1659", + "_y": "856", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0037", + "_x": "1659", + "_y": "856", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0038", + "_x": "1659", + "_y": "856", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0039", + "_x": "1659", + "_y": "856", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0040", + "_x": "1659", + "_y": "856", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0041", + "_x": "1659", + "_y": "856", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0042", + "_x": "1659", + "_y": "856", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0043", + "_x": "1659", + "_y": "856", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0044", + "_x": "1659", + "_y": "856", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE RIGHT MISS0045", + "_x": "1659", + "_y": "856", + "_width": "400", + "_height": "432", + "_frameX": "-1", + "_frameY": "0", + "_frameWidth": "415", + "_frameHeight": "435" + }, + { + "_name": "BF NOTE UP0000", + "_x": "2069", + "_y": "856", + "_width": "369", + "_height": "446", + "_frameX": "-5", + "_frameY": "0", + "_frameWidth": "376", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0001", + "_x": "2448", + "_y": "856", + "_width": "369", + "_height": "446", + "_frameX": "-5", + "_frameY": "0", + "_frameWidth": "376", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0002", + "_x": "2827", + "_y": "856", + "_width": "376", + "_height": "441", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "376", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0003", + "_x": "3213", + "_y": "856", + "_width": "376", + "_height": "441", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "376", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0004", + "_x": "3599", + "_y": "856", + "_width": "376", + "_height": "441", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "376", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0005", + "_x": "0", + "_y": "1312", + "_width": "376", + "_height": "441", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "376", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0006", + "_x": "2827", + "_y": "856", + "_width": "376", + "_height": "441", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "376", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0007", + "_x": "3213", + "_y": "856", + "_width": "376", + "_height": "441", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "376", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0008", + "_x": "3599", + "_y": "856", + "_width": "376", + "_height": "441", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "376", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0009", + "_x": "0", + "_y": "1312", + "_width": "376", + "_height": "441", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "376", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0010", + "_x": "2827", + "_y": "856", + "_width": "376", + "_height": "441", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "376", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0011", + "_x": "3213", + "_y": "856", + "_width": "376", + "_height": "441", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "376", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0012", + "_x": "3599", + "_y": "856", + "_width": "376", + "_height": "441", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "376", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0013", + "_x": "0", + "_y": "1312", + "_width": "376", + "_height": "441", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "376", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP0014", + "_x": "2827", + "_y": "856", + "_width": "376", + "_height": "441", + "_frameX": "0", + "_frameY": "-5", + "_frameWidth": "376", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0000", + "_x": "2069", + "_y": "856", + "_width": "369", + "_height": "446", + "_frameX": "-9", + "_frameY": "0", + "_frameWidth": "376", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0001", + "_x": "386", + "_y": "1312", + "_width": "360", + "_height": "427", + "_frameX": "0", + "_frameY": "-13", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0002", + "_x": "386", + "_y": "1312", + "_width": "360", + "_height": "427", + "_frameX": "0", + "_frameY": "-13", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0003", + "_x": "756", + "_y": "1312", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0004", + "_x": "756", + "_y": "1312", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0005", + "_x": "756", + "_y": "1312", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0006", + "_x": "756", + "_y": "1312", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0007", + "_x": "756", + "_y": "1312", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0008", + "_x": "756", + "_y": "1312", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0009", + "_x": "756", + "_y": "1312", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0010", + "_x": "756", + "_y": "1312", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0011", + "_x": "756", + "_y": "1312", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0012", + "_x": "756", + "_y": "1312", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0013", + "_x": "756", + "_y": "1312", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0014", + "_x": "756", + "_y": "1312", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0015", + "_x": "756", + "_y": "1312", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0016", + "_x": "756", + "_y": "1312", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0017", + "_x": "756", + "_y": "1312", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0018", + "_x": "756", + "_y": "1312", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0019", + "_x": "756", + "_y": "1312", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0020", + "_x": "756", + "_y": "1312", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0021", + "_x": "756", + "_y": "1312", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0022", + "_x": "756", + "_y": "1312", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF NOTE UP MISS0023", + "_x": "756", + "_y": "1312", + "_width": "357", + "_height": "430", + "_frameX": "-1", + "_frameY": "-10", + "_frameWidth": "378", + "_frameHeight": "446" + }, + { + "_name": "BF idle dance0000", + "_x": "1123", + "_y": "1312", + "_width": "406", + "_height": "392", + "_frameX": "-1", + "_frameY": "-20", + "_frameWidth": "411", + "_frameHeight": "412" + }, + { + "_name": "BF idle dance0001", + "_x": "1539", + "_y": "1312", + "_width": "406", + "_height": "392", + "_frameX": "-1", + "_frameY": "-20", + "_frameWidth": "411", + "_frameHeight": "412" + }, + { + "_name": "BF idle dance0002", + "_x": "1955", + "_y": "1312", + "_width": "408", + "_height": "393", + "_frameX": "0", + "_frameY": "-19", + "_frameWidth": "411", + "_frameHeight": "412" + }, + { + "_name": "BF idle dance0003", + "_x": "2373", + "_y": "1312", + "_width": "408", + "_height": "393", + "_frameX": "0", + "_frameY": "-19", + "_frameWidth": "411", + "_frameHeight": "412" + }, + { + "_name": "BF idle dance0004", + "_x": "2791", + "_y": "1312", + "_width": "405", + "_height": "398", + "_frameX": "-3", + "_frameY": "-14", + "_frameWidth": "411", + "_frameHeight": "412" + }, + { + "_name": "BF idle dance0005", + "_x": "3206", + "_y": "1312", + "_width": "405", + "_height": "398", + "_frameX": "-3", + "_frameY": "-14", + "_frameWidth": "411", + "_frameHeight": "412" + }, + { + "_name": "BF idle dance0006", + "_x": "3621", + "_y": "1312", + "_width": "410", + "_height": "411", + "_frameX": "-1", + "_frameY": "-1", + "_frameWidth": "411", + "_frameHeight": "412" + }, + { + "_name": "BF idle dance0007", + "_x": "0", + "_y": "1763", + "_width": "410", + "_height": "411", + "_frameX": "-1", + "_frameY": "-1", + "_frameWidth": "411", + "_frameHeight": "412" + }, + { + "_name": "BF idle dance0008", + "_x": "420", + "_y": "1763", + "_width": "408", + "_height": "412", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "411", + "_frameHeight": "412" + }, + { + "_name": "BF idle dance0009", + "_x": "838", + "_y": "1763", + "_width": "408", + "_height": "412", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "411", + "_frameHeight": "412" + }, + { + "_name": "BF idle dance0010", + "_x": "1256", + "_y": "1763", + "_width": "408", + "_height": "412", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "411", + "_frameHeight": "412" + }, + { + "_name": "BF idle dance0011", + "_x": "1674", + "_y": "1763", + "_width": "408", + "_height": "412", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "411", + "_frameHeight": "412" + }, + { + "_name": "BF idle dance0012", + "_x": "420", + "_y": "1763", + "_width": "408", + "_height": "412", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "411", + "_frameHeight": "412" + }, + { + "_name": "BF idle dance0013", + "_x": "838", + "_y": "1763", + "_width": "408", + "_height": "412", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "411", + "_frameHeight": "412" + } + ], + "_imagePath": "bfCar.png" + } +} diff --git a/sprites/bfCar.png b/sprites/bfCar.png new file mode 100644 index 0000000..29893f2 Binary files /dev/null and b/sprites/bfCar.png differ diff --git a/sprites/momCar.json b/sprites/momCar.json index 659e881..96f3595 100644 --- a/sprites/momCar.json +++ b/sprites/momCar.json @@ -1,6 +1,5 @@ -{ +{ "TextureAtlas": { - "imagePath": "momCar.png", "SubTexture": [ { "_name": "MOM DOWN POSE0000", @@ -684,7 +683,7 @@ "_frameHeight": "861" }, { - "__name": "Mom Up Pose0014", + "_name": "Mom Up Pose0014", "_x": "5466", "_y": "1648", "_width": "455", @@ -694,6 +693,7 @@ "_frameWidth": "473", "_frameHeight": "861" } - ] + ], + "_imagePath": "momCar.png" } -} \ No newline at end of file +} diff --git a/sprites/picoSpeaker.json b/sprites/picoSpeaker.json new file mode 100644 index 0000000..3076680 --- /dev/null +++ b/sprites/picoSpeaker.json @@ -0,0 +1,2119 @@ +{ + "TextureAtlas": { + "SubTexture": [ + { + "_name": "Pico shoot 1 0000", + "_x": "6865", + "_y": "667", + "_width": "899", + "_height": "711", + "_frameX": "-2", + "_frameY": "-80", + "_frameWidth": "1178", + "_frameHeight": "791" + }, + { + "_name": "Pico shoot 1 0001", + "_x": "2326", + "_y": "667", + "_width": "901", + "_height": "711", + "_frameX": "0", + "_frameY": "-80", + "_frameWidth": "1178", + "_frameHeight": "791" + }, + { + "_name": "Pico shoot 1 0002", + "_x": "3604", + "_y": "0", + "_width": "1066", + "_height": "791", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1178", + "_frameHeight": "791" + }, + { + "_name": "Pico shoot 1 0003", + "_x": "0", + "_y": "0", + "_width": "1176", + "_height": "791", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1178", + "_frameHeight": "791" + }, + { + "_name": "Pico shoot 1 0004", + "_x": "704", + "_y": "2074", + "_width": "700", + "_height": "719", + "_frameX": "-2", + "_frameY": "-72", + "_frameWidth": "1178", + "_frameHeight": "791" + }, + { + "_name": "Pico shoot 1 0005", + "_x": "4803", + "_y": "1439", + "_width": "743", + "_height": "711", + "_frameX": "-2", + "_frameY": "-80", + "_frameWidth": "1178", + "_frameHeight": "791" + }, + { + "_name": "Pico shoot 1 0006", + "_x": "3231", + "_y": "795", + "_width": "752", + "_height": "752", + "_frameX": "-2", + "_frameY": "-39", + "_frameWidth": "1178", + "_frameHeight": "791" + }, + { + "_name": "Pico shoot 1 0007", + "_x": "704", + "_y": "2074", + "_width": "700", + "_height": "719", + "_frameX": "-2", + "_frameY": "-72", + "_frameWidth": "1178", + "_frameHeight": "791" + }, + { + "_name": "Pico shoot 1 0008", + "_x": "4803", + "_y": "1439", + "_width": "743", + "_height": "711", + "_frameX": "-2", + "_frameY": "-80", + "_frameWidth": "1178", + "_frameHeight": "791" + }, + { + "_name": "Pico shoot 1 0009", + "_x": "3231", + "_y": "795", + "_width": "752", + "_height": "752", + "_frameX": "-2", + "_frameY": "-39", + "_frameWidth": "1178", + "_frameHeight": "791" + }, + { + "_name": "Pico shoot 1 0010", + "_x": "704", + "_y": "2074", + "_width": "700", + "_height": "719", + "_frameX": "-2", + "_frameY": "-72", + "_frameWidth": "1178", + "_frameHeight": "791" + }, + { + "_name": "Pico shoot 1 0011", + "_x": "4803", + "_y": "1439", + "_width": "743", + "_height": "711", + "_frameX": "-2", + "_frameY": "-80", + "_frameWidth": "1178", + "_frameHeight": "791" + }, + { + "_name": "Pico shoot 1 0012", + "_x": "3231", + "_y": "795", + "_width": "752", + "_height": "752", + "_frameX": "-2", + "_frameY": "-39", + "_frameWidth": "1178", + "_frameHeight": "791" + }, + { + "_name": "Pico shoot 1 0013", + "_x": "704", + "_y": "2074", + "_width": "700", + "_height": "719", + "_frameX": "-2", + "_frameY": "-72", + "_frameWidth": "1178", + "_frameHeight": "791" + }, + { + "_name": "Pico shoot 1 0014", + "_x": "4803", + "_y": "1439", + "_width": "743", + "_height": "711", + "_frameX": "-2", + "_frameY": "-80", + "_frameWidth": "1178", + "_frameHeight": "791" + }, + { + "_name": "Pico shoot 1 0015", + "_x": "3231", + "_y": "795", + "_width": "752", + "_height": "752", + "_frameX": "-2", + "_frameY": "-39", + "_frameWidth": "1178", + "_frameHeight": "791" + }, + { + "_name": "Pico shoot 1 0016", + "_x": "704", + "_y": "2074", + "_width": "700", + "_height": "719", + "_frameX": "-2", + "_frameY": "-72", + "_frameWidth": "1178", + "_frameHeight": "791" + }, + { + "_name": "Pico shoot 1 0017", + "_x": "4803", + "_y": "1439", + "_width": "743", + "_height": "711", + "_frameX": "-2", + "_frameY": "-80", + "_frameWidth": "1178", + "_frameHeight": "791" + }, + { + "_name": "Pico shoot 1 0018", + "_x": "3231", + "_y": "795", + "_width": "752", + "_height": "752", + "_frameX": "-2", + "_frameY": "-39", + "_frameWidth": "1178", + "_frameHeight": "791" + }, + { + "_name": "Pico shoot 1 0019", + "_x": "704", + "_y": "2074", + "_width": "700", + "_height": "719", + "_frameX": "-2", + "_frameY": "-72", + "_frameWidth": "1178", + "_frameHeight": "791" + }, + { + "_name": "Pico shoot 1 0020", + "_x": "4803", + "_y": "1439", + "_width": "743", + "_height": "711", + "_frameX": "-2", + "_frameY": "-80", + "_frameWidth": "1178", + "_frameHeight": "791" + }, + { + "_name": "Pico shoot 1 0021", + "_x": "3231", + "_y": "795", + "_width": "752", + "_height": "752", + "_frameX": "-2", + "_frameY": "-39", + "_frameWidth": "1178", + "_frameHeight": "791" + }, + { + "_name": "Pico shoot 1 0022", + "_x": "704", + "_y": "2074", + "_width": "700", + "_height": "719", + "_frameX": "-2", + "_frameY": "-72", + "_frameWidth": "1178", + "_frameHeight": "791" + }, + { + "_name": "Pico shoot 1 0023", + "_x": "4803", + "_y": "1439", + "_width": "743", + "_height": "711", + "_frameX": "-2", + "_frameY": "-80", + "_frameWidth": "1178", + "_frameHeight": "791" + }, + { + "_name": "Pico shoot 1 0024", + "_x": "3231", + "_y": "795", + "_width": "752", + "_height": "752", + "_frameX": "-2", + "_frameY": "-39", + "_frameWidth": "1178", + "_frameHeight": "791" + }, + { + "_name": "Pico shoot 1 0025", + "_x": "704", + "_y": "2074", + "_width": "700", + "_height": "719", + "_frameX": "-2", + "_frameY": "-72", + "_frameWidth": "1178", + "_frameHeight": "791" + }, + { + "_name": "Pico shoot 2 0000", + "_x": "0", + "_y": "795", + "_width": "868", + "_height": "653", + "_frameX": "0", + "_frameY": "-10", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0001", + "_x": "2075", + "_y": "1382", + "_width": "866", + "_height": "653", + "_frameX": "-2", + "_frameY": "-10", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0002", + "_x": "6865", + "_y": "0", + "_width": "1154", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2003", + "_x": "2326", + "_y": "0", + "_width": "1274", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0004", + "_x": "6319", + "_y": "2128", + "_width": "700", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0005", + "_x": "7023", + "_y": "2133", + "_width": "700", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0006", + "_x": "5550", + "_y": "2134", + "_width": "700", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0007", + "_x": "6319", + "_y": "2128", + "_width": "700", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0008", + "_x": "7023", + "_y": "2133", + "_width": "700", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0009", + "_x": "5550", + "_y": "2134", + "_width": "700", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0010", + "_x": "6319", + "_y": "2128", + "_width": "700", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0011", + "_x": "7023", + "_y": "2133", + "_width": "700", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0012", + "_x": "5550", + "_y": "2134", + "_width": "700", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0013", + "_x": "6319", + "_y": "2128", + "_width": "700", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0014", + "_x": "7023", + "_y": "2133", + "_width": "700", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0015", + "_x": "5550", + "_y": "2134", + "_width": "700", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0016", + "_x": "6319", + "_y": "2128", + "_width": "700", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0017", + "_x": "7023", + "_y": "2133", + "_width": "700", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0018", + "_x": "5550", + "_y": "2134", + "_width": "700", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0019", + "_x": "6319", + "_y": "2128", + "_width": "700", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0020", + "_x": "7023", + "_y": "2133", + "_width": "700", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0021", + "_x": "5550", + "_y": "2134", + "_width": "700", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0022", + "_x": "6319", + "_y": "2128", + "_width": "700", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0023", + "_x": "4385", + "_y": "2154", + "_width": "700", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0024", + "_x": "3677", + "_y": "2104", + "_width": "704", + "_height": "663", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0025", + "_x": "0", + "_y": "2203", + "_width": "700", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0026", + "_x": "7023", + "_y": "2133", + "_width": "700", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0027", + "_x": "5550", + "_y": "2134", + "_width": "700", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0028", + "_x": "6319", + "_y": "2128", + "_width": "700", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0029", + "_x": "7023", + "_y": "2133", + "_width": "700", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0030", + "_x": "5550", + "_y": "2134", + "_width": "700", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0031", + "_x": "6319", + "_y": "2128", + "_width": "700", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0032", + "_x": "7023", + "_y": "2133", + "_width": "700", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0033", + "_x": "5550", + "_y": "2134", + "_width": "700", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0034", + "_x": "6319", + "_y": "2128", + "_width": "700", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0035", + "_x": "7023", + "_y": "2133", + "_width": "700", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0036", + "_x": "5550", + "_y": "2134", + "_width": "700", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0037", + "_x": "6319", + "_y": "2128", + "_width": "700", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0038", + "_x": "7023", + "_y": "2133", + "_width": "700", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0039", + "_x": "5550", + "_y": "2134", + "_width": "700", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0040", + "_x": "6319", + "_y": "2128", + "_width": "700", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0041", + "_x": "7023", + "_y": "2133", + "_width": "700", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0042", + "_x": "5550", + "_y": "2134", + "_width": "700", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0043", + "_x": "6319", + "_y": "2128", + "_width": "700", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0044", + "_x": "7023", + "_y": "2133", + "_width": "700", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0045", + "_x": "5550", + "_y": "2134", + "_width": "700", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0046", + "_x": "6319", + "_y": "2128", + "_width": "700", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0047", + "_x": "4385", + "_y": "2154", + "_width": "700", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0048", + "_x": "3677", + "_y": "2104", + "_width": "704", + "_height": "663", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0049", + "_x": "0", + "_y": "2203", + "_width": "700", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0050", + "_x": "7023", + "_y": "2133", + "_width": "700", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0051", + "_x": "5550", + "_y": "2134", + "_width": "700", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0052", + "_x": "6319", + "_y": "2128", + "_width": "700", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0053", + "_x": "7023", + "_y": "2133", + "_width": "700", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0054", + "_x": "5550", + "_y": "2134", + "_width": "700", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0055", + "_x": "6319", + "_y": "2128", + "_width": "700", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0056", + "_x": "7023", + "_y": "2133", + "_width": "700", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0057", + "_x": "5550", + "_y": "2134", + "_width": "700", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0058", + "_x": "6319", + "_y": "2128", + "_width": "700", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 2 0059", + "_x": "7023", + "_y": "2133", + "_width": "700", + "_height": "663", + "_frameX": "-2", + "_frameY": "0", + "_frameWidth": "1276", + "_frameHeight": "663" + }, + { + "_name": "Pico shoot 3 0000", + "_x": "872", + "_y": "1409", + "_width": "814", + "_height": "661", + "_frameX": "-303", + "_frameY": "-66", + "_frameWidth": "1117", + "_frameHeight": "727" + }, + { + "_name": "Pico shoot 3 0001", + "_x": "3987", + "_y": "1439", + "_width": "812", + "_height": "661", + "_frameX": "-303", + "_frameY": "-66", + "_frameWidth": "1117", + "_frameHeight": "727" + }, + { + "_name": "Pico shoot 3 0002", + "_x": "5746", + "_y": "731", + "_width": "952", + "_height": "653", + "_frameX": "-163", + "_frameY": "-74", + "_frameWidth": "1117", + "_frameHeight": "727" + }, + { + "_name": "Pico shoot 3 0003", + "_x": "5746", + "_y": "0", + "_width": "1115", + "_height": "727", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "1117", + "_frameHeight": "727" + }, + { + "_name": "Pico shoot 3 0004", + "_x": "1408", + "_y": "2754", + "_width": "700", + "_height": "653", + "_frameX": "-415", + "_frameY": "-74", + "_frameWidth": "1117", + "_frameHeight": "727" + }, + { + "_name": "Pico shoot 3 0005", + "_x": "3130", + "_y": "2771", + "_width": "700", + "_height": "653", + "_frameX": "-415", + "_frameY": "-74", + "_frameWidth": "1117", + "_frameHeight": "727" + }, + { + "_name": "Pico shoot 3 0006", + "_x": "6254", + "_y": "2795", + "_width": "700", + "_height": "653", + "_frameX": "-415", + "_frameY": "-74", + "_frameWidth": "1117", + "_frameHeight": "727" + }, + { + "_name": "Pico shoot 3 0007", + "_x": "1408", + "_y": "2754", + "_width": "700", + "_height": "653", + "_frameX": "-415", + "_frameY": "-74", + "_frameWidth": "1117", + "_frameHeight": "727" + }, + { + "_name": "Pico shoot 3 0008", + "_x": "3130", + "_y": "2771", + "_width": "700", + "_height": "653", + "_frameX": "-415", + "_frameY": "-74", + "_frameWidth": "1117", + "_frameHeight": "727" + }, + { + "_name": "Pico shoot 3 0009", + "_x": "6254", + "_y": "2795", + "_width": "700", + "_height": "653", + "_frameX": "-415", + "_frameY": "-74", + "_frameWidth": "1117", + "_frameHeight": "727" + }, + { + "_name": "Pico shoot 3 0010", + "_x": "1408", + "_y": "2754", + "_width": "700", + "_height": "653", + "_frameX": "-415", + "_frameY": "-74", + "_frameWidth": "1117", + "_frameHeight": "727" + }, + { + "_name": "Pico shoot 3 0011", + "_x": "3130", + "_y": "2771", + "_width": "700", + "_height": "653", + "_frameX": "-415", + "_frameY": "-74", + "_frameWidth": "1117", + "_frameHeight": "727" + }, + { + "_name": "Pico shoot 3 0012", + "_x": "6254", + "_y": "2795", + "_width": "700", + "_height": "653", + "_frameX": "-415", + "_frameY": "-74", + "_frameWidth": "1117", + "_frameHeight": "727" + }, + { + "_name": "Pico shoot 3 0013", + "_x": "1408", + "_y": "2754", + "_width": "700", + "_height": "653", + "_frameX": "-415", + "_frameY": "-74", + "_frameWidth": "1117", + "_frameHeight": "727" + }, + { + "_name": "Pico shoot 3 0014", + "_x": "3130", + "_y": "2771", + "_width": "700", + "_height": "653", + "_frameX": "-415", + "_frameY": "-74", + "_frameWidth": "1117", + "_frameHeight": "727" + }, + { + "_name": "Pico shoot 3 0015", + "_x": "6254", + "_y": "2795", + "_width": "700", + "_height": "653", + "_frameX": "-415", + "_frameY": "-74", + "_frameWidth": "1117", + "_frameHeight": "727" + }, + { + "_name": "Pico shoot 3 0016", + "_x": "1408", + "_y": "2754", + "_width": "700", + "_height": "653", + "_frameX": "-415", + "_frameY": "-74", + "_frameWidth": "1117", + "_frameHeight": "727" + }, + { + "_name": "Pico shoot 3 0017", + "_x": "3130", + "_y": "2771", + "_width": "700", + "_height": "653", + "_frameX": "-415", + "_frameY": "-74", + "_frameWidth": "1117", + "_frameHeight": "727" + }, + { + "_name": "Pico shoot 3 0018", + "_x": "6254", + "_y": "2795", + "_width": "700", + "_height": "653", + "_frameX": "-415", + "_frameY": "-74", + "_frameWidth": "1117", + "_frameHeight": "727" + }, + { + "_name": "Pico shoot 3 0019", + "_x": "1408", + "_y": "2754", + "_width": "700", + "_height": "653", + "_frameX": "-415", + "_frameY": "-74", + "_frameWidth": "1117", + "_frameHeight": "727" + }, + { + "_name": "Pico shoot 3 0020", + "_x": "3130", + "_y": "2771", + "_width": "700", + "_height": "653", + "_frameX": "-415", + "_frameY": "-74", + "_frameWidth": "1117", + "_frameHeight": "727" + }, + { + "_name": "Pico shoot 3 0021", + "_x": "6254", + "_y": "2795", + "_width": "700", + "_height": "653", + "_frameX": "-415", + "_frameY": "-74", + "_frameWidth": "1117", + "_frameHeight": "727" + }, + { + "_name": "Pico shoot 3 0022", + "_x": "1408", + "_y": "2754", + "_width": "700", + "_height": "653", + "_frameX": "-415", + "_frameY": "-74", + "_frameWidth": "1117", + "_frameHeight": "727" + }, + { + "_name": "Pico shoot 3 0023", + "_x": "704", + "_y": "2797", + "_width": "700", + "_height": "653", + "_frameX": "-415", + "_frameY": "-74", + "_frameWidth": "1117", + "_frameHeight": "727" + }, + { + "_name": "Pico shoot 3 0024", + "_x": "2422", + "_y": "2266", + "_width": "704", + "_height": "653", + "_frameX": "-413", + "_frameY": "-74", + "_frameWidth": "1117", + "_frameHeight": "727" + }, + { + "_name": "Pico shoot 3 0025", + "_x": "6958", + "_y": "2800", + "_width": "700", + "_height": "653", + "_frameX": "-415", + "_frameY": "-74", + "_frameWidth": "1117", + "_frameHeight": "727" + }, + { + "_name": "Pico shoot 3 0026", + "_x": "3130", + "_y": "2771", + "_width": "700", + "_height": "653", + "_frameX": "-415", + "_frameY": "-74", + "_frameWidth": "1117", + "_frameHeight": "727" + }, + { + "_name": "Pico shoot 3 0027", + "_x": "6254", + "_y": "2795", + "_width": "700", + "_height": "653", + "_frameX": "-415", + "_frameY": "-74", + "_frameWidth": "1117", + "_frameHeight": "727" + }, + { + "_name": "Pico shoot 3 0028", + "_x": "1408", + "_y": "2754", + "_width": "700", + "_height": "653", + "_frameX": "-415", + "_frameY": "-74", + "_frameWidth": "1117", + "_frameHeight": "727" + }, + { + "_name": "Pico shoot 3 0029", + "_x": "3130", + "_y": "2771", + "_width": "700", + "_height": "653", + "_frameX": "-415", + "_frameY": "-74", + "_frameWidth": "1117", + "_frameHeight": "727" + }, + { + "_name": "Pico shoot 3 0030", + "_x": "6254", + "_y": "2795", + "_width": "700", + "_height": "653", + "_frameX": "-415", + "_frameY": "-74", + "_frameWidth": "1117", + "_frameHeight": "727" + }, + { + "_name": "Pico shoot 3 0031", + "_x": "1408", + "_y": "2754", + "_width": "700", + "_height": "653", + "_frameX": "-415", + "_frameY": "-74", + "_frameWidth": "1117", + "_frameHeight": "727" + }, + { + "_name": "Pico shoot 3 0032", + "_x": "3130", + "_y": "2771", + "_width": "700", + "_height": "653", + "_frameX": "-415", + "_frameY": "-74", + "_frameWidth": "1117", + "_frameHeight": "727" + }, + { + "_name": "Pico shoot 3 0033", + "_x": "6254", + "_y": "2795", + "_width": "700", + "_height": "653", + "_frameX": "-415", + "_frameY": "-74", + "_frameWidth": "1117", + "_frameHeight": "727" + }, + { + "_name": "Pico shoot 3 0034", + "_x": "1408", + "_y": "2754", + "_width": "700", + "_height": "653", + "_frameX": "-415", + "_frameY": "-74", + "_frameWidth": "1117", + "_frameHeight": "727" + }, + { + "_name": "Pico shoot 3 0035", + "_x": "3130", + "_y": "2771", + "_width": "700", + "_height": "653", + "_frameX": "-415", + "_frameY": "-74", + "_frameWidth": "1117", + "_frameHeight": "727" + }, + { + "_name": "Pico shoot 3 0036", + "_x": "6254", + "_y": "2795", + "_width": "700", + "_height": "653", + "_frameX": "-415", + "_frameY": "-74", + "_frameWidth": "1117", + "_frameHeight": "727" + }, + { + "_name": "Pico shoot 3 0037", + "_x": "1408", + "_y": "2754", + "_width": "700", + "_height": "653", + "_frameX": "-415", + "_frameY": "-74", + "_frameWidth": "1117", + "_frameHeight": "727" + }, + { + "_name": "Pico shoot 3 0038", + "_x": "3130", + "_y": "2771", + "_width": "700", + "_height": "653", + "_frameX": "-415", + "_frameY": "-74", + "_frameWidth": "1117", + "_frameHeight": "727" + }, + { + "_name": "Pico shoot 3 0039", + "_x": "6254", + "_y": "2795", + "_width": "700", + "_height": "653", + "_frameX": "-415", + "_frameY": "-74", + "_frameWidth": "1117", + "_frameHeight": "727" + }, + { + "_name": "Pico shoot 3 0040", + "_x": "1408", + "_y": "2754", + "_width": "700", + "_height": "653", + "_frameX": "-415", + "_frameY": "-74", + "_frameWidth": "1117", + "_frameHeight": "727" + }, + { + "_name": "Pico shoot 3 0041", + "_x": "3130", + "_y": "2771", + "_width": "700", + "_height": "653", + "_frameX": "-415", + "_frameY": "-74", + "_frameWidth": "1117", + "_frameHeight": "727" + }, + { + "_name": "Pico shoot 3 0042", + "_x": "6254", + "_y": "2795", + "_width": "700", + "_height": "653", + "_frameX": "-415", + "_frameY": "-74", + "_frameWidth": "1117", + "_frameHeight": "727" + }, + { + "_name": "Pico shoot 3 0043", + "_x": "1408", + "_y": "2754", + "_width": "700", + "_height": "653", + "_frameX": "-415", + "_frameY": "-74", + "_frameWidth": "1117", + "_frameHeight": "727" + }, + { + "_name": "Pico shoot 3 0044", + "_x": "3130", + "_y": "2771", + "_width": "700", + "_height": "653", + "_frameX": "-415", + "_frameY": "-74", + "_frameWidth": "1117", + "_frameHeight": "727" + }, + { + "_name": "Pico shoot 3 0045", + "_x": "6254", + "_y": "2795", + "_width": "700", + "_height": "653", + "_frameX": "-415", + "_frameY": "-74", + "_frameWidth": "1117", + "_frameHeight": "727" + }, + { + "_name": "Pico shoot 3 0046", + "_x": "1408", + "_y": "2754", + "_width": "700", + "_height": "653", + "_frameX": "-415", + "_frameY": "-74", + "_frameWidth": "1117", + "_frameHeight": "727" + }, + { + "_name": "Pico shoot 3 0047", + "_x": "704", + "_y": "2797", + "_width": "700", + "_height": "653", + "_frameX": "-415", + "_frameY": "-74", + "_frameWidth": "1117", + "_frameHeight": "727" + }, + { + "_name": "Pico shoot 3 0048", + "_x": "2422", + "_y": "2266", + "_width": "704", + "_height": "653", + "_frameX": "-413", + "_frameY": "-74", + "_frameWidth": "1117", + "_frameHeight": "727" + }, + { + "_name": "Pico shoot 3 0049", + "_x": "6958", + "_y": "2800", + "_width": "700", + "_height": "653", + "_frameX": "-415", + "_frameY": "-74", + "_frameWidth": "1117", + "_frameHeight": "727" + }, + { + "_name": "Pico shoot 3 0050", + "_x": "3130", + "_y": "2771", + "_width": "700", + "_height": "653", + "_frameX": "-415", + "_frameY": "-74", + "_frameWidth": "1117", + "_frameHeight": "727" + }, + { + "_name": "Pico shoot 3 0051", + "_x": "6254", + "_y": "2795", + "_width": "700", + "_height": "653", + "_frameX": "-415", + "_frameY": "-74", + "_frameWidth": "1117", + "_frameHeight": "727" + }, + { + "_name": "Pico shoot 3 0052", + "_x": "1408", + "_y": "2754", + "_width": "700", + "_height": "653", + "_frameX": "-415", + "_frameY": "-74", + "_frameWidth": "1117", + "_frameHeight": "727" + }, + { + "_name": "Pico shoot 4 0000", + "_x": "1180", + "_y": "746", + "_width": "891", + "_height": "659", + "_frameX": "-253", + "_frameY": "-113", + "_frameWidth": "1144", + "_frameHeight": "772" + }, + { + "_name": "Pico shoot 4 0001", + "_x": "4674", + "_y": "776", + "_width": "889", + "_height": "659", + "_frameX": "-253", + "_frameY": "-113", + "_frameWidth": "1144", + "_frameHeight": "772" + }, + { + "_name": "Pico shoot 4 0002", + "_x": "4674", + "_y": "0", + "_width": "1068", + "_height": "772", + "_frameX": "-74", + "_frameY": "0", + "_frameWidth": "1144", + "_frameHeight": "772" + }, + { + "_name": "Pico shoot 4 0003", + "_x": "1180", + "_y": "0", + "_width": "1142", + "_height": "742", + "_frameX": "0", + "_frameY": "-30", + "_frameWidth": "1144", + "_frameHeight": "772" + }, + { + "_name": "Pico shoot 4 0004", + "_x": "7456", + "_y": "1382", + "_width": "700", + "_height": "747", + "_frameX": "-442", + "_frameY": "-25", + "_frameWidth": "1144", + "_frameHeight": "772" + }, + { + "_name": "Pico shoot 4 0005", + "_x": "2945", + "_y": "1551", + "_width": "728", + "_height": "711", + "_frameX": "-414", + "_frameY": "-61", + "_frameWidth": "1144", + "_frameHeight": "772" + }, + { + "_name": "Pico shoot 4 0006", + "_x": "5567", + "_y": "1388", + "_width": "748", + "_height": "742", + "_frameX": "-394", + "_frameY": "-30", + "_frameWidth": "1144", + "_frameHeight": "772" + }, + { + "_name": "Pico shoot 4 0007", + "_x": "7456", + "_y": "1382", + "_width": "700", + "_height": "747", + "_frameX": "-442", + "_frameY": "-25", + "_frameWidth": "1144", + "_frameHeight": "772" + }, + { + "_name": "Pico shoot 4 0008", + "_x": "2945", + "_y": "1551", + "_width": "728", + "_height": "711", + "_frameX": "-414", + "_frameY": "-61", + "_frameWidth": "1144", + "_frameHeight": "772" + }, + { + "_name": "Pico shoot 4 0009", + "_x": "5567", + "_y": "1388", + "_width": "748", + "_height": "742", + "_frameX": "-394", + "_frameY": "-30", + "_frameWidth": "1144", + "_frameHeight": "772" + }, + { + "_name": "Pico shoot 4 0010", + "_x": "7456", + "_y": "1382", + "_width": "700", + "_height": "747", + "_frameX": "-442", + "_frameY": "-25", + "_frameWidth": "1144", + "_frameHeight": "772" + }, + { + "_name": "Pico shoot 4 0011", + "_x": "2945", + "_y": "1551", + "_width": "728", + "_height": "711", + "_frameX": "-414", + "_frameY": "-61", + "_frameWidth": "1144", + "_frameHeight": "772" + }, + { + "_name": "Pico shoot 4 0012", + "_x": "5567", + "_y": "1388", + "_width": "748", + "_height": "742", + "_frameX": "-394", + "_frameY": "-30", + "_frameWidth": "1144", + "_frameHeight": "772" + }, + { + "_name": "Pico shoot 4 0013", + "_x": "7456", + "_y": "1382", + "_width": "700", + "_height": "747", + "_frameX": "-442", + "_frameY": "-25", + "_frameWidth": "1144", + "_frameHeight": "772" + }, + { + "_name": "Pico shoot 4 0014", + "_x": "2945", + "_y": "1551", + "_width": "728", + "_height": "711", + "_frameX": "-414", + "_frameY": "-61", + "_frameWidth": "1144", + "_frameHeight": "772" + }, + { + "_name": "Pico shoot 4 0015", + "_x": "5567", + "_y": "1388", + "_width": "748", + "_height": "742", + "_frameX": "-394", + "_frameY": "-30", + "_frameWidth": "1144", + "_frameHeight": "772" + }, + { + "_name": "Pico shoot 4 0016", + "_x": "7456", + "_y": "1382", + "_width": "700", + "_height": "747", + "_frameX": "-442", + "_frameY": "-25", + "_frameWidth": "1144", + "_frameHeight": "772" + }, + { + "_name": "Pico shoot 4 0017", + "_x": "2945", + "_y": "1551", + "_width": "728", + "_height": "711", + "_frameX": "-414", + "_frameY": "-61", + "_frameWidth": "1144", + "_frameHeight": "772" + }, + { + "_name": "Pico shoot 4 0018", + "_x": "5567", + "_y": "1388", + "_width": "748", + "_height": "742", + "_frameX": "-394", + "_frameY": "-30", + "_frameWidth": "1144", + "_frameHeight": "772" + }, + { + "_name": "Pico shoot 4 0019", + "_x": "7456", + "_y": "1382", + "_width": "700", + "_height": "747", + "_frameX": "-442", + "_frameY": "-25", + "_frameWidth": "1144", + "_frameHeight": "772" + }, + { + "_name": "Pico shoot 4 0020", + "_x": "2945", + "_y": "1551", + "_width": "728", + "_height": "711", + "_frameX": "-414", + "_frameY": "-61", + "_frameWidth": "1144", + "_frameHeight": "772" + }, + { + "_name": "Pico shoot 4 0021", + "_x": "5567", + "_y": "1388", + "_width": "748", + "_height": "742", + "_frameX": "-394", + "_frameY": "-30", + "_frameWidth": "1144", + "_frameHeight": "772" + }, + { + "_name": "Pico shoot 4 0022", + "_x": "7456", + "_y": "1382", + "_width": "700", + "_height": "747", + "_frameX": "-442", + "_frameY": "-25", + "_frameWidth": "1144", + "_frameHeight": "772" + }, + { + "_name": "Pico shoot 4 0023", + "_x": "1690", + "_y": "2039", + "_width": "728", + "_height": "711", + "_frameX": "-414", + "_frameY": "-61", + "_frameWidth": "1144", + "_frameHeight": "772" + }, + { + "_name": "Pico shoot 4 0024", + "_x": "6702", + "_y": "1382", + "_width": "750", + "_height": "742", + "_frameX": "-394", + "_frameY": "-30", + "_frameWidth": "1144", + "_frameHeight": "772" + }, + { + "_name": "Pico shoot 4 0025", + "_x": "0", + "_y": "1452", + "_width": "700", + "_height": "747", + "_frameX": "-442", + "_frameY": "-25", + "_frameWidth": "1144", + "_frameHeight": "772" + }, + { + "_name": "Pico shoot 4 0026", + "_x": "2945", + "_y": "1551", + "_width": "728", + "_height": "711", + "_frameX": "-414", + "_frameY": "-61", + "_frameWidth": "1144", + "_frameHeight": "772" + }, + { + "_name": "Pico shoot 4 0027", + "_x": "5567", + "_y": "1388", + "_width": "748", + "_height": "742", + "_frameX": "-394", + "_frameY": "-30", + "_frameWidth": "1144", + "_frameHeight": "772" + }, + { + "_name": "Pico shoot 4 0028", + "_x": "7456", + "_y": "1382", + "_width": "700", + "_height": "747", + "_frameX": "-442", + "_frameY": "-25", + "_frameWidth": "1144", + "_frameHeight": "772" + }, + { + "_name": "Pico shoot 4 0029", + "_x": "2945", + "_y": "1551", + "_width": "728", + "_height": "711", + "_frameX": "-414", + "_frameY": "-61", + "_frameWidth": "1144", + "_frameHeight": "772" + }, + { + "_name": "Pico shoot 4 0030", + "_x": "5567", + "_y": "1388", + "_width": "748", + "_height": "742", + "_frameX": "-394", + "_frameY": "-30", + "_frameWidth": "1144", + "_frameHeight": "772" + }, + { + "_name": "Pico shoot 4 0031", + "_x": "7456", + "_y": "1382", + "_width": "700", + "_height": "747", + "_frameX": "-442", + "_frameY": "-25", + "_frameWidth": "1144", + "_frameHeight": "772" + }, + { + "_name": "Pico shoot 4 0032", + "_x": "2945", + "_y": "1551", + "_width": "728", + "_height": "711", + "_frameX": "-414", + "_frameY": "-61", + "_frameWidth": "1144", + "_frameHeight": "772" + }, + { + "_name": "Pico shoot 4 0033", + "_x": "5567", + "_y": "1388", + "_width": "748", + "_height": "742", + "_frameX": "-394", + "_frameY": "-30", + "_frameWidth": "1144", + "_frameHeight": "772" + }, + { + "_name": "Pico shoot 4 0034", + "_x": "7456", + "_y": "1382", + "_width": "700", + "_height": "747", + "_frameX": "-442", + "_frameY": "-25", + "_frameWidth": "1144", + "_frameHeight": "772" + }, + { + "_name": "Pico shoot 4 0035", + "_x": "2945", + "_y": "1551", + "_width": "728", + "_height": "711", + "_frameX": "-414", + "_frameY": "-61", + "_frameWidth": "1144", + "_frameHeight": "772" + }, + { + "_name": "Pico shoot 4 0036", + "_x": "5567", + "_y": "1388", + "_width": "748", + "_height": "742", + "_frameX": "-394", + "_frameY": "-30", + "_frameWidth": "1144", + "_frameHeight": "772" + }, + { + "_name": "Pico shoot 4 0037", + "_x": "7456", + "_y": "1382", + "_width": "700", + "_height": "747", + "_frameX": "-442", + "_frameY": "-25", + "_frameWidth": "1144", + "_frameHeight": "772" + }, + { + "_name": "Pico shoot 4 0038", + "_x": "2945", + "_y": "1551", + "_width": "728", + "_height": "711", + "_frameX": "-414", + "_frameY": "-61", + "_frameWidth": "1144", + "_frameHeight": "772" + }, + { + "_name": "Pico shoot 4 0039", + "_x": "5567", + "_y": "1388", + "_width": "748", + "_height": "742", + "_frameX": "-394", + "_frameY": "-30", + "_frameWidth": "1144", + "_frameHeight": "772" + }, + { + "_name": "Pico shoot 4 0040", + "_x": "7456", + "_y": "1382", + "_width": "700", + "_height": "747", + "_frameX": "-442", + "_frameY": "-25", + "_frameWidth": "1144", + "_frameHeight": "772" + }, + { + "_name": "Pico shoot 4 0041", + "_x": "2945", + "_y": "1551", + "_width": "728", + "_height": "711", + "_frameX": "-414", + "_frameY": "-61", + "_frameWidth": "1144", + "_frameHeight": "772" + }, + { + "_name": "Pico shoot 4 0042", + "_x": "5567", + "_y": "1388", + "_width": "748", + "_height": "742", + "_frameX": "-394", + "_frameY": "-30", + "_frameWidth": "1144", + "_frameHeight": "772" + }, + { + "_name": "Pico shoot 4 0043", + "_x": "7456", + "_y": "1382", + "_width": "700", + "_height": "747", + "_frameX": "-442", + "_frameY": "-25", + "_frameWidth": "1144", + "_frameHeight": "772" + }, + { + "_name": "Pico shoot 4 0044", + "_x": "2945", + "_y": "1551", + "_width": "728", + "_height": "711", + "_frameX": "-414", + "_frameY": "-61", + "_frameWidth": "1144", + "_frameHeight": "772" + }, + { + "_name": "Pico shoot 4 0045", + "_x": "5567", + "_y": "1388", + "_width": "748", + "_height": "742", + "_frameX": "-394", + "_frameY": "-30", + "_frameWidth": "1144", + "_frameHeight": "772" + }, + { + "_name": "Pico shoot 4 0046", + "_x": "7456", + "_y": "1382", + "_width": "700", + "_height": "747", + "_frameX": "-442", + "_frameY": "-25", + "_frameWidth": "1144", + "_frameHeight": "772" + }, + { + "_name": "Pico shoot 4 0047", + "_x": "1690", + "_y": "2039", + "_width": "728", + "_height": "711", + "_frameX": "-414", + "_frameY": "-61", + "_frameWidth": "1144", + "_frameHeight": "772" + }, + { + "_name": "Pico shoot 4 0048", + "_x": "6702", + "_y": "1382", + "_width": "750", + "_height": "742", + "_frameX": "-394", + "_frameY": "-30", + "_frameWidth": "1144", + "_frameHeight": "772" + }, + { + "_name": "Pico shoot 4 0049", + "_x": "0", + "_y": "1452", + "_width": "700", + "_height": "747", + "_frameX": "-442", + "_frameY": "-25", + "_frameWidth": "1144", + "_frameHeight": "772" + }, + { + "_name": "Pico shoot 4 0050", + "_x": "2945", + "_y": "1551", + "_width": "728", + "_height": "711", + "_frameX": "-414", + "_frameY": "-61", + "_frameWidth": "1144", + "_frameHeight": "772" + }, + { + "_name": "Pico shoot 4 0051", + "_x": "5567", + "_y": "1388", + "_width": "748", + "_height": "742", + "_frameX": "-394", + "_frameY": "-30", + "_frameWidth": "1144", + "_frameHeight": "772" + }, + { + "_name": "Pico shoot 4 0052", + "_x": "7456", + "_y": "1382", + "_width": "700", + "_height": "747", + "_frameX": "-442", + "_frameY": "-25", + "_frameWidth": "1144", + "_frameHeight": "772" + } + ], + "_imagePath": "picoSpeaker.png" + } +} diff --git a/sprites/picoSpeaker.png b/sprites/picoSpeaker.png new file mode 100644 index 0000000..9110ba9 Binary files /dev/null and b/sprites/picoSpeaker.png differ