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`. +