diff --git a/Creating-Characters.md b/Creating-Characters.md index ee68c32..262c55e 100644 --- a/Creating-Characters.md +++ b/Creating-Characters.md @@ -7,7 +7,7 @@ This engine can't convert XML itself, so instead we use JSON. You need to convert the XML file to .json using a [website](https://jsonformatter.org/xml-to-json) You can place your character sprites wherever you want, just make sure "image" in character.json points to both files. (They have different extensions but the same name so it should look like -> "image": "sprites/characters/bfCar" -- No .png or .json +- `"image": "sprites/characters/bfCar"` -- No .png or .json ## Adding a character to a chart