(34c324230) New tutorial videos

This commit is contained in:
Joonas Rikkonen
2019-03-27 20:47:15 +02:00
parent e65b688edd
commit cf49c179dc
6 changed files with 213 additions and 8 deletions
@@ -207,6 +207,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>();