mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +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_BACK},
|
||||||
{0,2.32,0.130,$STR_EPOCH_ACTION_SNAP_FRONT},
|
{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_LEFT},
|
||||||
{2.494,0,0.130,$STR_EPOCH_ACTION_SNAP_RIGHT}
|
{2.47,0,0.130,$STR_EPOCH_ACTION_SNAP_RIGHT}
|
||||||
};
|
};
|
||||||
radius = 10;
|
radius = 10;
|
||||||
};
|
};
|
||||||
@@ -379,16 +379,7 @@ class SnapBuilding {
|
|||||||
radius = 12;
|
radius = 12;
|
||||||
};
|
};
|
||||||
|
|
||||||
class MetalFloor_Preview_DZ: FloorsWallsStairs {
|
class MetalFloor_Preview_DZ: MetalFloor_DZ {};
|
||||||
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_Quarter_DZ: FloorsWallsStairs {
|
class MetalFloor_Quarter_DZ: FloorsWallsStairs {
|
||||||
points[] = {
|
points[] = {
|
||||||
@@ -425,6 +416,8 @@ class SnapBuilding {
|
|||||||
radius = 12;
|
radius = 12;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
class GlassFloor_Preview_DZ: GlassFloor_DZ {};
|
||||||
|
|
||||||
class GlassFloor_Quarter_DZ: FloorsWallsStairs {
|
class GlassFloor_Quarter_DZ: FloorsWallsStairs {
|
||||||
points[] = {
|
points[] = {
|
||||||
{0,0,0,$STR_EPOCH_ACTION_SNAP_PIVOT},
|
{0,0,0,$STR_EPOCH_ACTION_SNAP_PIVOT},
|
||||||
|
|||||||
Reference in New Issue
Block a user