feat(prefabs): add terrain definition for WulaFloor and remove unused beacon properties
- Add WulaFloor terrain with 13x13 rect definition to WULA_Prefabs.xml - Remove unused descriptionHyperlinks and thingCategories from WULA_Prefab_Beacons.xml - Remove designationCategory from beacon definition
This commit is contained in:
@@ -113,5 +113,12 @@
|
||||
<stuff>WULA_Alloy</stuff>
|
||||
</Shelf>
|
||||
</things>
|
||||
<terrain>
|
||||
<WulaFloor>
|
||||
<rects>
|
||||
<li>(0,0,13,13)</li>
|
||||
</rects>
|
||||
</WulaFloor>
|
||||
</terrain>
|
||||
</PrefabDef>
|
||||
</Defs>
|
||||
|
||||
Reference in New Issue
Block a user