[Remove] 테스트 코드 삭제
씬 전환시 로딩 애니메이션 테스트용 코드 삭제
This commit is contained in:
parent
ffb5cec6b4
commit
5d7113ba1f
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user