anton-johansson / 2d-game

Apache License 2.0
0 stars 0 forks source link

Multithreading, asset loading thread #10

Open anton-johansson opened 7 years ago

anton-johansson commented 7 years ago

We can use a separate thread for loading assets. This is useful for loading-screens and loading new map parts etc in the background, to avoid potential hickups during map part transitions.