change the default select anim according to zookeeper's specs

This commit is contained in:
Jérémy Rosen 2007-11-04 21:45:56 +00:00
parent cc9441eb6f
commit 6b21fec820

View file

@ -284,7 +284,7 @@ void unit_animation::initialize_anims( std::vector<unit_animation> & animations,
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");