diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..6e549e7 --- /dev/null +++ b/LICENSE @@ -0,0 +1,3 @@ +Copyright (c) 2018-2024 Jon Michael Aanes + +All rights reserved. diff --git a/README.md b/README.md index e69de29..11328e6 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,24 @@ + + + + +# 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. +```