Skip to content

1.2.0

Compare
Choose a tag to compare
@valoeghese valoeghese released this 01 Nov 22:02
· 23 commits to master since this release
  • 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