Commit 676b99b9 authored by 18신대성's avatar 18신대성

골플로어 안보이는 버그 수정

parent 70efe1e5
......@@ -108,6 +108,7 @@ public class Map : MonoBehaviour
public void SetGoalFloor(Vector2Int pos)
{
GetFloorAtPos(pos).isGoalFloor = true;
GetFloorAtPos(pos).RefreshGoal();
if (GameManager.aFloor >= 0) clearConditions[GameManager.aFloor].IsDone(0, 1);
}
/// <summary>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment