UFO Catcher: Adjust sprite z offset of prize inside glass orb

This commit is contained in:
toaster 2023-04-07 23:36:46 +01:00
parent 2969aabae4
commit 307d78130f

View file

@ -1047,6 +1047,8 @@ static mobj_t *InitSpecialUFO(waypoint_t *start)
overlay->color = ufo->color;
P_SetTarget(&overlay->target, ufo);
ufo->sprzoff = 32 * mapobjectscale;
}
// Create UFO pieces.