Skip to content

Releases: theRealProHacker/StateManager

v0.0.2

13 Jun 18:51

Choose a tag to compare

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

28 Oct 18:04

Choose a tag to compare

Removed the pygame dependency

Release v0.0.0

25 Oct 00:01

Choose a tag to compare

Initial release