Added idling animations for ogre. For inclusion in trunk only.
This commit is contained in:
parent
ca69f3ff39
commit
2ee2f64267
3 changed files with 17 additions and 0 deletions
|
@ -72,4 +72,21 @@
|
|||
[/animation]
|
||||
[/attack]
|
||||
{DEFENSE_ANIM "units/ogres/ogre-defend.png" "units/ogres/ogre.png" ogre-hit.wav }
|
||||
[idle_anim]
|
||||
[frame]
|
||||
begin=0
|
||||
end=100
|
||||
image="units/ogres/ogre-idle-1.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
begin=100
|
||||
end=200
|
||||
image="units/ogres/ogre-idle-2.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
begin=200
|
||||
end=300
|
||||
image="units/ogres/ogre-idle-1.png"
|
||||
[/frame]
|
||||
[/idle_anim]
|
||||
[/unit]
|
||||
|
|
BIN
images/units/ogres/ogre-idle-1.png
Executable file
BIN
images/units/ogres/ogre-idle-1.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
BIN
images/units/ogres/ogre-idle-2.png
Executable file
BIN
images/units/ogres/ogre-idle-2.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
Loading…
Add table
Reference in a new issue