mihaid11/emberguard

Towers not saved between sessions

Open

#90 aperta il 9 nov 2025

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)C++ (1 fork)auto 404
buggood first issue

Metriche repository

Star
 (2 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Currently, the list of available towers and the player’s selected towers are not saved or loaded between sessions. As a result, when the game is restarted, tower selections reset to default, and player progress regarding unlocked or chosen towers is lost.

  • When exiting and restarting the game, the available towers and selected towers should be restored exactly as before.
  • The uninitialize() method should be updated to properly save this data before shutdown.
  • When initializing the game, it should load the saved tower state.

Priority: Low

Guida contributor