Alien ruins, some new alien items and a new monster

This commit is contained in:
Regalis
2016-05-01 18:46:17 +03:00
parent d3ab7946a8
commit 3114006d86
33 changed files with 1395 additions and 124 deletions
+6 -1
View File
@@ -47,6 +47,11 @@ namespace Barotrauma
{
get { return stairDirection; }
}
public Vector2 Size
{
get { return size; }
}
public static void LoadAll(List<string> filePaths)
{
@@ -63,7 +68,7 @@ namespace Barotrauma
}
}
}
public static StructurePrefab Load(XElement element)
{
StructurePrefab sp = new StructurePrefab();