Update Making Maps authored by Gregory Neibert's avatar Gregory Neibert
......@@ -60,11 +60,11 @@ To select the correct format, while the map is open in Tiled, click 'Map' and th
Next, make sure the Tile Layer Format is saved as csv. If it is not, change it.
While here, confirm that the "Infinite" option is NOT selected.
<p align="center">
<img src="https://i.imgur.com/22GfSPq.png"/>
</p>
While here, confirm that the "Infinite" option is NOT selected.
## Adding to the Game
Once you are done with your map, it should be saved into the GameServer's /maps folder. The map must be added into the ServersForTest.java class in GameShared, making sure to increment the port number. Finally a new run configuration must be created to run the new server (Make sure to add this run config to the wiki).
\ No newline at end of file