feat: 添加地图信息显示功能并更新资源文件

- 在SingletonModuleComp中添加showInfo字段控制信息显示
- 在HInfoComp中实现showInfo方法显示/隐藏信息面板
- 更新umps.png和umps.plist资源文件,添加多个背景素材
- 调整loading.prefab和map_rpg.prefab的配置参数
This commit is contained in:
walkpan
2026-01-07 13:40:56 +08:00
parent 345621b57a
commit 8a9a84b133
8 changed files with 3784 additions and 1875 deletions

View File

@@ -52,6 +52,7 @@ export class SingletonModuleComp extends ecs.Comp {
exp:0,
task:0,
noStop:false,
showInfo:false,
}
guides:any=[0,0,0,0,0]
current_guide:number=0