summaryrefslogtreecommitdiff
path: root/client/assets/npcs.xml
blob: 3238114741dca7278a8b090cc5de0db09d7601d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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>