From ccd12dc944ced0b10403694148b66bccb4cd6aec Mon Sep 17 00:00:00 2001 From: entar Date: Tue, 10 Jun 2025 10:12:01 +0700 Subject: [PATCH] Update Creating Characters --- Creating-Characters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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