summaryrefslogblamecommitdiff
path: root/client/assets/npcs.xml
blob: 3238114741dca7278a8b090cc5de0db09d7601d0 (plain) (tree)



















                                                            
<?xml version="1.0" encoding="UTF-8"?>
<npcs>
    <images>
        <img imgid='1' src='/client/assets/npcs/generic.png'
            width='128' 
            height='128'
            tileWidth='32' 
            tileHeight='32' />
        <img imgid='2' src='/client/assets/npcs/humans.png'
            width='128' 
            height='128'
            tileWidth='32' 
            tileHeight='64' />
    </images>

    <npc id='0' >#hidden</npc>
    <npc id='1' imgid='1' index='0'>Chest</npc>
    <npc id='2' imgid='2' index='0'>Girl 1</npc>
    <npc id='3' imgid='2' index='1'>Boy 1</npc>
</npcs>