Skip to content

v2.3.3

Latest

Choose a tag to compare

@math0898 math0898 released this 21 Aug 22:32
· 35 commits to main since this release
86336d9
  • Added null check for processing input on loadedScene in BasicGame.
  • Removed deprecation and unused code in BasicGameObject.runLogic(). runLogic() is called every tick in BasicGame.
  • Added exception checking in both graphics and game logic threads which simply prints to the logger and continues.
  • Updated documentation in GraphicsPanel and GraphicsPanelInterface.
  • Assigned a mock scene as the loaded scene for the tested game.