Skip to content

Commit

Permalink
몬스터 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdwldns00 committed Mar 27, 2024
1 parent 0c52fe7 commit c9f7ffe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Assets/Scripts/MapFileConvertor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ public void GenerateFile()
data += "," + portalLinkNames[i];
}
}
data += "\nmonster=" + spawnMonsterName;
data += "\n[data]\nmap=" + GetMapData();

File.WriteAllText(tileSetting.outputPath + mapName + ".ini", data);
Expand Down

0 comments on commit c9f7ffe

Please sign in to comment.