1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-30 07:51:54 +08:00

feat: 增强游戏保存系统并添加调试输出

扩展保存系统以包含更多游戏状态数据,包括库存和角色选择
添加调试打印语句以帮助排查保存问题
新增字典映射工具方法用于数据转换
修复新召唤实体未正确分组的问题
This commit is contained in:
2026-05-09 21:41:00 +08:00
parent b1cb089705
commit c31b3bdc4f
5 changed files with 30 additions and 5 deletions
+1
View File
@@ -6,6 +6,7 @@ static func _static_init():
static func init():
var save = SaveEngine.load()
if save:
print(save)
SaveEngine.apply(save)
static func restart(tree: SceneTree):
for bullet in tree.get_nodes_in_group("bullets"):