wolfenrain / sashimi

Sashimi, a sprite stacking framework build on top of Flame.
MIT License
26 stars 2 forks source link

fix: anchor point of `BillBoardSprite` is off #3

Closed wolfenrain closed 1 year ago

wolfenrain commented 1 year ago

Status

READY

Description

The anchor point for the BillboardSprite is off as we are using the wrong Anchor.

Type of Change