latebit / latebit-engine

Pixel based game engine integrated in your IDE
3 stars 0 forks source link

feat: introduce game pause #65

Closed shikaan closed 5 months ago

shikaan commented 5 months ago

When the game is paused all the updates in the WorldManager are suspended and animations are stopped. Everything else keeps working as normal. For example. inputs are handled, sounds are played, and sprites are drawn.

Closes #56