Beta
Pre-release
Pre-release
After creating some examples the alpha release served it's purpose of shaking out bugs from things that were difficult to unit test.
The next step is to see how things go making an actual (small) game.
New Features
- Shake functions
- Two more Vec constructors (VecXYi and VecLA)
Fixes
- Fixed multiple ease functions
- Changed Mod to return 0 when its b parameter is 0. I don't think modulus is technically defined for this case, but I think it's more useful this way.