1
0
Go to file
Jon Michael Aanes 4da6f66703
Some checks failed
LÖVE Library / Lua-Testing (push) Successful in 5s
LÖVE Library / Static-Analysis (push) Failing after 3s
Code quality
2024-04-26 11:56:27 +02:00
.gitea/workflows Bumped workflows to v6.19 2024-04-26 11:50:01 +02:00
test Code quality 2024-04-26 11:56:27 +02:00
.luacheckrc Bumped workflows to v6.19 2024-04-26 11:50:01 +02:00
init.lua Separated SpriteSheet2 as own library 2018-11-08 16:27:03 +01:00
README.md Code quality 2024-04-26 11:56:27 +02:00
spritesheet.lua Code quality 2024-04-26 11:56:27 +02:00

Spritesheet

Tiny library for working with textures and animated textures.

Notes

  • When drawing an image or animation when a shader is defined the library may send certain useful constants along, notably spritesheet_inverse_width and spritesheet_inverse_height.