Khaligufzel / Dimensionfall

A survival game inspired by Cataclysm: Dark Days Ahead and Bright Nights.
MIT License
12 stars 5 forks source link

Add loading screen #287

Closed snipercup closed 2 months ago

snipercup commented 2 months ago

This is part of polishing the game. Right now the player is spawned on the 0,0 chunk and no other chunks are loaded until the player moves.

My suggestion is to cover the screen with a window like the game over window. We will adjust the levelgenerator to signal that all the chunks around the player are loaded. As a response to this signal, we remove the loading screen.