1
0
Fork 0
Go to file
Jon Michael Aanes 6b4fed3b72
LÖVE/Lua Library / Static-Analysis (push) Failing after 4s Details
Better .luacheckrc
2023-12-13 20:35:27 +01:00
.gitea/workflows Workflows 2023-12-12 23:45:57 +01:00
.luacheckrc Better .luacheckrc 2023-12-13 20:35:27 +01:00
README.md README 2023-10-22 13:13:52 +02:00
init.lua Separated SpriteSheet2 as own library 2018-11-08 16:27:03 +01:00
spritesheet.lua set_shader_texture_size 2023-10-22 13:11:49 +02:00

README.md

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.