This repository has been archived by the owner on May 20, 2021. It is now read-only.
Changes:
- Added love.audio with .wav support
- Added Quads
- Updated to 2.5 Ninjhax
- love.getVersion now returns 0.10.0 (as this is the API version LövePotion follows)
Fixes:
- Fixed start not doing anything on the error screen
- Properly handle current working directory (Lua's built in io library should work properly now)
- love.graphics.draw's x and y argument is now correctly set to optional
- Fixed love.errhand not showing correctly when the error has special characters in it
- Fixed 3D offsetting bottom screen draw calls by accident
Known Issues:
- Running love.event.quit whilst a looped sound playing can cause really weird sound distortion problems.