-- UPDATE(2022) : only fixed the link for this. Nothing else.
- v0.1.1 functions: Spritey takes a cell-spaced spritesheet and uses the texture space to create UV coordinate animation based upon your specified cell numbers.
- Example: 4 rows of 6 columns of sprite images on 1 texture/material makes 24 frames of animation. 32 rows of 32 columns of sprite images on 1 texture/material makes 1024 frames of animation.(After the animation is created, you can manipulate the frames, animation, fps, etc, for playback as you see fit.)
- Why make Spritey ?