From 4dcc867840e4916c219e3740a38212aa8b56b773 Mon Sep 17 00:00:00 2001 From: Big Bad Waffle Date: Sun, 26 Feb 2017 13:09:14 +0000 Subject: [PATCH] Updated headings --- howto-build-map.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/howto-build-map.md b/howto-build-map.md index 3e9ff89..38ec597 100644 --- a/howto-build-map.md +++ b/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.