mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 07:22:19 +02:00
Updated encounter with correct sprite
This commit is contained in:
parent
421f9588d5
commit
c2f0284b10
@ -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,
|
||||
"trimmed": true,
|
||||
"sourceSize": {
|
||||
|
@ -54,7 +54,7 @@ export const TheStrongStuffEncounter: MysteryEncounter = MysteryEncounterBuilder
|
||||
.withFleeAllowed(false)
|
||||
.withIntroSpriteConfigs([
|
||||
{
|
||||
spriteKey: "berry_juice",
|
||||
spriteKey: "berry_juice_good",
|
||||
fileRoot: "items",
|
||||
hasShadow: true,
|
||||
isItem: true,
|
||||
|
Loading…
Reference in New Issue
Block a user