Merge branch 'fix-crate-angle' into 'master'

Crates: fix bottom splat angle

See merge request KartKrew/Kart!1700
This commit is contained in:
Oni 2023-12-22 21:22:22 +00:00
commit f328d303f2

View file

@ -150,7 +150,7 @@ struct Box : AnyBox
return dress(side, ff);
};
dress(this, FF_FLOORSPRITE); // bottom (me)
dress(this, FF_FLOORSPRITE)->turn(0); // bottom (me)
side(FF_FLOORSPRITE)->z(height); // top
// sides