1
0
spritesheet/README.md
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

10 lines
275 B
Markdown

# 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`.