Author: boucman
Date: Sun Nov  4 22:45:56 2007
New Revision: 21497

URL: http://svn.gna.org/viewcvs/wesnoth?rev=21497&view=rev
Log:
change the default select anim according to zookeeper's specs

Modified:
    trunk/src/unit_animation.cpp

Modified: trunk/src/unit_animation.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/unit_animation.cpp?rev=21497&r1=21496&r2=21497&view=diff
==============================================================================
--- trunk/src/unit_animation.cpp (original)
+++ trunk/src/unit_animation.cpp Sun Nov  4 22:45:56 2007
@@ -284,7 +284,7 @@
        for(anim_itor = parsed_animations.begin(); anim_itor != 
parsed_animations.end(); ++anim_itor) {
                animations.push_back(unit_animation(**anim_itor));
        }
-       
animations.push_back(unit_animation(0,unit_frame(image::locator(cfg["image"]),100,"","",display::rgb(255,255,255),"0.1"),"selected",unit_animation::DEFAULT_ANIM));
+       
animations.push_back(unit_animation(0,unit_frame(image::locator(cfg["image"]),300,"","",display::rgb(255,255,255),"0.0~0.6:100,0.6~0.0:200"),"selected",unit_animation::DEFAULT_ANIM));
 
 
        expanded_cfg = unit_animation::prepare_animation(cfg,"leading_anim");


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to