diff options
author | Reid <reidyaro@gmail.com> | 2012-05-03 03:28:40 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-05-03 03:28:40 +0200 |
commit | be132edc64b671f1ece43834f4a3938be9369459 (patch) | |
tree | 1a6251b5fa57e8d569a0f58dc650c67091ea25f1 /npcs.xml | |
parent | 23e5d18418f7cd4f406e4ffb2e7163db29d640bb (diff) | |
download | clientdata-be132edc64b671f1ece43834f4a3938be9369459.tar.gz clientdata-be132edc64b671f1ece43834f4a3938be9369459.tar.bz2 clientdata-be132edc64b671f1ece43834f4a3938be9369459.tar.xz clientdata-be132edc64b671f1ece43834f4a3938be9369459.zip |
Add animated NPC hammock test file and atribute ID 904 and 905,
Remove one hammock from 000-2-1 map,
Diffstat (limited to 'npcs.xml')
-rw-r--r-- | npcs.xml | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -94,6 +94,14 @@ IDs 990-999 = Special Savepoint, 64x64. <particlefx>graphics/particles/savepoint/savepoint-64x64.xml</particlefx> </npc> --> + <npc id="904"> + <!-- Left hammock. --> + <sprite>npcs/XML/animated_hammock1.xml</sprite> + </npc> + <npc id="905"> + <!-- Right hammock. --> + <sprite>npcs/XML/animated_hammock2.xml</sprite> + </npc> <npc id="999"> <!-- blank NPC --> </npc> |