-
Notifications
You must be signed in to change notification settings - Fork 38
Map Making
bobsayshilol edited this page Mar 27, 2014
·
1 revision
Make the map. This bit is the hardest.
Add a Plane
with the tag LevelSpawn
where you want the players to spawn. This marks out an area in which players will spawn randomly.
Add a GameObject
with the tag LevelBottom
at the lowest point on your map - ie the point at which you want players to be reset back to the spawn. This object can be as small as you want since the game only relies on the height of the object and not what it looks like. For demonstration purposes I have made it look like a large plane under the map in level_full
.
Add a line to config.xml
with your level name in the format <Map>my_level_name</Map>
.
And that's it. You have now made and added your map to the game.