彻底换一下

This commit is contained in:
tangbin
2025-07-18 22:28:40 +08:00
parent 66ed22e5e5
commit 95aec74d37
2275 changed files with 3034 additions and 140925 deletions

View File

@@ -58,7 +58,7 @@ public class UIFuBensPanel : MonoBehaviour
item.txtTime.text = monster.delayTime.ToString();
MapManager.Instance.SetCurFuBenCenterPoint(monster.order, monster.radius, monster.monsterId, monster.num);
MapManager.Instance.CreateSpecialPoint(monster.pos.x, monster.pos.y, MapManager.EditCellType.FuBenArea);
MapManager.Instance.CreateSpecialPoint(monster.pos, item);
}