彻底换一下
This commit is contained in:
@@ -49,7 +49,7 @@ public class UIAudioTriggerPanel : MonoBehaviour
|
||||
item.txtPos.text = $"{pos.x},{pos.y}";
|
||||
item.txtRadius.text = radius.ToString();
|
||||
item.txtName.text = name;
|
||||
MapManager.Instance.CreateSpecialPoint(pos.x, pos.y, MapManager.EditCellType.AudioTrigger);
|
||||
MapManager.Instance.CreateSpecialPoint(pos, item);
|
||||
}
|
||||
|
||||
public void RemoveAll()
|
||||
|
||||
Reference in New Issue
Block a user