(57c934c4b) Added: Padding for video text, missing xml elements for titles, instructions.

This commit is contained in:
Joonas Rikkonen
2019-03-27 20:49:10 +02:00
parent 179b17e9aa
commit 2cdc7ce5f3
8 changed files with 227 additions and 35 deletions
@@ -231,6 +231,9 @@ namespace Barotrauma
Hull hull = Hull.FindHull(ConvertUnits.ToDisplayUnits(explosionPos), null, false);
bool underWater = hull == null || explosionPos.Y < hull.Surface;
Hull hull = Hull.FindHull(ConvertUnits.ToDisplayUnits(explosionPos), null, false);
bool underWater = hull == null || explosionPos.Y < hull.Surface;
explosionPos = ConvertUnits.ToSimUnits(explosionPos);
Dictionary<Limb, float> distFactors = new Dictionary<Limb, float>();