[Remove] 테스트 코드 삭제

씬 전환시 로딩 애니메이션 테스트용 코드 삭제
This commit is contained in:
HaeinLEE 2025-05-14 16:16:27 +09:00
parent ffb5cec6b4
commit 5d7113ba1f

View File

@ -32,19 +32,6 @@ public class HousingCanvasController : MonoBehaviour
suddenPanel.SetActive(false); suddenPanel.SetActive(false);
} }
/// <summary>
/// 씬전환 로딩 패널 테스트용 코드.던전에서도 씬전환 할 때 해당 코드 사용하시면 됩니다.
/// </summary>
private void Update()
{
if (Input.GetKeyDown(KeyCode.A))
{
var _switchingPanel = Instantiate(switchingPanel,this.transform);
switchingPanelController = _switchingPanel.GetComponent<SwitchingPanelController>();
switchingPanelController.FadeAndSceneLoad("ReDungeon");
}
}
#region NPC #region NPC
public void ShowNpcInteractionButton(Action onInteractionButtonPressed) public void ShowNpcInteractionButton(Action onInteractionButtonPressed)