1.2.0
- Update to Java 11
- render() methods in screens (this is indeed called "render" now) and scalpel apps now take
float tickDelta
. - ability to freeze() and unfreeze() scalpel apps (stops tick delta and makes render keep its tickDelta until unfreeze, then restores progress on unfreeze())
- now can detect system time moving backwards
- generated atlases of different sizes
- more useful methods in audiobuffer and audiosource
In a future release I hope to add atlas mipmapping (which exists in 2fc0f18 but not here currently) and more customisability in texture loading