diff --git a/characters/pico-intro.json b/characters/pico-intro.json new file mode 100644 index 0000000..8fe2e45 --- /dev/null +++ b/characters/pico-intro.json @@ -0,0 +1,58 @@ +{ + "animations": [ + { + "offsets": [ + 255, + 231 + ], + "indices": [], + "fps": 24, + "anim": "return", + "loop": false, + "name": "shoot and return" + }, + { + "offsets": [ + -47, + 10 + ], + "indices": [], + "fps": 24, + "anim": "cock", + "loop": false, + "name": "cutscene cock" + }, + { + "offsets": [ + 60, + 0 + ], + "indices": [], + "fps": 24, + "anim": "pissed", + "loop": false, + "name": "Pico Gets Pissed" + } + ], + "vocals_file": "pico", + "no_antialiasing": false, + "image": "sprites/characters/Pico_Intro", + "position": [ + 0, + 300 + ], + "healthicon": "pico", + "flip_x": true, + "healthbar_colors": [ + 183, + 216, + 85 + ], + "camera_position": [ + 220, + 0 + ], + "sing_duration": 4, + "scale": 1, + "_editor_isPlayer": true +} \ No newline at end of file diff --git a/charts/2hot/2hot-easy.json b/charts/2hot/2hot-easy.json index f6fde6c..7dd9f8c 100644 --- a/charts/2hot/2hot-easy.json +++ b/charts/2hot/2hot-easy.json @@ -4578,8 +4578,8 @@ "mustHitSection": true } ], - "stage": "phillyStreets", - "player3": "nene" + "stage": "philly", + "player3": "gf" }, "generatedBy": "tposejank FNF to Psych Engine porter" } \ No newline at end of file diff --git a/charts/2hot/2hot-hard.json b/charts/2hot/2hot-hard.json index fca2cb7..ebe18ac 100644 --- a/charts/2hot/2hot-hard.json +++ b/charts/2hot/2hot-hard.json @@ -2,7 +2,7 @@ "song": { "player1": "pico-playable", "events": [], - "gfVersion": "nene", + "gfVersion": "gf", "notes": [ { "lengthInSteps": 16, @@ -6045,7 +6045,7 @@ "song": "2Hot", "validScore": true, "needsVoices": true, - "stage": "phillyStreets", + "stage": "philly", "bpm": 182, "speed": 2.6 } diff --git a/charts/2hot/2hot-normal.json b/charts/2hot/2hot-normal.json index 9260e68..2ddd7fc 100644 --- a/charts/2hot/2hot-normal.json +++ b/charts/2hot/2hot-normal.json @@ -5038,8 +5038,8 @@ "mustHitSection": true } ], - "stage": "phillyStreets", - "player3": "nene" + "stage": "philly", + "player3": "gf" }, "generatedBy": "tposejank FNF to Psych Engine porter" } \ No newline at end of file diff --git a/charts/darnell/darnell-easy.json b/charts/darnell/darnell-easy.json index 923efeb..f5fea08 100644 --- a/charts/darnell/darnell-easy.json +++ b/charts/darnell/darnell-easy.json @@ -3678,13 +3678,13 @@ "mustHitSection": true } ], - "gfVersion": "nene", + "gfVersion": "gf", "events": [], "player3": null, "song": "Darnell", "validScore": true, "needsVoices": true, - "stage": "phillyStreets", + "stage": "philly", "speed": 1.5, "bpm": 155 } diff --git a/charts/darnell/darnell-erect.json b/charts/darnell/darnell-erect.json index 471e37f..986f148 100644 --- a/charts/darnell/darnell-erect.json +++ b/charts/darnell/darnell-erect.json @@ -5178,7 +5178,7 @@ "song": "Darnell Erect", "needsVoices": true, "generatedBy": "Psych Engine v1.0-prerelease - Chart Editor V-Slice Importer", - "stage": "stage", + "stage": "philly", "bpm": 155, "format": "psych_v1_convert", "speed": 3.2, diff --git a/charts/darnell/darnell-hard.json b/charts/darnell/darnell-hard.json index d171e87..b8a5043 100644 --- a/charts/darnell/darnell-hard.json +++ b/charts/darnell/darnell-hard.json @@ -1,8 +1,8 @@ { "song": { - "player1": "pico-intro", + "player1": "pico-playable", "events": [], - "gfVersion": "Nene", + "gfVersion": "gf", "notes": [ { "sectionNotes": [ @@ -4952,7 +4952,7 @@ "player2": "Darnell", "player3": null, "song": "Darnell", - "stage": "phillyStreets", + "stage": "philly", "needsVoices": true, "validScore": true, "bpm": 155, diff --git a/charts/darnell/darnell-nightmare.json b/charts/darnell/darnell-nightmare.json index f11b349..9ad8d4c 100644 --- a/charts/darnell/darnell-nightmare.json +++ b/charts/darnell/darnell-nightmare.json @@ -5478,7 +5478,7 @@ "song": "Darnell Erect", "needsVoices": true, "generatedBy": "Psych Engine v1.0-prerelease - Chart Editor V-Slice Importer", - "stage": "stage", + "stage": "philly", "bpm": 155, "format": "psych_v1_convert", "speed": 3.2, diff --git a/charts/darnell/darnell-normal.json b/charts/darnell/darnell-normal.json index 7933c21..1e496ed 100644 --- a/charts/darnell/darnell-normal.json +++ b/charts/darnell/darnell-normal.json @@ -2,7 +2,7 @@ "song": { "player1": "pico-intro", "events": [], - "gfVersion": "Nene", + "gfVersion": "gf", "notes": [ { "sectionNotes": [ @@ -4007,7 +4007,7 @@ "player2": "Darnell", "player3": null, "song": "Darnell", - "stage": "phillyStreets", + "stage": "philly", "needsVoices": true, "validScore": true, "bpm": 155, diff --git a/charts/darnell/script.lua b/charts/darnell/script.lua new file mode 100644 index 0000000..8be6af6 --- /dev/null +++ b/charts/darnell/script.lua @@ -0,0 +1,54 @@ +local videoPath = "videos/darnellCutscene.ogv" + +local song +local videoStream +local video + +local random + +local module = {} + +function module.onCreate(songName) + if songName == "Darnell" then + sharedVars.canStart = false + song = songName + videoStream = love.video.newVideoStream(love.filesystem.newFile(videoPath)) + videoStream:play() + video = love.graphics.newVideo(videoStream) + video:play() + end +end + +function module.onUpdate() + if videoStream then + if not videoStream:isPlaying() then + sharedVars.canStart = true + video = nil + videoStream = nil + else + if love.keyboard.isDown("space") and videoStream and videoStream:isPlaying() then + videoStream:pause() + end + end + end +end + +function module.onDraw() + if video then + love.graphics.draw(video, 0,0,0,1.5,1.5) + end +end + +function module.onClose() + if video then + video:stop() + video:release() + video = nil + + videoStream:stop() + videoStream:release() + videoStream = nil + end +end + +return module \ No newline at end of file diff --git a/charts/satin-panties/script.lua b/charts/satin-panties/script.lua index a925c46..1730e88 100644 --- a/charts/satin-panties/script.lua +++ b/charts/satin-panties/script.lua @@ -1,6 +1,6 @@ local module = {} - +--WHAT THE FUCK DID YOU DO THE SONG NO LONGER ENDS 😭😭😭 local lastChange = 0 @@ -55,7 +55,8 @@ function module.onUpdate(dt, elapsed) local evil = math.cos(elapsed / 100) * 100 local evilb = math.sin(elapsed / 100) * 100 - love.window.setPosition(325 + evil, 180 + evilb) + --ENTAR WHY DID YOU LEAVE THIS IN 😭😭😭 + --love.window.setPosition(325 + evil, 180 + evilb) end end diff --git a/charts/songs-pico.lua b/charts/songs-pico.lua index 9f6265b..755e1ff 100644 --- a/charts/songs-pico.lua +++ b/charts/songs-pico.lua @@ -115,5 +115,34 @@ return { "hard" }, icon = "tankmanpixel" - } + }--[[, + { + name = "darnell", + difficulties = { + "easy", + "normal", + "hard", + "erect", + "nightmare" + }, + icon = "darnellpixel" + }, + { + name = "lit-up", + difficulties = { + "easy", + "normal", + "hard" + }, + icon = "darnellpixel" + }, + { + name = "2hot", + difficulties = { + "easy", + "normal", + "hard" + }, + icon = "darnellpixel" + }]] } \ No newline at end of file diff --git a/settings.json b/settings.json index 5fd564a..dd59bfe 100644 --- a/settings.json +++ b/settings.json @@ -1 +1 @@ -{"Downscroll":true, "Keybinds":["a", "s", "up", "right"]} \ No newline at end of file +{"Downscroll":true, "Keybinds":["a", "s", "kp5", "kp6"]} \ No newline at end of file diff --git a/sprites/characters/Pico_Intro.json b/sprites/characters/Pico_Intro.json new file mode 100644 index 0000000..c8c0d76 --- /dev/null +++ b/sprites/characters/Pico_Intro.json @@ -0,0 +1,2328 @@ +{ + "TextureAtlas": { + "SubTexture": [ + { + "_name": "Pico Gets Pissed0000", + "_x": "2655", + "_y": "2402", + "_width": "435", + "_height": "461", + "_frameX": "-75", + "_frameY": "-13", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0001", + "_x": "2655", + "_y": "2402", + "_width": "435", + "_height": "461", + "_frameX": "-75", + "_frameY": "-13", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0002", + "_x": "3176", + "_y": "1443", + "_width": "442", + "_height": "468", + "_frameX": "-68", + "_frameY": "-6", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0003", + "_x": "3176", + "_y": "1443", + "_width": "442", + "_height": "468", + "_frameX": "-68", + "_frameY": "-6", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0004", + "_x": "1362", + "_y": "1921", + "_width": "448", + "_height": "469", + "_frameX": "-58", + "_frameY": "-6", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0005", + "_x": "2727", + "_y": "1443", + "_width": "444", + "_height": "469", + "_frameX": "-58", + "_frameY": "-6", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0006", + "_x": "1382", + "_y": "1442", + "_width": "444", + "_height": "474", + "_frameX": "-58", + "_frameY": "-1", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0007", + "_x": "2262", + "_y": "1922", + "_width": "442", + "_height": "474", + "_frameX": "-58", + "_frameY": "-1", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0008", + "_x": "1831", + "_y": "1442", + "_width": "443", + "_height": "475", + "_frameX": "-57", + "_frameY": "0", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0009", + "_x": "1831", + "_y": "1442", + "_width": "443", + "_height": "475", + "_frameX": "-57", + "_frameY": "0", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0010", + "_x": "1831", + "_y": "1442", + "_width": "443", + "_height": "475", + "_frameX": "-57", + "_frameY": "0", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0011", + "_x": "1831", + "_y": "1442", + "_width": "443", + "_height": "475", + "_frameX": "-57", + "_frameY": "0", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0012", + "_x": "1831", + "_y": "1442", + "_width": "443", + "_height": "475", + "_frameX": "-57", + "_frameY": "0", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0013", + "_x": "1831", + "_y": "1442", + "_width": "443", + "_height": "475", + "_frameX": "-57", + "_frameY": "0", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0014", + "_x": "1831", + "_y": "1442", + "_width": "443", + "_height": "475", + "_frameX": "-57", + "_frameY": "0", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0015", + "_x": "1831", + "_y": "1442", + "_width": "443", + "_height": "475", + "_frameX": "-57", + "_frameY": "0", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0016", + "_x": "2279", + "_y": "1442", + "_width": "443", + "_height": "475", + "_frameX": "-57", + "_frameY": "0", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0017", + "_x": "2279", + "_y": "1442", + "_width": "443", + "_height": "475", + "_frameX": "-57", + "_frameY": "0", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0018", + "_x": "2279", + "_y": "1442", + "_width": "443", + "_height": "475", + "_frameX": "-57", + "_frameY": "0", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0019", + "_x": "2279", + "_y": "1442", + "_width": "443", + "_height": "475", + "_frameX": "-57", + "_frameY": "0", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0020", + "_x": "460", + "_y": "1914", + "_width": "443", + "_height": "475", + "_frameX": "-57", + "_frameY": "0", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0021", + "_x": "898", + "_y": "2395", + "_width": "435", + "_height": "475", + "_frameX": "-57", + "_frameY": "0", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0022", + "_x": "1896", + "_y": "2877", + "_width": "430", + "_height": "475", + "_frameX": "-62", + "_frameY": "0", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0023", + "_x": "3142", + "_y": "2397", + "_width": "423", + "_height": "475", + "_frameX": "-62", + "_frameY": "0", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0024", + "_x": "2709", + "_y": "1922", + "_width": "428", + "_height": "475", + "_frameX": "-57", + "_frameY": "0", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0025", + "_x": "2773", + "_y": "2877", + "_width": "406", + "_height": "475", + "_frameX": "-57", + "_frameY": "0", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0026", + "_x": "3142", + "_y": "1917", + "_width": "425", + "_height": "475", + "_frameX": "-38", + "_frameY": "0", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0027", + "_x": "773", + "_y": "2", + "_width": "463", + "_height": "475", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0028", + "_x": "2", + "_y": "1307", + "_width": "463", + "_height": "475", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0029", + "_x": "1241", + "_y": "2", + "_width": "453", + "_height": "475", + "_frameX": "-10", + "_frameY": "0", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0030", + "_x": "2", + "_y": "1787", + "_width": "453", + "_height": "475", + "_frameX": "-10", + "_frameY": "0", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0031", + "_x": "1699", + "_y": "2", + "_width": "447", + "_height": "475", + "_frameX": "-16", + "_frameY": "0", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0032", + "_x": "2", + "_y": "2267", + "_width": "447", + "_height": "475", + "_frameX": "-16", + "_frameY": "0", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0033", + "_x": "2151", + "_y": "2", + "_width": "446", + "_height": "475", + "_frameX": "-17", + "_frameY": "0", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0034", + "_x": "2151", + "_y": "2", + "_width": "446", + "_height": "475", + "_frameX": "-17", + "_frameY": "0", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0035", + "_x": "2151", + "_y": "2", + "_width": "446", + "_height": "475", + "_frameX": "-17", + "_frameY": "0", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0036", + "_x": "2151", + "_y": "2", + "_width": "446", + "_height": "475", + "_frameX": "-17", + "_frameY": "0", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0037", + "_x": "2151", + "_y": "2", + "_width": "446", + "_height": "475", + "_frameX": "-17", + "_frameY": "0", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0038", + "_x": "2151", + "_y": "2", + "_width": "446", + "_height": "475", + "_frameX": "-17", + "_frameY": "0", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0039", + "_x": "2151", + "_y": "2", + "_width": "446", + "_height": "475", + "_frameX": "-17", + "_frameY": "0", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0040", + "_x": "2151", + "_y": "2", + "_width": "446", + "_height": "475", + "_frameX": "-17", + "_frameY": "0", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0041", + "_x": "2151", + "_y": "2", + "_width": "446", + "_height": "475", + "_frameX": "-17", + "_frameY": "0", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0042", + "_x": "2151", + "_y": "2", + "_width": "446", + "_height": "475", + "_frameX": "-17", + "_frameY": "0", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0043", + "_x": "2151", + "_y": "2", + "_width": "446", + "_height": "475", + "_frameX": "-17", + "_frameY": "0", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0044", + "_x": "2151", + "_y": "2", + "_width": "446", + "_height": "475", + "_frameX": "-17", + "_frameY": "0", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0045", + "_x": "2151", + "_y": "2", + "_width": "446", + "_height": "475", + "_frameX": "-17", + "_frameY": "0", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0046", + "_x": "2151", + "_y": "2", + "_width": "446", + "_height": "475", + "_frameX": "-17", + "_frameY": "0", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0047", + "_x": "2", + "_y": "2747", + "_width": "446", + "_height": "475", + "_frameX": "-17", + "_frameY": "0", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0048", + "_x": "2", + "_y": "2747", + "_width": "446", + "_height": "475", + "_frameX": "-17", + "_frameY": "0", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0049", + "_x": "2", + "_y": "2747", + "_width": "446", + "_height": "475", + "_frameX": "-17", + "_frameY": "0", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0050", + "_x": "2602", + "_y": "2", + "_width": "446", + "_height": "475", + "_frameX": "-17", + "_frameY": "0", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0051", + "_x": "2602", + "_y": "2", + "_width": "446", + "_height": "475", + "_frameX": "-17", + "_frameY": "0", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0052", + "_x": "2", + "_y": "3227", + "_width": "446", + "_height": "475", + "_frameX": "-17", + "_frameY": "0", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0053", + "_x": "3053", + "_y": "2", + "_width": "446", + "_height": "475", + "_frameX": "-17", + "_frameY": "0", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0054", + "_x": "3053", + "_y": "2", + "_width": "446", + "_height": "475", + "_frameX": "-17", + "_frameY": "0", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0055", + "_x": "3053", + "_y": "2", + "_width": "446", + "_height": "475", + "_frameX": "-17", + "_frameY": "0", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0056", + "_x": "2151", + "_y": "2", + "_width": "446", + "_height": "475", + "_frameX": "-17", + "_frameY": "0", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0057", + "_x": "2151", + "_y": "2", + "_width": "446", + "_height": "475", + "_frameX": "-17", + "_frameY": "0", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0058", + "_x": "2151", + "_y": "2", + "_width": "446", + "_height": "475", + "_frameX": "-17", + "_frameY": "0", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0059", + "_x": "2151", + "_y": "2", + "_width": "446", + "_height": "475", + "_frameX": "-17", + "_frameY": "0", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0060", + "_x": "2151", + "_y": "2", + "_width": "446", + "_height": "475", + "_frameX": "-17", + "_frameY": "0", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0061", + "_x": "2151", + "_y": "2", + "_width": "446", + "_height": "475", + "_frameX": "-17", + "_frameY": "0", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "Pico Gets Pissed0062", + "_x": "2151", + "_y": "2", + "_width": "446", + "_height": "475", + "_frameX": "-17", + "_frameY": "0", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "cutscene cock0000", + "_x": "470", + "_y": "1442", + "_width": "451", + "_height": "467", + "_frameX": "-0", + "_frameY": "-21", + "_frameWidth": "457", + "_frameHeight": "476" + }, + { + "_name": "cutscene cock0001", + "_x": "926", + "_y": "1442", + "_width": "451", + "_height": "467", + "_frameX": "-0", + "_frameY": "-21", + "_frameWidth": "457", + "_frameHeight": "476" + }, + { + "_name": "cutscene cock0002", + "_x": "1773", + "_y": "2402", + "_width": "436", + "_height": "470", + "_frameX": "-4", + "_frameY": "-20", + "_frameWidth": "457", + "_frameHeight": "476" + }, + { + "_name": "cutscene cock0003", + "_x": "2214", + "_y": "2402", + "_width": "436", + "_height": "470", + "_frameX": "-4", + "_frameY": "-20", + "_frameWidth": "457", + "_frameHeight": "476" + }, + { + "_name": "cutscene cock0004", + "_x": "2214", + "_y": "2402", + "_width": "436", + "_height": "470", + "_frameX": "-4", + "_frameY": "-20", + "_frameWidth": "457", + "_frameHeight": "476" + }, + { + "_name": "cutscene cock0005", + "_x": "2331", + "_y": "2877", + "_width": "437", + "_height": "466", + "_frameX": "-2", + "_frameY": "-18", + "_frameWidth": "457", + "_frameHeight": "476" + }, + { + "_name": "cutscene cock0006", + "_x": "2331", + "_y": "2877", + "_width": "437", + "_height": "466", + "_frameX": "-2", + "_frameY": "-18", + "_frameWidth": "457", + "_frameHeight": "476" + }, + { + "_name": "cutscene cock0007", + "_x": "908", + "_y": "1914", + "_width": "449", + "_height": "468", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "457", + "_frameHeight": "476" + }, + { + "_name": "cutscene cock0008", + "_x": "908", + "_y": "1914", + "_width": "449", + "_height": "468", + "_frameX": "0", + "_frameY": "-8", + "_frameWidth": "457", + "_frameHeight": "476" + }, + { + "_name": "shoot and return0000", + "_x": "2", + "_y": "702", + "_width": "642", + "_height": "600", + "_frameX": "-124", + "_frameY": "-95", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0001", + "_x": "2", + "_y": "2", + "_width": "766", + "_height": "695", + "_frameX": "0", + "_frameY": "0", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0002", + "_x": "453", + "_y": "2875", + "_width": "482", + "_height": "433", + "_frameX": "-281", + "_frameY": "-262", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0003", + "_x": "453", + "_y": "3313", + "_width": "477", + "_height": "433", + "_frameX": "-286", + "_frameY": "-262", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0004", + "_x": "940", + "_y": "2877", + "_width": "473", + "_height": "433", + "_frameX": "-290", + "_frameY": "-262", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0005", + "_x": "940", + "_y": "2877", + "_width": "473", + "_height": "433", + "_frameX": "-290", + "_frameY": "-262", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0006", + "_x": "940", + "_y": "2877", + "_width": "473", + "_height": "433", + "_frameX": "-290", + "_frameY": "-262", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0007", + "_x": "940", + "_y": "2877", + "_width": "473", + "_height": "433", + "_frameX": "-290", + "_frameY": "-262", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0008", + "_x": "940", + "_y": "2877", + "_width": "473", + "_height": "433", + "_frameX": "-290", + "_frameY": "-262", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0009", + "_x": "940", + "_y": "2877", + "_width": "473", + "_height": "433", + "_frameX": "-290", + "_frameY": "-262", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0010", + "_x": "940", + "_y": "2877", + "_width": "473", + "_height": "433", + "_frameX": "-290", + "_frameY": "-262", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0011", + "_x": "940", + "_y": "2877", + "_width": "473", + "_height": "433", + "_frameX": "-290", + "_frameY": "-262", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0012", + "_x": "940", + "_y": "2877", + "_width": "473", + "_height": "433", + "_frameX": "-290", + "_frameY": "-262", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0013", + "_x": "940", + "_y": "2877", + "_width": "473", + "_height": "433", + "_frameX": "-290", + "_frameY": "-262", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0014", + "_x": "1418", + "_y": "2877", + "_width": "473", + "_height": "433", + "_frameX": "-290", + "_frameY": "-262", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0015", + "_x": "1418", + "_y": "2877", + "_width": "473", + "_height": "433", + "_frameX": "-290", + "_frameY": "-262", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0016", + "_x": "1418", + "_y": "2877", + "_width": "473", + "_height": "433", + "_frameX": "-290", + "_frameY": "-262", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0017", + "_x": "1418", + "_y": "2877", + "_width": "473", + "_height": "433", + "_frameX": "-290", + "_frameY": "-262", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0018", + "_x": "935", + "_y": "3315", + "_width": "469", + "_height": "432", + "_frameX": "-294", + "_frameY": "-263", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0019", + "_x": "935", + "_y": "3315", + "_width": "469", + "_height": "432", + "_frameX": "-294", + "_frameY": "-263", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0020", + "_x": "935", + "_y": "3315", + "_width": "469", + "_height": "432", + "_frameX": "-294", + "_frameY": "-263", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0021", + "_x": "935", + "_y": "3315", + "_width": "469", + "_height": "432", + "_frameX": "-294", + "_frameY": "-263", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0022", + "_x": "1409", + "_y": "3315", + "_width": "460", + "_height": "431", + "_frameX": "-297", + "_frameY": "-264", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0023", + "_x": "1409", + "_y": "3315", + "_width": "460", + "_height": "431", + "_frameX": "-297", + "_frameY": "-264", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0024", + "_x": "1409", + "_y": "3315", + "_width": "460", + "_height": "431", + "_frameX": "-297", + "_frameY": "-264", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0025", + "_x": "3184", + "_y": "2877", + "_width": "437", + "_height": "436", + "_frameX": "-301", + "_frameY": "-261", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0026", + "_x": "3184", + "_y": "2877", + "_width": "437", + "_height": "436", + "_frameX": "-301", + "_frameY": "-261", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0027", + "_x": "3184", + "_y": "3318", + "_width": "406", + "_height": "444", + "_frameX": "-293", + "_frameY": "-256", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0028", + "_x": "3184", + "_y": "3318", + "_width": "406", + "_height": "444", + "_frameX": "-293", + "_frameY": "-256", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0029", + "_x": "1338", + "_y": "2395", + "_width": "430", + "_height": "477", + "_frameX": "-252", + "_frameY": "-229", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0030", + "_x": "1338", + "_y": "2395", + "_width": "430", + "_height": "477", + "_frameX": "-252", + "_frameY": "-229", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0031", + "_x": "454", + "_y": "2394", + "_width": "439", + "_height": "476", + "_frameX": "-252", + "_frameY": "-230", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0032", + "_x": "454", + "_y": "2394", + "_width": "439", + "_height": "476", + "_frameX": "-252", + "_frameY": "-230", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0033", + "_x": "1815", + "_y": "1922", + "_width": "442", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0034", + "_x": "1815", + "_y": "1922", + "_width": "442", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0035", + "_x": "1815", + "_y": "1922", + "_width": "442", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0036", + "_x": "2894", + "_y": "962", + "_width": "443", + "_height": "476", + "_frameX": "-252", + "_frameY": "-230", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0037", + "_x": "2894", + "_y": "962", + "_width": "443", + "_height": "476", + "_frameX": "-252", + "_frameY": "-230", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0038", + "_x": "2894", + "_y": "962", + "_width": "443", + "_height": "476", + "_frameX": "-252", + "_frameY": "-230", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0039", + "_x": "773", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0040", + "_x": "773", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0041", + "_x": "773", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0042", + "_x": "773", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0043", + "_x": "773", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0044", + "_x": "773", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0045", + "_x": "773", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0046", + "_x": "773", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0047", + "_x": "773", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0048", + "_x": "773", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0049", + "_x": "773", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0050", + "_x": "773", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0051", + "_x": "773", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0052", + "_x": "773", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0053", + "_x": "773", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0054", + "_x": "773", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0055", + "_x": "773", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0056", + "_x": "773", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0057", + "_x": "773", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0058", + "_x": "773", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0059", + "_x": "773", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0060", + "_x": "773", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0061", + "_x": "773", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0062", + "_x": "773", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0063", + "_x": "1222", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0064", + "_x": "1222", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0065", + "_x": "1222", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0066", + "_x": "1671", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0067", + "_x": "1671", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0068", + "_x": "2120", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0069", + "_x": "2120", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0070", + "_x": "2569", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0071", + "_x": "2569", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0072", + "_x": "2569", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0073", + "_x": "773", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0074", + "_x": "773", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0075", + "_x": "773", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0076", + "_x": "773", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0077", + "_x": "773", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0078", + "_x": "773", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0079", + "_x": "773", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0080", + "_x": "773", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0081", + "_x": "773", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0082", + "_x": "773", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0083", + "_x": "773", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0084", + "_x": "773", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0085", + "_x": "773", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0086", + "_x": "773", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0087", + "_x": "773", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0088", + "_x": "773", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0089", + "_x": "773", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0090", + "_x": "773", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0091", + "_x": "773", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0092", + "_x": "773", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0093", + "_x": "773", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0094", + "_x": "773", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0095", + "_x": "773", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0096", + "_x": "773", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0097", + "_x": "1222", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0098", + "_x": "1222", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0099", + "_x": "1222", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0100", + "_x": "3018", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0101", + "_x": "3018", + "_y": "482", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0102", + "_x": "649", + "_y": "962", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0103", + "_x": "649", + "_y": "962", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0104", + "_x": "1098", + "_y": "962", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0105", + "_x": "1098", + "_y": "962", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0106", + "_x": "1547", + "_y": "962", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0107", + "_x": "1547", + "_y": "962", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0108", + "_x": "1547", + "_y": "962", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0109", + "_x": "1996", + "_y": "962", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0110", + "_x": "1996", + "_y": "962", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0111", + "_x": "1996", + "_y": "962", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0112", + "_x": "2445", + "_y": "962", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0113", + "_x": "2445", + "_y": "962", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0114", + "_x": "2445", + "_y": "962", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0115", + "_x": "2445", + "_y": "962", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0116", + "_x": "2445", + "_y": "962", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0117", + "_x": "2445", + "_y": "962", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0118", + "_x": "2445", + "_y": "962", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0119", + "_x": "2445", + "_y": "962", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0120", + "_x": "2445", + "_y": "962", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0121", + "_x": "2445", + "_y": "962", + "_width": "444", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "766", + "_frameHeight": "706" + }, + { + "_name": "shoot and return0122", + "_x": "1831", + "_y": "1442", + "_width": "443", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "shoot and return0123", + "_x": "1831", + "_y": "1442", + "_width": "443", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "shoot and return0124", + "_x": "1831", + "_y": "1442", + "_width": "443", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "shoot and return0125", + "_x": "2655", + "_y": "2402", + "_width": "435", + "_height": "461", + "_frameX": "-271", + "_frameY": "-244", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "shoot and return0126", + "_x": "2655", + "_y": "2402", + "_width": "435", + "_height": "461", + "_frameX": "-271", + "_frameY": "-244", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "shoot and return0127", + "_x": "3176", + "_y": "1443", + "_width": "442", + "_height": "468", + "_frameX": "-264", + "_frameY": "-237", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "shoot and return0128", + "_x": "3176", + "_y": "1443", + "_width": "442", + "_height": "468", + "_frameX": "-264", + "_frameY": "-237", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "shoot and return0129", + "_x": "1362", + "_y": "1921", + "_width": "448", + "_height": "469", + "_frameX": "-254", + "_frameY": "-238", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "shoot and return0130", + "_x": "2727", + "_y": "1443", + "_width": "444", + "_height": "469", + "_frameX": "-254", + "_frameY": "-238", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "shoot and return0131", + "_x": "1382", + "_y": "1442", + "_width": "444", + "_height": "474", + "_frameX": "-253", + "_frameY": "-232", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "shoot and return0132", + "_x": "2262", + "_y": "1922", + "_width": "442", + "_height": "474", + "_frameX": "-253", + "_frameY": "-232", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "shoot and return0133", + "_x": "1831", + "_y": "1442", + "_width": "443", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "shoot and return0134", + "_x": "1831", + "_y": "1442", + "_width": "443", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "shoot and return0135", + "_x": "1831", + "_y": "1442", + "_width": "443", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "shoot and return0136", + "_x": "1831", + "_y": "1442", + "_width": "443", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "shoot and return0137", + "_x": "1831", + "_y": "1442", + "_width": "443", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "510", + "_frameHeight": "475" + }, + { + "_name": "shoot and return0138", + "_x": "1831", + "_y": "1442", + "_width": "443", + "_height": "475", + "_frameX": "-252", + "_frameY": "-231", + "_frameWidth": "510", + "_frameHeight": "475" + } + ], + "_imagePath": "Pico_Intro.png" + } +} \ No newline at end of file diff --git a/sprites/characters/Pico_Intro.png b/sprites/characters/Pico_Intro.png new file mode 100644 index 0000000..61ab094 Binary files /dev/null and b/sprites/characters/Pico_Intro.png differ diff --git a/sprites/freeplay/icons/bfpixel.xml b/sprites/freeplay/icons/bfpixel.xml deleted file mode 100644 index 1444af1..0000000 --- a/sprites/freeplay/icons/bfpixel.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/sprites/freeplay/icons/dadpixel.xml b/sprites/freeplay/icons/dadpixel.xml deleted file mode 100644 index 4fc7976..0000000 --- a/sprites/freeplay/icons/dadpixel.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/sprites/freeplay/icons/darnellpixel.json b/sprites/freeplay/icons/darnellpixel.json new file mode 100644 index 0000000..57c752e --- /dev/null +++ b/sprites/freeplay/icons/darnellpixel.json @@ -0,0 +1,75 @@ +{ + "TextureAtlas": { + "SubTexture": [ + { + "_name": "idle0001", + "_x": "39", + "_y": "0", + "_width": "38", + "_height": "38", + "_frameX": "-5", + "_frameY": "-6", + "_frameWidth": "54", + "_frameHeight": "50" + }, + { + "_name": "confirm0001", + "_x": "39", + "_y": "0", + "_width": "38", + "_height": "38", + "_frameX": "-5", + "_frameY": "-6", + "_frameWidth": "54", + "_frameHeight": "50" + }, + { + "_name": "confirm0002", + "_x": "0", + "_y": "0", + "_width": "39", + "_height": "36", + "_frameX": "-5", + "_frameY": "-10", + "_frameWidth": "54", + "_frameHeight": "50" + }, + { + "_name": "confirm0003", + "_x": "77", + "_y": "0", + "_width": "33", + "_height": "39", + "_frameX": "-6", + "_frameY": "-3", + "_frameWidth": "54", + "_frameHeight": "50" + }, + { + "_name": "confirm0004", + "_x": "0", + "_y": "36", + "_width": "35", + "_height": "35", + "_frameX": "-5", + "_frameY": "-6", + "_frameWidth": "54", + "_frameHeight": "50" + }, + { + "_name": "confirm-hold0001", + "_x": "0", + "_y": "36", + "_width": "35", + "_height": "35", + "_frameX": "-5", + "_frameY": "-6", + "_frameWidth": "54", + "_frameHeight": "50" + } + ], + "_imagePath": "darnellpixel.png", + "_width": "110", + "_height": "71" + } +} \ No newline at end of file diff --git a/sprites/freeplay/icons/darnellpixel.xml b/sprites/freeplay/icons/darnellpixel.xml deleted file mode 100644 index fd71bcd..0000000 --- a/sprites/freeplay/icons/darnellpixel.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/sprites/freeplay/icons/gfpixel.xml b/sprites/freeplay/icons/gfpixel.xml deleted file mode 100644 index b89cda5..0000000 --- a/sprites/freeplay/icons/gfpixel.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/sprites/freeplay/icons/mommypixel.xml b/sprites/freeplay/icons/mommypixel.xml deleted file mode 100644 index 1bffb06..0000000 --- a/sprites/freeplay/icons/mommypixel.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/sprites/freeplay/icons/monsterpixel.xml b/sprites/freeplay/icons/monsterpixel.xml deleted file mode 100644 index 9c57513..0000000 --- a/sprites/freeplay/icons/monsterpixel.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/sprites/freeplay/icons/parents-christmaspixel.xml b/sprites/freeplay/icons/parents-christmaspixel.xml deleted file mode 100644 index ddfcd6c..0000000 --- a/sprites/freeplay/icons/parents-christmaspixel.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/sprites/freeplay/icons/picopixel.xml b/sprites/freeplay/icons/picopixel.xml deleted file mode 100644 index 8fa058e..0000000 --- a/sprites/freeplay/icons/picopixel.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/sprites/freeplay/icons/spookypixel.xml b/sprites/freeplay/icons/spookypixel.xml deleted file mode 100644 index 428aab8..0000000 --- a/sprites/freeplay/icons/spookypixel.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/sprites/freeplay/icons/tankmanpixel.xml b/sprites/freeplay/icons/tankmanpixel.xml deleted file mode 100644 index 9ee1fe8..0000000 --- a/sprites/freeplay/icons/tankmanpixel.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/weeks/init.lua b/weeks/init.lua index f11440c..e094dff 100644 --- a/weeks/init.lua +++ b/weeks/init.lua @@ -5,7 +5,11 @@ weeks.order = { "tutorial", "week1", "week2", - "week3" + "week3", + "week4", + "week5", + "week7", + "weekend1" } for index, week in next, love.filesystem.getDirectoryItems("weeks") do diff --git a/weeks/week2.lua b/weeks/week2.lua index aec883c..b9233f8 100644 --- a/weeks/week2.lua +++ b/weeks/week2.lua @@ -3,12 +3,12 @@ return { songs = { "spookeez", "south", + "monster" }, difficulties = { "easy", "normal", - "hard", - "erect" + "hard" }, character = "bf" } \ No newline at end of file diff --git a/weeks/week3.lua b/weeks/week3.lua index 25f425c..13b58f2 100644 --- a/weeks/week3.lua +++ b/weeks/week3.lua @@ -2,8 +2,8 @@ return { icon = "week3", songs = { "pico", - "fresh", - "dadbattle" + "philly-nice", + "blammed" }, difficulties = { "easy", diff --git a/weeks/week4.lua b/weeks/week4.lua new file mode 100644 index 0000000..949b7ec --- /dev/null +++ b/weeks/week4.lua @@ -0,0 +1,14 @@ +return { + icon = "week4", + songs = { + "satin-panties", + "high", + "milf" + }, + difficulties = { + "easy", + "normal", + "hard" + }, + character = "bf" +} \ No newline at end of file diff --git a/weeks/week5.lua b/weeks/week5.lua new file mode 100644 index 0000000..c996edf --- /dev/null +++ b/weeks/week5.lua @@ -0,0 +1,14 @@ +return { + icon = "week5", + songs = { + "cocoa", + "eggnog", + "winter-horrorland" + }, + difficulties = { + "easy", + "normal", + "hard" + }, + character = "bf" +} \ No newline at end of file diff --git a/weeks/week7.lua b/weeks/week7.lua new file mode 100644 index 0000000..05412c8 --- /dev/null +++ b/weeks/week7.lua @@ -0,0 +1,14 @@ +return { + icon = "week7", + songs = { + "ugh", + "guns", + "stress" + }, + difficulties = { + "easy", + "normal", + "hard" + }, + character = "bf" +} \ No newline at end of file diff --git a/weeks/weekend1.lua b/weeks/weekend1.lua new file mode 100644 index 0000000..0c495eb --- /dev/null +++ b/weeks/weekend1.lua @@ -0,0 +1,14 @@ +return { + icon = "weekend1", + songs = { + "darnell", + "lit-up", + "2hot" + }, + difficulties = { + "easy", + "normal", + "hard" + }, + character = "pico" +} \ No newline at end of file