diff options
author | nmaligec <wouldnot@hotmail.com> | 2011-01-29 07:16:30 -0500 |
---|---|---|
committer | nmaligec <wouldnot@hotmail.com> | 2011-01-29 07:16:30 -0500 |
commit | 4e4596888ba61cbd9d4e26c555abe1093935d792 (patch) | |
tree | 80d06ba47ec9d91eff254db1ae2d6310a9926404 /graphics | |
parent | 5372a464c0c12a48d732e7667ed6008712a8e472 (diff) | |
download | clientdata-4e4596888ba61cbd9d4e26c555abe1093935d792.tar.gz clientdata-4e4596888ba61cbd9d4e26c555abe1093935d792.tar.bz2 clientdata-4e4596888ba61cbd9d4e26c555abe1093935d792.tar.xz clientdata-4e4596888ba61cbd9d4e26c555abe1093935d792.zip |
Second last commit: updates to the crypt map, tileset and misc graphics.
deleted debugroom map.
Diffstat (limited to 'graphics')
21 files changed, 44 insertions, 18 deletions
diff --git a/graphics/items/use-food-juice.png b/graphics/items/use-food-juice.png Binary files differindex f4a3288a..b21e7ce2 100755 --- a/graphics/items/use-food-juice.png +++ b/graphics/items/use-food-juice.png diff --git a/graphics/items/use-food-skull-mug.png b/graphics/items/use-food-skull-mug.png Binary files differindex 83d781f1..7ca071fe 100755 --- a/graphics/items/use-food-skull-mug.png +++ b/graphics/items/use-food-skull-mug.png diff --git a/graphics/items/use-food-snapple.png b/graphics/items/use-food-snapple.png Binary files differindex 445cecd2..d5502c50 100755 --- a/graphics/items/use-food-snapple.png +++ b/graphics/items/use-food-snapple.png diff --git a/graphics/items/use-food-zombie-nachos.png b/graphics/items/use-food-zombie-nachos.png Binary files differindex a96716b2..5049dec8 100755 --- a/graphics/items/use-food-zombie-nachos.png +++ b/graphics/items/use-food-zombie-nachos.png diff --git a/graphics/particles/casket-lid.xml b/graphics/particles/casket-lid.xml index a737fd6c..b5b353b9 100755 --- a/graphics/particles/casket-lid.xml +++ b/graphics/particles/casket-lid.xml @@ -2,16 +2,16 @@ <effect> <!-- The lid opening portion of the casket trap--> - <particle position-x="0" position-y="0" position-z="43" lifetime="110"> + <particle position-x="0" position-y="0" position-z="43" lifetime="80"> <emitter> <property name="position-y" value="37" /> - <property name="lifetime" value="110"/> + <property name="lifetime" value="80"/> <property name="output" value="1"/> - <property name="output-pause" value="15"/> + <property name="output-pause" value="12"/> <animation imageset="graphics/particles/casket-trap_96x96.png" width="96" height="96"> - <frame index="11" delay="100"/> - <frame index="12" delay="900"/> - <frame index="11" delay="100"/> + <frame index="10" delay="250"/> + <frame index="11" delay="400"/> + <frame index="10" delay="150"/> </animation> </emitter> </particle> diff --git a/graphics/particles/casket-monster.xml b/graphics/particles/casket-monster.xml index 8511851d..68e52dee 100755 --- a/graphics/particles/casket-monster.xml +++ b/graphics/particles/casket-monster.xml @@ -2,15 +2,18 @@ <effect> <!-- The monster portion of the casket trap--> - <particle position-x="100" position-y="0" position-z="97" lifetime="110"> + <particle position-x="100" position-y="0" position-z="97" lifetime="80"> <emitter> <property name="position-y" value="114" /> - <property name="lifetime" value="110"/> + <property name="lifetime" value="80"/> <property name="output" value="1"/> - <property name="output-pause" value="15"/> + <property name="output-pause" value="12"/> <animation imageset="graphics/particles/casket-trap_96x96.png" width="96" height="96"> - <sequence start="0" end="9" delay="100" /> - <frame index="0" delay="100"/> + <frame index="0" delay="250"/> + <sequence start="1" end="3" delay="70" /> + <frame index="4" delay="120"/> + <frame index="1" delay="70"/> + <frame index="0" delay="150"/> </animation> </emitter> </particle> diff --git a/graphics/particles/casket-trap_96x96.png b/graphics/particles/casket-trap_96x96.png Binary files differindex 7839fbe8..ffba9984 100755 --- a/graphics/particles/casket-trap_96x96.png +++ b/graphics/particles/casket-trap_96x96.png diff --git a/graphics/particles/gate-opening.xml b/graphics/particles/gate-opening.xml index 7292bf4d..26d82882 100755 --- a/graphics/particles/gate-opening.xml +++ b/graphics/particles/gate-opening.xml @@ -4,8 +4,8 @@ <!-- The gate opening animation --> <particle position-x="0" position-y="0" position-z="32"> <animation imageset="graphics/sprites/npcs/npc-gate_224x192.png" width="224" height="192"> - <sequence start="0" end="2" delay="100" /> - <frame index="3" /> + <sequence start="0" end="4" delay="100" /> + <frame index="5" /> </animation> </particle> </effect> diff --git a/graphics/particles/pool-horiz-2.xml b/graphics/particles/pool-horiz-2.xml new file mode 100755 index 00000000..4b909ce4 --- /dev/null +++ b/graphics/particles/pool-horiz-2.xml @@ -0,0 +1,11 @@ +<?xml version="1.0"?> + +<effect> + <!-- The gate opening animation --> + <particle position-x="16" position-y="0" position-z="44"> + <animation imageset="graphics/particles/pool_65x27.particle.png" width="65" height="27"> + <sequence start="3" end="7" delay="235" /> + <sequence start="0" end="2" delay="235" /> + </animation> + </particle> +</effect> diff --git a/graphics/particles/pool-horiz.xml b/graphics/particles/pool-horiz.xml index 80a5c31d..617f5594 100755 --- a/graphics/particles/pool-horiz.xml +++ b/graphics/particles/pool-horiz.xml @@ -3,8 +3,8 @@ <effect> <!-- The gate opening animation --> <particle position-x="16" position-y="0" position-z="44"> - <animation imageset="graphics/particles/pool_65x26.particle.png" width="65" height="26"> - <sequence start="0" end="3" delay="400" /> + <animation imageset="graphics/particles/pool_65x27.particle.png" width="65" height="27"> + <sequence start="0" end="7" delay="235" /> </animation> </particle> </effect> diff --git a/graphics/particles/pool-vert-2.xml b/graphics/particles/pool-vert-2.xml new file mode 100755 index 00000000..f8aff50c --- /dev/null +++ b/graphics/particles/pool-vert-2.xml @@ -0,0 +1,11 @@ +<?xml version="1.0"?> + +<effect> + <!-- The gate opening animation --> + <particle position-x="0" position-y="0" position-z="60"> + <animation imageset="graphics/particles/pool_32x59.particle.png" width="32" height="59"> + <sequence start="4" end="7" delay="235" /> + <sequence start="0" end="3" delay="235" /> + </animation> + </particle> +</effect> diff --git a/graphics/particles/pool-vert.xml b/graphics/particles/pool-vert.xml index 6be72a1c..575068d4 100755 --- a/graphics/particles/pool-vert.xml +++ b/graphics/particles/pool-vert.xml @@ -3,8 +3,9 @@ <effect> <!-- The gate opening animation --> <particle position-x="0" position-y="0" position-z="60"> - <animation imageset="graphics/particles/pool_32x58.particle.png" width="32" height="58"> - <sequence start="0" end="3" delay="400" /> + <animation imageset="graphics/particles/pool_32x59.particle.png" width="32" height="59"> + <sequence start="2" end="7" delay="235" /> + <sequence start="0" end="1" delay="235" /> </animation> </particle> </effect> diff --git a/graphics/particles/pool_32x58.particle.png b/graphics/particles/pool_32x58.particle.png Binary files differdeleted file mode 100755 index ba7e13b4..00000000 --- a/graphics/particles/pool_32x58.particle.png +++ /dev/null diff --git a/graphics/particles/pool_32x59.particle.png b/graphics/particles/pool_32x59.particle.png Binary files differnew file mode 100755 index 00000000..ad362139 --- /dev/null +++ b/graphics/particles/pool_32x59.particle.png diff --git a/graphics/particles/pool_65x26.particle.png b/graphics/particles/pool_65x26.particle.png Binary files differdeleted file mode 100755 index 0be73c63..00000000 --- a/graphics/particles/pool_65x26.particle.png +++ /dev/null diff --git a/graphics/particles/pool_65x27.particle.png b/graphics/particles/pool_65x27.particle.png Binary files differnew file mode 100755 index 00000000..299e4f25 --- /dev/null +++ b/graphics/particles/pool_65x27.particle.png diff --git a/graphics/sprites/npcs/npc-gate-open.xml b/graphics/sprites/npcs/npc-gate-open.xml index 893f5dbf..6445c4fd 100755 --- a/graphics/sprites/npcs/npc-gate-open.xml +++ b/graphics/sprites/npcs/npc-gate-open.xml @@ -4,7 +4,7 @@ <action name="stand" imageset="base"> <animation direction="default"> <!-- Open gate --> - <frame index="3" /> + <frame index="5" /> </animation> </action> </sprite> diff --git a/graphics/sprites/npcs/npc-gate_224x192.png b/graphics/sprites/npcs/npc-gate_224x192.png Binary files differindex 81800b78..6fcbfd8c 100755 --- a/graphics/sprites/npcs/npc-gate_224x192.png +++ b/graphics/sprites/npcs/npc-gate_224x192.png diff --git a/graphics/tiles/Crypt-Blockwall.png b/graphics/tiles/Crypt-Blockwall.png Binary files differindex ec7b3949..befef9d3 100644 --- a/graphics/tiles/Crypt-Blockwall.png +++ b/graphics/tiles/Crypt-Blockwall.png diff --git a/graphics/tiles/Crypt-Fringe.png b/graphics/tiles/Crypt-Fringe.png Binary files differindex 9389469e..1ae63a5b 100644 --- a/graphics/tiles/Crypt-Fringe.png +++ b/graphics/tiles/Crypt-Fringe.png diff --git a/graphics/tiles/Crypt-Fringe_x3.png b/graphics/tiles/Crypt-Fringe_x3.png Binary files differindex e803c6a2..90911abd 100644 --- a/graphics/tiles/Crypt-Fringe_x3.png +++ b/graphics/tiles/Crypt-Fringe_x3.png |