What's Changed
- Fixed math error in render distance calculation (thanks to stavrozo for the contrib!)
- Contrib from Dorian Burton: overworld sprites bigger than 16x16 (for example added by mods) should now render correctly.
- Added a MapGrids.lua file to the lib folder. It's a draft and holds info for elevations at certain map coordinates.
eventually this should hopefully aid in rendering the map as a not totally flat plane, but for that I first need
to gather info about what the actual height of the terrain is. Feel free to contribute. - Laid some groundwork for future KFP 2.0 compatibility
New Contributors
- @dburton95 made their first contribution in #45
Full Changelog: v2.0.2...v2.0.3