Author: mordante
Date: Sat Jul 12 20:15:04 2008
New Revision: 27942
URL: http://svn.gna.org/viewcvs/wesnoth?rev=27942&view=rev
Log:
Add the mirror key to the portraits and add the right side version of the
portraits.
Modified:
trunk/data/core/units/elves/Druid.cfg
trunk/data/core/units/elves/Shyde.cfg
trunk/data/core/units/humans/Mage_Arch.cfg
trunk/data/core/units/undead/Necro_Lich.cfg
Modified: trunk/data/core/units/elves/Druid.cfg
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/units/elves/Druid.cfg?rev=27942&r1=27941&r2=27942&view=diff
==============================================================================
--- trunk/data/core/units/elves/Druid.cfg (original)
+++ trunk/data/core/units/elves/Druid.cfg Sat Jul 12 20:15:04 2008
@@ -24,14 +24,28 @@
{ABILITY_CURES}
[/abilities]
[portrait]
- size=200
- side="left"
- image="portraits/Kitty/transparent/druid-large200.png"
+ size=200
+ side="left"
+ mirror="false"
+ image="portraits/Kitty/transparent/druid-large200.png"
[/portrait]
[portrait]
- size=400
- side="left"
- image="portraits/Kitty/transparent/druid-large400.png"
+ size=400
+ side="left"
+ mirror="false"
+ image="portraits/Kitty/transparent/druid-large400.png"
+ [/portrait]
+ [portrait]
+ size=200
+ side="right"
+ mirror="true"
+ image="portraits/Kitty/transparent/druid-large200.png"
+ [/portrait]
+ [portrait]
+ size=400
+ side="right"
+ mirror="true"
+ image="portraits/Kitty/transparent/druid-large400.png"
[/portrait]
[attack]
name=staff
Modified: trunk/data/core/units/elves/Shyde.cfg
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/units/elves/Shyde.cfg?rev=27942&r1=27941&r2=27942&view=diff
==============================================================================
--- trunk/data/core/units/elves/Shyde.cfg (original)
+++ trunk/data/core/units/elves/Shyde.cfg Sat Jul 12 20:15:04 2008
@@ -24,14 +24,28 @@
{ABILITY_CURES}
[/abilities]
[portrait]
- size=200
- side="left"
- image="portraits/Kitty/transparent/shyde-large200.png"
+ size=200
+ side="left"
+ mirror="false"
+ image="portraits/Kitty/transparent/shyde-large200.png"
[/portrait]
[portrait]
- size=400
- side="left"
- image="portraits/Kitty/transparent/shyde-large400.png"
+ size=400
+ side="left"
+ mirror="false"
+ image="portraits/Kitty/transparent/shyde-large400.png"
+ [/portrait]
+ [portrait]
+ size=200
+ side="right"
+ mirror="true"
+ image="portraits/Kitty/transparent/shyde-large200.png"
+ [/portrait]
+ [portrait]
+ size=400
+ side="right"
+ mirror="true"
+ image="portraits/Kitty/transparent/shyde-large400.png"
[/portrait]
[attack]
name=faerie touch
Modified: trunk/data/core/units/humans/Mage_Arch.cfg
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/units/humans/Mage_Arch.cfg?rev=27942&r1=27941&r2=27942&view=diff
==============================================================================
--- trunk/data/core/units/humans/Mage_Arch.cfg (original)
+++ trunk/data/core/units/humans/Mage_Arch.cfg Sat Jul 12 20:15:04 2008
@@ -121,16 +121,30 @@
profile="portraits/Kitty/human-mage-arch+female.png"
die_sound={SOUND_LIST:HUMAN_FEMALE_DIE}
{DEFENSE_ANIM "units/human-magi/arch-mage+female-defend.png"
"units/human-magi/arch-mage+female.png" {SOUND_LIST:HUMAN_FEMALE_HIT} }
- [portrait]
- size=200
- side="left"
- image="portraits/Kitty/transparent/arch-mage-large200.png"
- [/portrait]
- [portrait]
- size=400
- side="left"
- image="portraits/Kitty/transparent/arch-mage-large400.png"
- [/portrait]
+ [portrait]
+ size=200
+ side="left"
+ mirror="false"
+ image="portraits/Kitty/transparent/arch-mage-large200.png"
+ [/portrait]
+ [portrait]
+ size=400
+ side="left"
+ mirror="false"
+ image="portraits/Kitty/transparent/arch-mage-large400.png"
+ [/portrait]
+ [portrait]
+ size=200
+ side="right"
+ mirror="true"
+ image="portraits/Kitty/transparent/arch-mage-large200.png"
+ [/portrait]
+ [portrait]
+ size=400
+ side="right"
+ mirror="true"
+ image="portraits/Kitty/transparent/arch-mage-large400.png"
+ [/portrait]
[attack_anim]
[filter_attack]
name=fireball
Modified: trunk/data/core/units/undead/Necro_Lich.cfg
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/units/undead/Necro_Lich.cfg?rev=27942&r1=27941&r2=27942&view=diff
==============================================================================
--- trunk/data/core/units/undead/Necro_Lich.cfg (original)
+++ trunk/data/core/units/undead/Necro_Lich.cfg Sat Jul 12 20:15:04 2008
@@ -31,14 +31,28 @@
{ABILITY_SUBMERGE}
[/abilities]
[portrait]
- size=200
- side="left"
- image="portraits/Kitty/transparent/lich-large200.png"
- [/portrait]
- [portrait]
- size=400
- side="left"
- image="portraits/Kitty/transparent/lich-large400.png"
+ size=200
+ side="left"
+ mirror="false"
+ image="portraits/Kitty/transparent/lich-large200.png"
+ [/portrait]
+ [portrait]
+ size=400
+ side="left"
+ mirror="false"
+ image="portraits/Kitty/transparent/lich-large400.png"
+ [/portrait]
+ [portrait]
+ size=200
+ side="right"
+ mirror="true"
+ image="portraits/Kitty/transparent/lich-large200.png"
+ [/portrait]
+ [portrait]
+ size=400
+ side="right"
+ mirror="true"
+ image="portraits/Kitty/transparent/lich-large400.png"
[/portrait]
[attack]
name=touch
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits