Skip to content
This repository was archived by the owner on Apr 16, 2025. It is now read-only.

0.5.0

Compare
Choose a tag to compare
@CrissNamon CrissNamon released this 23 Nov 05:43
· 37 commits to main since this release

What's Changed

  • Added preStart, postStart to Game
  • Added preUpdate, postUpdate to Game
  • Added stop() to GameObject, GameScript
  • Added getStateManager() to Game
  • Changed BasicGameStateManager

Full Changelog: 0.4.0...0.5.0

Maven
<dependency>
    <groupId>tech.hiddenproject</groupId>
    <artifactId>progressive</artifactId>
    <version>0.5.0</version>
</dependency>
Gradle
compile 'tech.hiddenproject:progressive:0.5.0'