ForNeVeR / O21

FOSS remake of U95, an old submarine arcade game from 1995.
MIT License
19 stars 9 forks source link

Async sound font and music loading #115

Closed ForNeVeR closed 4 months ago

ForNeVeR commented 1 year ago

After #113, we now load sound and music synchronously on the main thread.

We should move their loading to the according stages of game content loading, and perform that asynchronously.

See TODO[#113] in the code.