Week Character
Similar to a character, we gotta make a xml to have him displaying nicely. The folder this time is ./data/weeks/characters/
.
XML, The How
<char scale="1" x="0" y="0" sprite="menus/storymenu/characters/my-character">
This time it's something more simple. The only node we have here is the "parent" one — <char>
.
The options available are:
scale
, which scaling to apply to the character. Has a default of 1 when excluded.x
, X offset. Defaults to 0.y
, Y offset. Also defaults to 0.sprite
, which spritesheet to use for the character. When excluded, it defaults tomenus/storymenu/characters/
+ the xml filename.
Written by: BerGP
Last updated: 2025-02-09