Poobslag / turbofat

Block-dropping puzzle game
MIT License
55 stars 19 forks source link

Save indicator does not indicate save duration #2863

Closed Poobslag closed 3 weeks ago

Poobslag commented 3 weeks ago

The save operations are not threaded, so they just occur between scenes. The save indicator is not shown until the save operation is complete.

Ideally, save operation should be threaded and the save indicator should be shown for the duration of the save operation. If we want to avoid potential thread-related bugs, we could instead just flash up the save indicator before the scene change.