From 5637cea623238b628f98eecf8d5d8feab35cb4d9 Mon Sep 17 00:00:00 2001 From: takunomi-build-bot Date: Thu, 17 Apr 2025 16:41:45 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Repository=20layout=20updated=20?= =?UTF-8?q?to=20latest=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit was automatically generated by [a script](https://gitfub.space/Jmaa/repo-manager) --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ef2d02..2b0d8fc 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,20 @@ -# Checks that LÖVE is defined; if not, run in information loading +# Spritesheet -mode only. +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`. +- Checks that LÖVE is defined; if not, run in information loading + mode only. ## Dependencies