wolfenrain / sashimi

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

fix: `Model` should use `sliceSize` for sprites #2

Closed wolfenrain closed 1 year ago

wolfenrain commented 1 year ago

Status

READY

Description

The Model was using the wrong value for the source size of a Sprite.

Type of Change