DEG-172-일상UI-색상변경-던전UI-눌림표시 #58

Merged
heain0122 merged 3 commits from DEG-172-일상UI-색상변경-던전UI-눌림표시 into main 2025-05-14 07:43:40 +00:00
Showing only changes of commit 5d7113ba1f - Show all commits

View File

@ -31,19 +31,6 @@ public class HousingCanvasController : MonoBehaviour
interactionButton.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