编辑器
This commit is contained in:
@@ -120,7 +120,10 @@ public class SceneArea : MonoBehaviour
|
||||
|
||||
break;
|
||||
case EditCellType.TeleportCell:
|
||||
|
||||
if(baseItem is UITeleportItem teleportItem)
|
||||
{
|
||||
transform.Find("Txt").GetComponent<TextMeshPro>().text = "map:" + teleportItem.txtNextMapID.text;
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user