fix buoy sprite placement

This commit is contained in:
Felix Staud 2024-07-16 21:36:56 -07:00
parent 613c13c419
commit 4452356555

View File

@ -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` }])