Skip to content

Commit

Permalink
Begin refactoring preloading; Fix menu loading
Browse files Browse the repository at this point in the history
Menu was getting double loaded from the preloading and from
StartManager, so I had to finish reverting the load position changes.
I've also moved preloading into its own method as it was getting to be
more than half of the mod loading. Also swapped the usage of bools to
waiting on all the coroutines to finish via yield return, which
simplified loading.
  • Loading branch information
fifty-six committed Feb 20, 2021
1 parent 4e34abc commit 7be92dc
Showing 1 changed file with 212 additions and 188 deletions.
Loading

0 comments on commit 7be92dc

Please sign in to comment.