This commit is contained in:
2026-06-29 14:38:43 +09:00
parent f67d0683a0
commit 9df81db479
19 changed files with 989 additions and 19 deletions

View File

@@ -111,7 +111,7 @@ public void SetZoneActive(DialogRegion zone, bool active)
public void SetClearDialogParameter()
{
string sceneName1 = "블랙잭";
string sceneCode1 = "blackjack";
string sceneCode1 = "BlackjackRoom";
string sceneName2 = "캣룸";
string sceneCode2 = "CatsRoom";

View File

@@ -211,20 +211,23 @@ private string GetDisplayName(string sceneName)
{
switch (sceneName)
{
case "blackjack":
return "블랙잭";
case "BlackjackRoom":
return "저주받은 난파선";
case "CatsRoom":
return "캣룸";
return "낭아치들의 언덕";
case "MazeRoom":
return "미로방";
return "푸른 요정의 정원";
case "Cave_Test_2":
return "동굴방";
case "CaveRoom":
return "거꾸로 계곡";
case "FishhookRoom":
return "눈물에 잠긴 낚시터";
case "Gepto first":
return "제페토";
return "제페토의 작업실";
default:
return sceneName;