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