moved DRAKE_FLYING_ANIM to deprecated-utils.cfg

This commit is contained in:
Severin Glöckner 2016-11-03 21:32:40 +01:00
parent b7ee27c8e7
commit 7d0ca75085
2 changed files with 34 additions and 34 deletions

View file

@ -232,40 +232,6 @@
[/filter]
#enddef
#define DRAKE_FLYING_ANIM STANDING_IMAGE FLYING_IMAGE
[standing_anim]
start_time=0
[filter]
[filter_location]
terrain_type=!,W*,Qx*,Ql*
[or]
terrain_type=Wwf,Wwr,*^V*
[/or]
[/filter_location]
[/filter]
[frame]
image={STANDING_IMAGE}:150
[/frame]
[/standing_anim]
[standing_anim]
start_time=0
layer=60
submerge=0.01
[filter]
[filter_location]
terrain_type=W*,Qx*,Ql*
[not]
terrain_type=Wwf,Wwr,*^V*
[/not]
[/filter_location]
[/filter]
[frame]
image={FLYING_IMAGE}:150
[/frame]
[/standing_anim]
#enddef
#define MISSILE_FRAME_WAIL
# Animate a projectile for a wail attack.
[if]

View file

@ -323,3 +323,37 @@ _"No gold carried over to the next scenario."#enddef
# wmlindent: opener "{FOREACH "
# wmlindent: closer "{NEXT "
#define DRAKE_FLYING_ANIM STANDING_IMAGE FLYING_IMAGE
[standing_anim]
start_time=0
[filter]
[filter_location]
terrain_type=!,W*,Qx*,Ql*
[or]
terrain_type=Wwf,Wwr,*^V*
[/or]
[/filter_location]
[/filter]
[frame]
image={STANDING_IMAGE}:150
[/frame]
[/standing_anim]
[standing_anim]
start_time=0
layer=60
submerge=0.01
[filter]
[filter_location]
terrain_type=W*,Qx*,Ql*
[not]
terrain_type=Wwf,Wwr,*^V*
[/not]
[/filter_location]
[/filter]
[frame]
image={FLYING_IMAGE}:150
[/frame]
[/standing_anim]
#enddef