mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Default value update
This commit is contained in:
parent
aa67e296c0
commit
78ae59b223
@ -8,7 +8,6 @@
|
|||||||
["SettingsInitialized", {
|
["SettingsInitialized", {
|
||||||
GVAR(availableModes) = [[0,1,2], [1,2], [0], [1], [2]] select GVAR(restrictModes);
|
GVAR(availableModes) = [[0,1,2], [1,2], [0], [1], [2]] select GVAR(restrictModes);
|
||||||
GVAR(availableVisions) = [[-2,-1,0,1], [-2,-1], [-2,0,1], [-2]] select GVAR(restrictVisions);
|
GVAR(availableVisions) = [[-2,-1,0,1], [-2,-1], [-2,0,1], [-2]] select GVAR(restrictVisions);
|
||||||
GVAR(camMode) = GVAR(availableModes) select 0;
|
|
||||||
|
|
||||||
if !(hasInterface) exitWith {};
|
if !(hasInterface) exitWith {};
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ GVAR(camSpeed) = 1;
|
|||||||
GVAR(camTilt) = -10;
|
GVAR(camTilt) = -10;
|
||||||
GVAR(camUnit) = objNull;
|
GVAR(camUnit) = objNull;
|
||||||
GVAR(camVision) = -2;
|
GVAR(camVision) = -2;
|
||||||
GVAR(camZoom) = 1.3;
|
GVAR(camZoom) = 1.25;
|
||||||
|
|
||||||
GVAR(showComp) = true;
|
GVAR(showComp) = true;
|
||||||
GVAR(showHelp) = true;
|
GVAR(showHelp) = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user