mihaid11/emberguard

Towers not saved between sessions

开放

#90 创建于 2025年11月9日

 (0 条评论) (0 个反应) (0 位负责人)C++ (1 个派生)auto 404
buggood first issue

仓库指标

星标
 (2 个星标)
PR 合并指标
 (平均合并 2天 23小时) (30 天内合并 1 个 PR)

描述

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

贡献者指南