Periapsis / aphelion

2D spaceship mmog in java with an authoritative server model. Inspired by subspace.
GNU Affero General Public License v3.0
10 stars 2 forks source link

Lazy texture loading is too lazy #43

Open Joris-van-der-Wel opened 11 years ago

Joris-van-der-Wel commented 11 years ago

Lazy texture loading was implemented so that they can be swapped (for example by the moderator of an arena) during gameplay.

The config at the time of arena entry should be used to load most or all textures during the loading screen and keep them loaded. This is to prevent small pauses during gameplay.