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

View file

@ -10,11 +10,11 @@ entityDef monster_zombie_soldier_dead
"dead" "1" "dead" "1"
// Back
"frame" "20"
// Stomach // Stomach
"frame" "21"
// Back
when "pose" equals "1" { when "pose" equals "1" {
"frame" "21" "frame" "20"
} }
} }