Update Creating Characters

entar 2025-08-11 15:20:44 +07:00
parent 04777320e0
commit 88ff737db1

@ -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