DEG-134-탈진숙면-돌발이벤트-연출 #27

Merged
heain0122 merged 5 commits from DEG-134-탈진숙면-돌발이벤트-연출 into main 2025-05-12 00:37:42 +00:00
Showing only changes of commit 4a8e62c8be - Show all commits

View File

@ -67,13 +67,13 @@ public class PlayerController : CharacterBase, IObserver<GameObject>
hitEffectController = GetComponentInChildren<PlayerHitEffectController>(); hitEffectController = GetComponentInChildren<PlayerHitEffectController>();
PlayerInit(); PlayerInit();
// isBattle 초기화 (임시) // isBattle 초기화 (임시)
/*bool isHousingScene = SceneManager.GetActiveScene().name.Contains("Housing"); /*bool isHousingScene = SceneManager.GetActiveScene().name.Contains("Housing");
_isBattle = !isHousingScene; _isBattle = !isHousingScene;
Debug.Log("_isBattle: " + _isBattle);*/ Debug.Log("_isBattle: " + _isBattle);*/
// SwitchBattleMode(); SwitchBattleMode();
} }
private void Update() private void Update()