mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
More snap work
This commit is contained in:
@@ -214,7 +214,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.494,0,0.130,$STR_EPOCH_ACTION_SNAP_RIGHT}
|
||||
{2.47,0,0.130,$STR_EPOCH_ACTION_SNAP_RIGHT}
|
||||
};
|
||||
radius = 10;
|
||||
};
|
||||
@@ -379,16 +379,7 @@ class SnapBuilding {
|
||||
radius = 12;
|
||||
};
|
||||
|
||||
class MetalFloor_Preview_DZ: FloorsWallsStairs {
|
||||
points[] = {
|
||||
{0,0,0,$STR_EPOCH_ACTION_SNAP_PIVOT},
|
||||
{0, -2.63,-0.135,$STR_EPOCH_ACTION_SNAP_BACK},
|
||||
{0, 2.63,-0.135,$STR_EPOCH_ACTION_SNAP_FRONT},
|
||||
{-2.63,0,-0.135,$STR_EPOCH_ACTION_SNAP_LEFT},
|
||||
{2.63,0,-0.135,$STR_EPOCH_ACTION_SNAP_RIGHT}
|
||||
};
|
||||
radius = 12;
|
||||
};
|
||||
class MetalFloor_Preview_DZ: MetalFloor_DZ {};
|
||||
|
||||
class MetalFloor_Quarter_DZ: FloorsWallsStairs {
|
||||
points[] = {
|
||||
@@ -425,6 +416,8 @@ class SnapBuilding {
|
||||
radius = 12;
|
||||
};
|
||||
|
||||
class GlassFloor_Preview_DZ: GlassFloor_DZ {};
|
||||
|
||||
class GlassFloor_Quarter_DZ: FloorsWallsStairs {
|
||||
points[] = {
|
||||
{0,0,0,$STR_EPOCH_ACTION_SNAP_PIVOT},
|
||||
|
||||
Reference in New Issue
Block a user