Vasar007 / TIMLE

Official repository of the 2D platformer game "This Is My Last Escapade" (TIMLE).
Apache License 2.0
1 stars 1 forks source link

Implement parallel loading #18

Open Kn1MS opened 5 years ago

Kn1MS commented 5 years ago

Is your feature request related to a problem? Please describe. Current loading system uses pseudo-parallel loading. It must use real though.

Describe the solution you'd like It would be better to create true-parallel loading instead.

Describe alternatives you've considered None.

Additional context None.