Merge pull request #860 from sevu/master

removed DRAKE_FLYING_ANIM
This commit is contained in:
Charles Dang 2016-11-05 19:42:19 +11:00 committed by GitHub
commit 6f22fd5ec6
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