Poses are flipped... for some ungodly reason.

This commit is contained in:
Maxwell 2023-09-22 18:27:09 -04:00
parent be67170db4
commit f45073a393
1 changed files with 4 additions and 4 deletions

View File

@ -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"
}
}