Releases: theRealProHacker/StateManager
Releases · theRealProHacker/StateManager
v0.0.2
Documentation fix release.
- Fixed the README usage example, which would crash if copy-pasted:
update()was missingself,PlayStateusedpg.KeyDowninstead ofpg.KEYDOWN, and theon_entersignatures didn't accept thefrmkeyword the StateManager passes. - Corrected the
pgsmexpansion to "PyGame State Manager".
No code/API changes.
Release v0.0.1
Removed the pygame dependency
Release v0.0.0
Initial release