fix dropped item sprites clipping into ground

fixes sprites being offset into the floor with automatic sprite clipping
adjustment disabled
This commit is contained in:
emmie 2023-09-11 03:20:04 +00:00 committed by Kiri
parent b750dd6663
commit 829c9c1242

View File

@ -35,7 +35,7 @@ sprite JMPRD0, 49, 43 {
} }
sprite JMPKA0, 48, 32 { sprite JMPKA0, 48, 32 {
offset 24, 16 offset 24, 32
patch JMPKA0,0,0 { } patch JMPKA0,0,0 { }
} }
@ -77,7 +77,7 @@ Sprite "KCPLD0", 130, 108
{ {
XScale 4 XScale 4
YScale 4 YScale 4
Offset 64, 52 Offset 64, 100
Patch "sprites/cacoplush/cacoplushie_pickup.png", 0, 0 Patch "sprites/cacoplush/cacoplushie_pickup.png", 0, 0
} }
@ -111,7 +111,7 @@ Sprite "KCPLG0", 130, 108
Sprite "KSPRB0", 48, 48 Sprite "KSPRB0", 48, 48
{ {
Offset 24, 24 Offset 24, 48
Patch KSPRB0,0,0 { } Patch KSPRB0,0,0 { }
} }