From 5d0f91159747c4cc7119879b37c498ef65b70af2 Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Sun, 22 Oct 2023 13:13:52 +0200 Subject: [PATCH] README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e315467 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ + +# 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`. +