Update snappoints.hpp

This commit is contained in:
AirwavesMan
2021-01-20 18:34:17 +01:00
parent 6397af6012
commit 01c022060f

View File

@@ -217,7 +217,7 @@ class SnapBuilding {
{0,-2.32,0.130,$STR_EPOCH_ACTION_SNAP_BACK},
{0,2.32,0.130,$STR_EPOCH_ACTION_SNAP_FRONT},
{-2.494,0,0.130,$STR_EPOCH_ACTION_SNAP_LEFT},
{2.47,0,0.130,$STR_EPOCH_ACTION_SNAP_RIGHT}
{2.45,0,0.130,$STR_EPOCH_ACTION_SNAP_RIGHT}
};
radius = 10;
};
@@ -228,8 +228,8 @@ class SnapBuilding {
{0,0,0,$STR_EPOCH_ACTION_SNAP_PIVOT},
{0,-1.3,0.130,$STR_EPOCH_ACTION_SNAP_BACK},
{0,1.3,0.130,$STR_EPOCH_ACTION_SNAP_FRONT},
{-1.3,0,0.130,$STR_EPOCH_ACTION_SNAP_LEFT},
{1.3,0,0.130,$STR_EPOCH_ACTION_SNAP_RIGHT}
{-1.258,0.027,0.130,$STR_EPOCH_ACTION_SNAP_LEFT},
{1.258,0.027,0.130,$STR_EPOCH_ACTION_SNAP_RIGHT}
};
radius = 10;
};
@@ -308,8 +308,8 @@ class SnapBuilding {
points[] = {
{0,0,0,$STR_EPOCH_ACTION_SNAP_PIVOT},
{0,0,2.62,$STR_EPOCH_ACTION_SNAP_TOP},
{-1.12,0,1.5,$STR_EPOCH_ACTION_SNAP_LEFT},
{1.12,0,1.5,$STR_EPOCH_ACTION_SNAP_RIGHT}
{-1.26,0,1.32,$STR_EPOCH_ACTION_SNAP_LEFT},
{1.26,0,1.32,$STR_EPOCH_ACTION_SNAP_RIGHT}
};
radius = 10;
};