Poses are flipped... for some ungodly reason.
This commit is contained in:
parent
be67170db4
commit
f45073a393
1 changed files with 4 additions and 4 deletions
|
@ -10,11 +10,11 @@ entityDef monster_zombie_soldier_dead
|
|||
|
||||
"dead" "1"
|
||||
|
||||
// Back
|
||||
"frame" "20"
|
||||
|
||||
// Stomach
|
||||
"frame" "21"
|
||||
|
||||
// Back
|
||||
when "pose" equals "1" {
|
||||
"frame" "21"
|
||||
"frame" "20"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue