From 88ff737db1fcadbeae696224041421071f65ab31 Mon Sep 17 00:00:00 2001 From: entar Date: Mon, 11 Aug 2025 15:20:44 +0700 Subject: [PATCH] Update Creating Characters --- Creating-Characters.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Creating-Characters.md b/Creating-Characters.md index 44b1d1b..3e3fdd4 100644 --- a/Creating-Characters.md +++ b/Creating-Characters.md @@ -1,13 +1,11 @@ # Creating a character -Unfortunately this engine doesn't have a character editor either. Though! Not everything from Psych Engine or any other engine works here. +Unfortunately this engine doesn't have a character editor either. Though! Most of the stuff here is from Psych < 1.0. First of all, of cource you need a spritesheet and a XML file provided with it. -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 .xml ## Adding a character to a chart