summaryrefslogtreecommitdiff
path: root/npcs.xml
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-04-30 17:21:43 +0200
committerReid <reidyaro@gmail.com>2012-04-30 17:21:43 +0200
commit0c1c198184bed808eed434915d5649a82a79f92a (patch)
tree047a516144bc5b87bb9917cf49295031ea930780 /npcs.xml
parent07db69750dd5da610edcef41e36c973aa2dbad39 (diff)
downloadclientdata-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.xml26
1 files changed, 13 insertions, 13 deletions
diff --git a/npcs.xml b/npcs.xml
index 816cfd10..009160a5 100644
--- a/npcs.xml
+++ b/npcs.xml
@@ -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>