彻底换一下
This commit is contained in:
@@ -53,7 +53,7 @@ public class UITriggerPanel : MonoBehaviour
|
||||
item.txtRadius.text = t.radius.ToString();
|
||||
item.txtEvent.text = t.eventId.ToString();
|
||||
item.dropMode.value = (int)t.mode;
|
||||
MapManager.Instance.CreateSpecialPoint(t.pos.x, t.pos.y, MapManager.EditCellType.TriggerCell);
|
||||
MapManager.Instance.CreateSpecialPoint(t.pos, item);
|
||||
}
|
||||
|
||||
public void SaveTriggersConfig()
|
||||
|
||||
Reference in New Issue
Block a user