21 lines
588 B
XML
21 lines
588 B
XML
|
<!--
|
||
|
** Taken from the nicalis sample mod:
|
||
|
** http://steamcommunity.com/sharedfiles/filedetails/?id=838994644
|
||
|
-->
|
||
|
<players root="gfx/characters/costumes/"
|
||
|
portraitroot="gfx/ui/boss/"
|
||
|
nameimageroot="gfx/ui/boss/"
|
||
|
bigportraitroot="gfx/ui/stage/">
|
||
|
<player name="Ariel"
|
||
|
id="1"
|
||
|
skin="ariel/base.png"
|
||
|
hp="1" black="3"
|
||
|
items="23"
|
||
|
key = "1"
|
||
|
nameimage="PlayerName_01_Ariel.png"
|
||
|
portrait="PlayerPortrait_01_Ariel.png"
|
||
|
bigportrait="PlayerPortraitBig_01_Ariel.png"
|
||
|
skinColor="-1"
|
||
|
/>
|
||
|
</players>
|