dd
This commit is contained in:
@@ -78,7 +78,11 @@ public class UIMonsterItem : MonoBehaviour
|
||||
MapManager.Instance.CreateSpecialPoint(monster.pos.x, monster.pos.y, MapManager.EditCellType.MonsterArea);
|
||||
MapManager.Instance.SetCurMonsterPathIdx(pathIdx);
|
||||
}
|
||||
|
||||
public void RefreshPos(Vector2Int newPos)
|
||||
{
|
||||
monster.pos = newPos;
|
||||
txtPos.text = newPos.ToString() ;
|
||||
}
|
||||
public void RefreshItem()
|
||||
{
|
||||
txtMonsterID.text = monster.id.ToString();
|
||||
|
||||
Reference in New Issue
Block a user