Updated encounter with correct sprite

This commit is contained in:
Wlowscha 2025-06-21 12:13:51 +02:00
parent 421f9588d5
commit c2f0284b10
No known key found for this signature in database
GPG Key ID: 3C8F1AD330565D04
2 changed files with 23 additions and 2 deletions

View File

@ -3307,7 +3307,28 @@
} }
}, },
{ {
"filename": "berry_juice", "filename": "berry_juice_good",
"rotated": false,
"trimmed": true,
"sourceSize": {
"w": 32,
"h": 32
},
"spriteSourceSize": {
"x": 5,
"y": 5,
"w": 22,
"h": 21
},
"frame": {
"x": 312,
"y": 21,
"w": 22,
"h": 21
}
},
{
"filename": "berry_juice_bad",
"rotated": false, "rotated": false,
"trimmed": true, "trimmed": true,
"sourceSize": { "sourceSize": {

View File

@ -54,7 +54,7 @@ export const TheStrongStuffEncounter: MysteryEncounter = MysteryEncounterBuilder
.withFleeAllowed(false) .withFleeAllowed(false)
.withIntroSpriteConfigs([ .withIntroSpriteConfigs([
{ {
spriteKey: "berry_juice", spriteKey: "berry_juice_good",
fileRoot: "items", fileRoot: "items",
hasShadow: true, hasShadow: true,
isItem: true, isItem: true,