diff options
author | Alige <aligetmw@hotmail.fr> | 2012-06-04 13:55:36 +0200 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-06-04 13:55:36 +0200 |
commit | cf4a7823c38bdeff5d9d0c0a8e08b4540f6555f2 (patch) | |
tree | 15ca253d6cebbe788c002ca30e25c5c99fdaf022 /npcs.xml | |
parent | 4de5580e0d1ea408d7231499d5514cc61ee21eea (diff) | |
download | clientdata-cf4a7823c38bdeff5d9d0c0a8e08b4540f6555f2.tar.gz clientdata-cf4a7823c38bdeff5d9d0c0a8e08b4540f6555f2.tar.bz2 clientdata-cf4a7823c38bdeff5d9d0c0a8e08b4540f6555f2.tar.xz clientdata-cf4a7823c38bdeff5d9d0c0a8e08b4540f6555f2.zip |
Fixed location of savepoint and highlight xml files in effects.xml and npcs.xml.
Diffstat (limited to 'npcs.xml')
-rw-r--r-- | npcs.xml | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -110,19 +110,19 @@ IDs 990-999 = Special <!-- Special NPCs --> <npc id="900"> <!-- Savepoint, 32x32. --> - <particlefx>graphics/particles/savepoint/savepoint-32x32.xml</particlefx> + <particlefx>graphics/particles/savepoint-32x32.xml</particlefx> </npc> <!-- WIP <npc id="901"> Savepoint, 32x64. - <particlefx>graphics/particles/savepoint/savepoint-32x64.xml</particlefx> + <particlefx>graphics/particles/savepoint-32x64.xml</particlefx> </npc>--> <!-- WIP <npc id="902"> Savepoint, 64x32. - <particlefx>graphics/particles/savepoint/savepoint-64x32.xml</particlefx> + <particlefx>graphics/particles/savepoint-64x32.xml</particlefx> </npc>--> <!-- WIP <npc id="903"> Savepoint, 64x64. - <particlefx>graphics/particles/savepoint/savepoint-64x64.xml</particlefx> + <particlefx>graphics/particles/savepoint-64x64.xml</particlefx> </npc>--> <npc id="904"> <!-- Left Hammock --> @@ -135,7 +135,7 @@ IDs 990-999 = Special <npc id="906"> <!-- Left Hammock, with particles. --> <sprite>npcs/xml/hammock-animated1.xml</sprite> - <particlefx>graphics/particles/savepoint/savepoint-32x32.xml</particlefx> + <particlefx>graphics/particles/savepoint-32x32.xml</particlefx> </npc> <npc id="999"> <!-- Invisible --> @@ -147,4 +147,4 @@ IDs 990-999 = Special <!-- Reid's re-management of the shape - May 2011 --> <!-- Reid's wipe - November 2011 --> <!-- Reid's Beta 1 release - December 2011 --> -<!-- Reid's Beta 2 release - May 2012 --> +<!-- Reid's Beta 2 release - June 2012 --> |