mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-27 09:16:03 +00: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",
|
||||
spriteKey: "buoy",
|
||||
hasShadow: false,
|
||||
y: 5,
|
||||
x: 10,
|
||||
x: 20,
|
||||
y: 3,
|
||||
},
|
||||
])
|
||||
.withIntroDialogue([{ text: `${namepsace}:intro` }])
|
||||
|
Loading…
Reference in New Issue
Block a user