mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
loosen snap checks
this should allow for easier snapping, and should fix: #429
This commit is contained in:
parent
bb94bb429e
commit
872b90fa99
@ -18,16 +18,16 @@ class CfgSnapChecks {
|
||||
nails[] = {
|
||||
{{1.6,0,-0.6},{1.6,0,-0.75}},
|
||||
{{-1.6,0,-0.6},{-1.6,0,-0.75}},
|
||||
{{1.6,0,-0.0307557},{1.8625,0,-0.0307557}},
|
||||
{{-1.6,0,-0.0307557},{-1.8625,0,-0.0307557}}
|
||||
{{0,0,-0.0307557},{1.8625,0,-0.0307557}},
|
||||
{{0,0,-0.0307557},{-1.8625,0,-0.0307557}}
|
||||
};
|
||||
};
|
||||
class WoodLargeWall_EPOCH {
|
||||
nails[] = {
|
||||
{{2.46932,0,0.120775},{2.46932,0,-0.190775}},
|
||||
{{-2.46932,0,0.120775},{-2.46932,0,-0.190775}},
|
||||
{{2.46932,0,1.5},{2.76932,0,1.5}},
|
||||
{{-2.46932,0,1.5},{-2.76932,0,1.5}}
|
||||
{{0,0,1.5},{2.76932,0,1.5}},
|
||||
{{0,0,1.5},{-2.76932,0,1.5}}
|
||||
};
|
||||
};
|
||||
class WoodWall1_EPOCH : WoodLargeWall_EPOCH {};
|
||||
@ -43,10 +43,10 @@ class CfgSnapChecks {
|
||||
class CinderWallHalf_EPOCH : WoodLargeWall_EPOCH {};
|
||||
class WoodFloor_Epoch {
|
||||
nails[] = {
|
||||
{{2.5555,0,0.15},{2.8555,0,0.15}},
|
||||
{{0,-2.5555,0.15},{0,2.8555,0.15}},
|
||||
{{-2.5555,0,0.15},{-2.8555,0,0.15}},
|
||||
{{0,-2.5555,0.15},{0,-2.8555,0.15}},
|
||||
{{0,0,0.15},{2.8555,0,0.15}},
|
||||
{{0,0,0.15},{0,2.8555,0.15}},
|
||||
{{0,0,0.15},{-2.8555,0,0.15}},
|
||||
{{0,0,0.15},{0,-2.8555,0.15}},
|
||||
|
||||
{{2.5555,0,0.15},{2.5555,0,-0.15}},
|
||||
{{-2.5555,0,0.15},{-2.5555,0,-0.15}},
|
||||
|
Loading…
Reference in New Issue
Block a user