adonutwithsprinklez / CodenameEmpty

A text based adventure roguelite
GNU General Public License v3.0
6 stars 0 forks source link

Improve GUI Window Reload #76

Closed adonutwithsprinklez closed 3 years ago

adonutwithsprinklez commented 3 years ago

Whenever the user exits the settings or data pack menus, the GUI window closes and reopens. This is due to the way the game reloads the game data. The window initialization code needs to be rewritten to simply reload the window instead of reinitialize it.

adonutwithsprinklez commented 3 years ago

Fixed in current Nightly build