mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-07 17:02:16 +02:00
fix buoy sprite placement
This commit is contained in:
parent
613c13c419
commit
4452356555
@ -29,8 +29,8 @@ export const LostAtSeaEncounter: MysteryEncounter = MysteryEncounterBuilder.with
|
|||||||
fileRoot: "mystery-encounters",
|
fileRoot: "mystery-encounters",
|
||||||
spriteKey: "buoy",
|
spriteKey: "buoy",
|
||||||
hasShadow: false,
|
hasShadow: false,
|
||||||
y: 5,
|
x: 20,
|
||||||
x: 10,
|
y: 3,
|
||||||
},
|
},
|
||||||
])
|
])
|
||||||
.withIntroDialogue([{ text: `${namepsace}:intro` }])
|
.withIntroDialogue([{ text: `${namepsace}:intro` }])
|
||||||
|
Loading…
Reference in New Issue
Block a user