diff options
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> |