3001.0.7
Hey! lajbel here 😄
We're publishing this little version with some bug fixes related to font atlases and a new feature that probably much of you, shader users, will find useful! I left you with the changelog, thank you for support KAPLAY ❤️
[3001.0.7] - 2025-01-15
Added
-
Added
kaplay({ spriteAtlasPadding })
for setting the space between the
sprites in the sprite atlas - @marianypkaplay({ spriteAtlasPadding: 10, // 10 pixels of space between each sprite });
Changed
- Now you cannot pass parameters that are not a component or string to
.use()
.
Otherwise it will throw an error - @lajbel
Fixed
- Fixed a bug where font atlas were working strange - @mflerackers