Updated headings

master
Big Bad Waffle 7 years ago
parent
commit
4dcc867840
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      howto-build-map.md

+ 4
- 4
howto-build-map.md

@@ -1,15 +1,15 @@
**How to build a map**
### How to build a map

**What you'll need**
##### What you'll need
* The [Tiled](http://www.mapeditor.org/download.html) map editor
* A text editor like [Sublime Text](https://www.sublimetext.com/), [Atom](https://atom.io/) or [VS Code](https://code.visualstudio.com/). Notepad could work too but let's not make it harder for ourselves?

**Prep**
##### Prep
* Create a new folder in `server/config/maps`. The folder should't contain spaces and should ideally be your map name. For instance: `plainsOfRuin`.
* Download the map blueprint from [here]().
* Extract the zipped archive into your new map folder. You should now have `server/config/maps/{yourMap}/map.json`.

**The Map File**
##### The Map File

Open the `map.json` file in Tiled.



Loading…
Cancel
Save