snap code optimization, vault points added

This commit is contained in:
raymix
2014-07-12 20:23:42 +01:00
parent 07b3f14c1b
commit 2355d6b18e
3 changed files with 29 additions and 6 deletions

View File

@@ -371,4 +371,20 @@ class SnapBuilding {
};
};
class WoodLadder_DZ: WoodLadder_Preview_DZ{};
class VaultStorageLocked {
snapTo[] = {
"VaultStorageLocked",
"VaultStorage"
};
points[] = {
{0,0,0,"Pivot"},
{0,0.284,0.615,"Back"},
{0,0,1.23,"Top"},
{-0.362,0,0.615,"Left"},
{0.362,0,0.615,"Right"}
};
};
class VaultStorage: VaultStorageLocked {};
};