From 94c6d71bdef62ad65d755491f665e71a33600988 Mon Sep 17 00:00:00 2001 From: wcko87 Date: Mon, 11 Sep 2017 23:35:20 +0800 Subject: [PATCH] Update index.md --- index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index 6946414..a48eeef 100644 --- a/index.md +++ b/index.md @@ -56,11 +56,11 @@ The following guides will help you get started with map editing. # Frequently Asked Questions -##### Q: When I load a map in Tiled, I can't see any tiles at all! All I see are a bunch of numbers. +#### Q: When I load a map in Tiled, I can't see any tiles at all! All I see are a bunch of numbers. A: This happens when you don't put the tileset files in the same directory as the .json file. If your .json file is in `s2_editable_maps`, you should place the tileset files in `s2_editable_maps` as well. -##### Q: I get a conversion error when I try to convert my .json map back into a .map file. What happened? +#### Q: I get a conversion error when I try to convert my .json map back into a .map file. What happened? A: A conversion error happens when you do something in Tiled that is not valid in Rabi-Ribi. I suggest reading the [Important Notes when working with the Map Editor](#important-notes-when-working-with-the-map-editor) to find out what you should and should not do in Tiled.