diff options
author | Reid <reidyaro@gmail.com> | 2012-04-30 17:21:43 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-04-30 17:21:43 +0200 |
commit | 0c1c198184bed808eed434915d5649a82a79f92a (patch) | |
tree | 047a516144bc5b87bb9917cf49295031ea930780 /npcs.xml | |
parent | 07db69750dd5da610edcef41e36c973aa2dbad39 (diff) | |
download | clientdata-0c1c198184bed808eed434915d5649a82a79f92a.tar.gz clientdata-0c1c198184bed808eed434915d5649a82a79f92a.tar.bz2 clientdata-0c1c198184bed808eed434915d5649a82a79f92a.tar.xz clientdata-0c1c198184bed808eed434915d5649a82a79f92a.zip |
Change savepoints particle effects,
Add fake collision on 000-2-1 map,
Comment WIP NPC on npcs.xml .
Diffstat (limited to 'npcs.xml')
-rw-r--r-- | npcs.xml | 26 |
1 files changed, 13 insertions, 13 deletions
@@ -80,20 +80,20 @@ IDs 990-999 = Special <!-- Special NPCs --> <npc id="900"> <!-- Savepoint, 32x32. --> - <particlefx>graphics/particles/savepoint-32x32.xml</particlefx> - </npc> - <npc id="901"> - <!-- Savepoint, 32x64. --> - <particlefx>graphics/particles/savepoint-32x64.xml</particlefx> - </npc> - <npc id="902"> - <!-- Savepoint, 64x32. --> - <particlefx>graphics/particles/savepoint-64x32.xml</particlefx> - </npc> - <npc id="903"> - <!-- Savepoint, 64x64. --> - <particlefx>graphics/particles/savepoint-64x64.xml</particlefx> + <particlefx>graphics/particles/savepoint/savepoint-32x32.xml</particlefx> </npc> +<!-- WIP <npc id="901"> + Savepoint, 32x64. + <particlefx>graphics/particles/savepoint/savepoint-32x64.xml</particlefx> + </npc>--> +<!-- WIP <npc id="902"> + Savepoint, 64x32. + <particlefx>graphics/particles/savepoint/savepoint-64x32.xml</particlefx> + </npc>--> +<!-- WIP <npc id="903"> + Savepoint, 64x64. + <particlefx>graphics/particles/savepoint/savepoint-64x64.xml</particlefx> + </npc> --> <npc id="999"> <!-- blank NPC --> </npc> |