(965c31410a) Unstable v0.10.4.0

This commit is contained in:
Juan Pablo Arce
2020-07-21 08:57:50 -03:00
parent 4f8bd39789
commit 33d3a41104
546 changed files with 45952 additions and 25762 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
{