mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Adjusted Chair (Plastic) sitting position
This commit is contained in:
parent
3e0d4d1f7b
commit
36d4d01a30
@ -76,7 +76,7 @@ class CfgVehicles {
|
|||||||
MACRO_SEAT_ACTION
|
MACRO_SEAT_ACTION
|
||||||
GVAR(canSit) = 1;
|
GVAR(canSit) = 1;
|
||||||
GVAR(sitDirection) = 90;
|
GVAR(sitDirection) = 90;
|
||||||
GVAR(sitPosition[]) = {-0.1, 0, -0.2};
|
GVAR(sitPosition[]) = {0, 0, -0.5};
|
||||||
};
|
};
|
||||||
// Chair (Wooden)
|
// Chair (Wooden)
|
||||||
class Land_ChairWood_F: ThingX {
|
class Land_ChairWood_F: ThingX {
|
||||||
|
Loading…
Reference in New Issue
Block a user