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 loading screen #24

Closed sakura57 closed 4 years ago

sakura57 commented 4 years ago

Currently, loading occurs in the render thread. This means no drawing can happen while loading happens, which gives the appearance of the game hanging/freezing until the loading is finished.

To-do list:

sakura57 commented 4 years ago

Merged #30