Skip to content

Commit

Permalink
orcish grunt sprite animations (#5506)
Browse files Browse the repository at this point in the history
* units - orc grunt die anims (north and south)

* units - face-graft for orcish grunt defend frames
  • Loading branch information
doofus-01 committed Jan 31, 2021
1 parent a924706 commit 842725b
Show file tree
Hide file tree
Showing 21 changed files with 26 additions and 3 deletions.
Binary file modified data/core/images/units/orcs/grunt-defend-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/core/images/units/orcs/grunt-defend-2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/core/images/units/orcs/grunt-die-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/core/images/units/orcs/grunt-die-2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/core/images/units/orcs/grunt-die-3.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/core/images/units/orcs/grunt-die-4.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/core/images/units/orcs/grunt-die-5.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/core/images/units/orcs/grunt-die-6.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/core/images/units/orcs/grunt-die-7.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/core/images/units/orcs/grunt-die-8.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/core/images/units/orcs/grunt-die-sword.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/core/images/units/orcs/grunt-ne-die-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/core/images/units/orcs/grunt-ne-die-2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/core/images/units/orcs/grunt-ne-die-3.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/core/images/units/orcs/grunt-ne-die-4.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/core/images/units/orcs/grunt-ne-die-5.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/core/images/units/orcs/grunt-ne-die-6.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/core/images/units/orcs/grunt-ne-die-7.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/core/images/units/orcs/grunt-ne-die-8.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 26 additions & 3 deletions data/core/units/orcs/Grunt.cfg
Expand Up @@ -19,9 +19,32 @@
{DEFENSE_ANIM_DIRECTIONAL "units/orcs/grunt-defend-2.png" "units/orcs/grunt-defend-1.png" "units/orcs/grunt-ne-defend-2.png" "units/orcs/grunt-ne-defend-1.png" {SOUND_LIST:ORC_HIT} }
[death]
start_time=0
[frame]
image="units/orcs/grunt-die-[1~8].png:120"
[/frame]
sword_start_time=0
[if]
direction=s,se,sw
sword_alpha=0.0:240,1.0:640
# alpha=1.0:800,1.0~0.0:80 # we cannot overide alpha in [death] anim
[frame]
image="units/orcs/grunt-die-[1~8].png:[120*3,100*2,80,70,170]"
[/frame]
[sword_frame]
image="units/orcs/grunt-die-sword.png:880"
layer=11
auto_vflip=no
[/sword_frame]
[/if]
[else]
direction=n,ne,nw
sword_alpha=0.0:360,1.0:520
[frame]
image="units/orcs/grunt-ne-die-[1~8].png:[120*3,100*2,80,70,170]"
[/frame]
[sword_frame]
image="units/orcs/grunt-ne-die-sword.png:880"
layer=11
auto_vflip=no
[/sword_frame]
[/else]
[/death]
[standing_anim]
start_time=0
Expand Down

0 comments on commit 842725b

Please sign in to comment.