fix:调整游戏时长为10分钟

This commit is contained in:
bzx
2025-07-07 11:33:40 +08:00
parent 4ab3eb1c51
commit e75c11944d
4 changed files with 8 additions and 290895 deletions

View File

@@ -51,6 +51,8 @@ public class PlayerUI : MonoBehaviour
GameInit.Ins.DieUI = dieUI;
GameInit.Ins.dieTxt = dieTxt;
}
void Start()
{
@@ -68,6 +70,10 @@ public class PlayerUI : MonoBehaviour
// 使用DoTween实现透明度从0到1的渐显效果
canvasGroup.DOFade(1f, fadeInDuration);
hpTxt.text = 100 + "%";
#if PICO_
#endif
}
public void ShowBulletAmount(int amount)