Just refactored my current project so that I can load in only the assets I need on a separate thread, and the rest of the program just gracefully waits for it to become available, so I no longer have to wait a few seconds at app launch for things to load that I don't even use immediately. It's soooo satisfying to have it basically open immediately to the main menu.

Now to go actually work on features 😅

#IndieDev