|
From: <cro...@li...> - 2003-03-30 05:46:59
|
Module Name: arch Committed By: mwedel Date: Sun Mar 30 05:46:58 UTC 2003 Modified Files: arch/magic/Fire: firebolt.base.111.png firebolt.base.121.png firebolt.base.131.png firebolt.base.141.png firebolt.base.151.png firebolt.base.161.png firebolt.base.171.png firebolt.base.181.png arch/player/old: barbarian.arc cleric.arc dwarf_p.arc elf.arc halfling.arc human.arc mage.arc monk.arc ninja.arc priest.arc swashbuckl.arc thief.arc viking.arc warrior.arc wizard.arc wraithp.arc arch/player/race: elf.arc Log Message: Fix transperancies of firebolts as per Bernd Edlers comments. This doesn't effect display on new clients, but may make things work better for systems with old png libraries. Update the old player archetypes to contain proper animation information. Update the elf arch to demonstrate a 4 direction animated elf player - only one of the directions is actually animated. MSW 2003-03-30 Start of context diffs Index: arch/magic/Fire/firebolt.base.111.png Index: arch/player/old/barbarian.arc diff -c arch/player/old/barbarian.arc:1.3 arch/player/old/barbarian.arc:1.4 *** arch/player/old/barbarian.arc:1.3 Mon Jul 15 22:02:59 2002 --- arch/player/old/barbarian.arc Sat Mar 29 21:46:57 2003 *************** *** 8,13 **** --- 8,14 ---- barbarian.131 barbarian.151 barbarian.171 + facings 4 mina is_animated 0 type 37 Index: arch/player/old/wraithp.arc diff -c arch/player/old/wraithp.arc:1.4 arch/player/old/wraithp.arc:1.5 *** arch/player/old/wraithp.arc:1.4 Mon Jul 15 22:02:59 2002 --- arch/player/old/wraithp.arc Sat Mar 29 21:46:57 2003 *************** *** 9,14 **** --- 9,15 ---- wraithp.131 wraithp.151 wraithp.171 + facings 4 mina is_animated 0 type 37 Index: arch/player/race/elf.arc diff -c arch/player/race/elf.arc:1.4 arch/player/race/elf.arc:1.5 *** arch/player/race/elf.arc:1.4 Tue Mar 18 23:44:31 2003 --- arch/player/race/elf.arc Sat Mar 29 21:46:57 2003 *************** *** 22,33 **** endmsg anim elf.111 elf.131 elf.151 elf.171 facings 4 mina ! is_animated 0 type 1 level 1 ac 10 --- 22,37 ---- endmsg anim elf.111 + elf.111 + elf.131 elf.131 elf.151 + elf.152 + elf.171 elf.171 facings 4 mina ! is_animated 1 type 1 level 1 ac 10 |