(965c31410) v0.10.4.0

This commit is contained in:
Joonas Rikkonen
2020-07-30 13:00:09 +03:00
parent eeac247a8e
commit 4978af3d60
539 changed files with 45803 additions and 25359 deletions
@@ -41,7 +41,9 @@ namespace Barotrauma
Wall = 1,
RuinWall = 2,
SeaFloor = 4,
MainPath = 8
MainPath = 8,
LevelStart = 16,
LevelEnd = 32,
}
public List<Sprite> Sprites
@@ -117,6 +119,14 @@ namespace Barotrauma
private set;
}
[Serialize(10000, false, description: "Maximum number of this specific object per level."), Editable(MinValueFloat = 0.01f, MaxValueFloat = 10.0f)]
public int MaxCount
{
get;
private set;
}
[Serialize("0.0,1.0", true), Editable]
public Vector2 DepthRange
{