sakura57 / so4

Spaced Out 4, an open-source 2D space shooter game
GNU General Public License v2.0
1 stars 0 forks source link

Add game pause #19

Closed sakura57 closed 4 years ago

sakura57 commented 4 years ago

The player should have the option to pause the game, for example by opening the in-game menu.

This will entail adding some kind of mechanism to halt the world thread while the render thread continues as normal.

sakura57 commented 4 years ago

Added in #28