summaryrefslogtreecommitdiff
path: root/client/assets/npcs.xml
diff options
context:
space:
mode:
authorjak1 <mike.wollmann@gmail.com>2021-08-01 17:02:17 +0200
committerjak1 <mike.wollmann@gmail.com>2021-08-01 17:02:17 +0200
commita8fb9c3e5ca4e089b8161b0e0f0150c1100d68c3 (patch)
treeb3eb94b0ff4cd3792fcebb8b34e0e7192d0c7b50 /client/assets/npcs.xml
parentc9bdbee1b58b8530b6508ea705d5b9fd9a17f627 (diff)
downloadthepixelworld-a8fb9c3e5ca4e089b8161b0e0f0150c1100d68c3.tar.gz
thepixelworld-a8fb9c3e5ca4e089b8161b0e0f0150c1100d68c3.tar.bz2
thepixelworld-a8fb9c3e5ca4e089b8161b0e0f0150c1100d68c3.tar.xz
thepixelworld-a8fb9c3e5ca4e089b8161b0e0f0150c1100d68c3.zip
added some more features, and fixed some bugs (was to lazy to commit every change *hides)
Diffstat (limited to 'client/assets/npcs.xml')
-rw-r--r--client/assets/npcs.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/client/assets/npcs.xml b/client/assets/npcs.xml
new file mode 100644
index 0000000..3238114
--- /dev/null
+++ b/client/assets/npcs.xml
@@ -0,0 +1,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> \ No newline at end of file