From 69f574b908490b2b4de5aeecaf0581cf2252be0c Mon Sep 17 00:00:00 2001 From: ImperialSympathizer Date: Fri, 5 Jul 2024 16:03:05 -0400 Subject: [PATCH] add chest sprites --- .../images/mystery-encounters/chest_blue.json | 171 ++++++++++++++++-- .../images/mystery-encounters/chest_red.json | 2 +- 2 files changed, 160 insertions(+), 13 deletions(-) diff --git a/public/images/mystery-encounters/chest_blue.json b/public/images/mystery-encounters/chest_blue.json index fb8f4ec9c8e..88aadda845a 100644 --- a/public/images/mystery-encounters/chest_blue.json +++ b/public/images/mystery-encounters/chest_blue.json @@ -1,11 +1,11 @@ { "textures": [ { - "image": "training_gear.png", + "image": "chest_blue.png", "format": "RGBA8888", "size": { - "w": 76, - "h": 57 + "w": 300, + "h": 75 }, "scale": 1, "frames": [ @@ -14,20 +14,167 @@ "rotated": false, "trimmed": false, "sourceSize": { - "w": 76, - "h": 57 + "w": 75, + "h": 75 }, "spriteSourceSize": { - "x": 10, - "y": 3, - "w": 56, - "h": 54 + "x": 0, + "y": 0, + "w": 75, + "h": 75 }, "frame": { - "x": 8, + "x": -15, "y": 0, - "w": 56, - "h": 54 + "w": 75, + "h": 75 + } + }, + { + "filename": "0002.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 75, + "h": 75 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 75, + "h": 75 + }, + "frame": { + "x": -15, + "y": 0, + "w": 75, + "h": 75 + } + }, + { + "filename": "0003.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 75, + "h": 75 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 75, + "h": 75 + }, + "frame": { + "x": 57, + "y": 0, + "w": 75, + "h": 75 + } + }, + { + "filename": "0004.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 75, + "h": 75 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 75, + "h": 75 + }, + "frame": { + "x": 57, + "y": 0, + "w": 75, + "h": 75 + } + }, + { + "filename": "0005.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 75, + "h": 75 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 75, + "h": 75 + }, + "frame": { + "x": 129, + "y": 0, + "w": 75, + "h": 75 + } + }, + { + "filename": "0006.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 75, + "h": 75 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 75, + "h": 75 + }, + "frame": { + "x": 129, + "y": 0, + "w": 75, + "h": 75 + } + }, + { + "filename": "0007.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 75, + "h": 75 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 75, + "h": 75 + }, + "frame": { + "x": 201, + "y": 0, + "w": 75, + "h": 75 + } + }, + { + "filename": "0008.png", + "rotated": false, + "trimmed": false, + "sourceSize": { + "w": 75, + "h": 75 + }, + "spriteSourceSize": { + "x": 0, + "y": 0, + "w": 75, + "h": 75 + }, + "frame": { + "x": 201, + "y": 0, + "w": 75, + "h": 75 } } ] diff --git a/public/images/mystery-encounters/chest_red.json b/public/images/mystery-encounters/chest_red.json index fb8f4ec9c8e..d808652a162 100644 --- a/public/images/mystery-encounters/chest_red.json +++ b/public/images/mystery-encounters/chest_red.json @@ -1,7 +1,7 @@ { "textures": [ { - "image": "training_gear.png", + "image": "chest_red.png", "format": "RGBA8888", "size": { "w": 76,