Convert px z offsets to world coords.

This commit is contained in:
Paul Chote
2013-05-24 17:41:55 +12:00
parent 437de8e884
commit d048d083c4
4 changed files with 4 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ namespace OpenRA.Mods.Cnc
var roof = new Animation(rs.GetImage(self));
roof.PlayThen("fire-start", () => roof.PlayRepeating("fire-loop"));
rs.anims.Add("fire", new AnimationWithOffset(roof, () => info.Offset, null, 24));
rs.anims.Add("fire", new AnimationWithOffset(roof, () => info.Offset, null, 1024));
}
}
}