fix:修复场地bug

This commit is contained in:
bzx
2025-08-30 18:18:34 +08:00
parent 63fca02961
commit e8a9f54168
41 changed files with 601 additions and 411 deletions

View File

@@ -129,6 +129,7 @@ public class HUDPanel : MonoBehaviour
IEnumerator RoundWaveTime()
{
GameManager.Ins.PlaySound2DRPC("1.1");
int time = 3;
while (time>0)
{
@@ -137,10 +138,9 @@ public class HUDPanel : MonoBehaviour
time--;
}
Round.SetActive(false);
GameManager.Ins.PlaySound2DRPC("");
}
public void ChangeGunIcon(int bulletIndex)
{
gunImage.sprite = gunIcons[GameLocal.Ins.self.NowGunIndex];