- Barotrauma's projects are in the Barotrauma directory - All libraries are in the Libraries directory - MonoGame is now managed by NuGet, rather than referenced from the installed files (TODO: consider using PCL for easier cross-platform development?) - NuGet libraries are not included in the repo, as getting the latest versions automatically should be preferred - Removed Content/effects.mgfx as it didn't seem to be used anywhere - Removed some references to Subsurface directory - Renamed Launcher2 to Launcher
32 lines
1.6 KiB
XML
32 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<Structures>
|
|
<structure prefab="RuinWallHorizontal" alignment="Top, Bottom" type="Wall"/>
|
|
<structure prefab="RuinWallHorizontalSmall" alignment="Top, Bottom" type="CorridorWall"/>
|
|
|
|
<structure prefab="RuinWallVertical" alignment="Left,Right" type="Wall"/>
|
|
<structure prefab="RuinWallVerticalSmall" alignment="Left,Right" type="CorridorWall"/>
|
|
|
|
<structure prefab="RuinWallHeavyHorizontal" alignment="Top, Bottom" type="HeavyWall"/>
|
|
<structure prefab="RuinWallHeavyVertical" alignment="Left,Right" type="HeavyWall"/>
|
|
|
|
|
|
<structure prefab="RuinBack" alignment="Center" type="Back" commonness="3"/>
|
|
<structure prefab="RuinBackFractal" alignment="Center" type="Back" commonness="2"/>
|
|
<structure prefab="RuinBackCarvings" alignment="Center" type="Back" commonness="1"/>
|
|
|
|
<item prefab="RuinBlock" alignment="Right,Top,Bottom,Left" type="Prop" commonness="5"/>
|
|
|
|
<item prefab="RuinFractalBall" alignment="Center,Right,Top,Bottom,Left" type="Prop" commonness="5"/>
|
|
|
|
<item prefab="RuinClaw" alignment="Bottom" type="Prop" commonness="5"/>
|
|
|
|
<item prefab="Oxygenite Shard" alignment="Center,Right,Top,Bottom,Left" type="Prop" commonness="5"/>
|
|
<item prefab="Sulphurite Shard" alignment="Center,Right,Top,Bottom,Left" type="Prop" commonness="5"/>
|
|
|
|
<item prefab="Ancient Weapon" alignment="Center,Right,Top,Bottom,Left" type="Prop" commonness="1"/>
|
|
|
|
<item prefab="Alien Door" alignment="Center" type="Door"/>
|
|
<item prefab="Alien Hatch" alignment="Center" type="Hatch"/>
|
|
|
|
<item prefab="Artifact Holder" alignment="Center" type="Prop" commonness="5"/>
|
|
</Structures> |