编辑器

This commit is contained in:
tangbin
2025-11-18 10:11:56 +08:00
parent 841a08f40e
commit 5af3e15719
89 changed files with 6430 additions and 19 deletions

View File

@@ -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;
}
}