diff --git a/data/units/Bowman.cfg b/data/units/Bowman.cfg index 6aa14db3a7b..0eb765ed52d 100644 --- a/data/units/Bowman.cfg +++ b/data/units/Bowman.cfg @@ -52,14 +52,24 @@ get_hit_sound=groan.wav [frame] begin=-400 - end=-250 + end=-300 image=human-bowman-attack1.png [/frame] [frame] - begin=-250 - end=0 + begin=-300 + end=-200 image=human-bowman-attack2.png [/frame] + [frame] + begin=-200 + end=-100 + image=human-bowman-attack3.png + [/frame] + [frame] + begin=-100 + end=0 + image=human-bowman.png + [/frame] [missile_frame] begin=-100 diff --git a/images/human-bowman-attack3.png b/images/human-bowman-attack3.png new file mode 100644 index 00000000000..9fd98ec234a Binary files /dev/null and b/images/human-bowman-attack3.png differ