diff --git a/data/units/Horseman.cfg b/data/units/Horseman.cfg index 7e4e7a33939..347a9a25f8f 100644 --- a/data/units/Horseman.cfg +++ b/data/units/Horseman.cfg @@ -2,6 +2,8 @@ name=Horseman race=human image=horseman.png +image_moving=horseman-moving.png +image_defensive=horseman-defend.png hitpoints=38 movement_type=mounted movement=8 @@ -22,6 +24,11 @@ get_hit_sound=groan.wav number=2 [frame] begin=-200 + end=-100 + image=horseman-moving.png + [/frame] + [frame] + begin=-100 end=100 image=horseman-attack.png [/frame] diff --git a/images/elvish-outrider-defend.png b/images/elvish-outrider-defend.png index 0136d30f8b3..233b80dbea7 100644 Binary files a/images/elvish-outrider-defend.png and b/images/elvish-outrider-defend.png differ diff --git a/images/horseman-attack.png b/images/horseman-attack.png index 191f169712f..21593794722 100644 Binary files a/images/horseman-attack.png and b/images/horseman-attack.png differ diff --git a/images/horseman-defend.png b/images/horseman-defend.png new file mode 100644 index 00000000000..9b4b95c1a0e Binary files /dev/null and b/images/horseman-defend.png differ diff --git a/images/horseman-moving.png b/images/horseman-moving.png new file mode 100644 index 00000000000..af325ad2b6f Binary files /dev/null and b/images/horseman-moving.png differ diff --git a/images/horseman.png b/images/horseman.png index 697d2c6cd85..af111c667d5 100644 Binary files a/images/horseman.png and b/images/horseman.png differ