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",
spriteKey: "buoy",
hasShadow: false,
y: 5,
x: 10,
x: 20,
y: 3,
},
])
.withIntroDialogue([{ text: `${namepsace}:intro` }])