1
0
Go to file
takunomi-build-bot b050a985ba
All checks were successful
LÖVE/Lua Library / Test (push) Successful in 6s
LÖVE/Lua Library / Static-Analysis (push) Successful in 3s
🤖 Bumped version to 0.1.3
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-07-10 21:19:27 +02:00
.gitea/workflows 🤖 Repository layout updated to latest version 2024-07-07 00:34:25 +02:00
test Code quality 2024-04-26 11:56:27 +02:00
.luacheckrc 🤖 Repository layout updated to latest version 2024-07-07 00:17:59 +02:00
init.lua 🤖 Bumped version to 0.1.3 2024-07-10 21:19:27 +02:00
LICENSE 🤖 Repository layout updated to latest version 2024-07-10 21:17:31 +02:00
README.md 🤖 Repository layout updated to latest version 2024-07-10 21:17:31 +02:00
spritesheet.lua Docstring 2024-07-10 21:14:12 +02:00

Spritesheet

Library for managing sprite sheets of textures and animations.

Has support for both individual images in spritesheets and animations. This can be specified from a lua file placed beside the spritesheet image file.

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.

License

Copyright (c) 2018-2024 Jon Michael Aanes

All rights reserved.