diff options
author | Reid <reidyaro@gmail.com> | 2012-04-18 22:24:46 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-04-18 22:24:46 +0200 |
commit | fbfbc857125814484026439314015ddeb1e88b53 (patch) | |
tree | bc8d6a32b13fbb0a9e1266e2930f63f6bbc83c29 /npcs.xml | |
parent | 4aa127d38c2f4589d02fe036da63a3f0c6695341 (diff) | |
download | clientdata-fbfbc857125814484026439314015ddeb1e88b53.tar.gz clientdata-fbfbc857125814484026439314015ddeb1e88b53.tar.bz2 clientdata-fbfbc857125814484026439314015ddeb1e88b53.tar.xz clientdata-fbfbc857125814484026439314015ddeb1e88b53.zip |
Add new particle effect from Ali-G,
Remove useless particle effect,
Add new savepoint NPC on npcs.xml .
Diffstat (limited to 'npcs.xml')
-rw-r--r-- | npcs.xml | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -73,9 +73,26 @@ 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> + </npc> <npc id="999"> <!-- blank NPC --> </npc> + </npcs> <!-- Pad & Reid's work .. November 2010 --> <!-- Reid's wipe and redo .. April 2011 --> |