kurtome / leap

An opinionated toolkit for creating 2D platformers on top of the Flame engine.
https://pub.dev/packages/leap
MIT License
42 stars 9 forks source link

feat: allow game to specify max atlas sizes #20

Closed erickzanardo closed 1 year ago

erickzanardo commented 1 year ago

FlameTiled allows us to specify what are the max dimensions of the atlas used to pack the images in a map, but there were no way to specify them when using Leap helper to load map, this PR address that.