Compare commits
2 Commits
d5eeb0dc6c
...
b80c957319
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b80c957319 | ||
|
|
86dbc9ba11 |
@@ -211,20 +211,23 @@ private string GetDisplayName(string sceneName)
|
|||||||
{
|
{
|
||||||
switch (sceneName)
|
switch (sceneName)
|
||||||
{
|
{
|
||||||
case "blackjack":
|
case "BlackjackRoom":
|
||||||
return "블랙잭";
|
return "저주받은 난파선";
|
||||||
|
|
||||||
case "CatsRoom":
|
case "CatsRoom":
|
||||||
return "캣룸";
|
return "낭아치들의 언덕";
|
||||||
|
|
||||||
case "MazeRoom":
|
case "MazeRoom":
|
||||||
return "미로방";
|
return "푸른 요정의 정원";
|
||||||
|
|
||||||
case "Cave_Test_2":
|
case "CaveRoom":
|
||||||
return "동굴방";
|
return "거꾸로 계곡";
|
||||||
|
|
||||||
|
case "FishhookRoom":
|
||||||
|
return "눈물에 잠긴 낚시터";
|
||||||
|
|
||||||
case "Gepto first":
|
case "Gepto first":
|
||||||
return "제페토";
|
return "제페토의 작업실";
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return sceneName;
|
return sceneName;
|
||||||
|
|||||||
Reference in New Issue
Block a user