Skip to content

Release v2.1.0

Latest
Compare
Choose a tag to compare
@BlurOne-GIT BlurOne-GIT released this 07 Apr 19:41
· 3 commits to main since this release
b0b5f65

What's Changed

  • Updating and drawing of GameStates and their components will now be handled by the Game via its Components.
  • GameState classes should now use the default protected LoadContent and UnloadContent methods.
  • EngineGame.SwitchGameState is now overridable.