Skip to content

Releases: theRealProHacker/StateManager

v0.0.2

Choose a tag to compare

@theRealProHacker theRealProHacker released this 13 Jun 18:51

Documentation fix release.

  • Fixed the README usage example, which would crash if copy-pasted: update() was missing self, PlayState used pg.KeyDown instead of pg.KEYDOWN, and the on_enter signatures didn't accept the frm keyword the StateManager passes.
  • Corrected the pgsm expansion to "PyGame State Manager".

No code/API changes.

Release v0.0.1

Choose a tag to compare

@theRealProHacker theRealProHacker released this 28 Oct 18:04

Removed the pygame dependency

Release v0.0.0

Choose a tag to compare

@theRealProHacker theRealProHacker released this 25 Oct 00:01

Initial release