新改动
This commit is contained in:
@@ -54,7 +54,7 @@ public class UITeleportPanel : MonoBehaviour
|
||||
item.txtPos.text = $"{pos.x},{pos.y}";
|
||||
item.txtNextMapID.text = nextMapId.ToString();
|
||||
item.txtNextMapPos.text = $"{newMapPos.x},{newMapPos.y}";
|
||||
item.editCellType = MapManager.EditCellType.TriggerCell;
|
||||
item.editCellType = MapManager.EditCellType.TeleportCell;
|
||||
MapManager.Instance.CreateSpecialPoint(pos, item);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user