mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Viewpoint order UX
This commit is contained in:
parent
e012fbc7f9
commit
78a8149cc2
@ -244,7 +244,7 @@ switch (toLower _mode) do {
|
||||
//[_show] call FUNC(handleMap);
|
||||
};
|
||||
case 57: { // Spacebar
|
||||
[[1,2,0] select GVAR(camMode)] call FUNC(updateView);
|
||||
[[2,0,1] select GVAR(camMode)] call FUNC(updateView);
|
||||
};
|
||||
};
|
||||
|
||||
@ -296,7 +296,7 @@ switch (toLower _mode) do {
|
||||
|
||||
// When unit is reselected, toggle camera mode
|
||||
if (_newUnit == GVAR(camUnit) || GVAR(camMode) == 0) then {
|
||||
_newMode = [1,2,1] select GVAR(camMode);
|
||||
_newMode = [2,2,1] select GVAR(camMode);
|
||||
};
|
||||
|
||||
GVAR(camUnit) = _newUnit;
|
||||
|
Loading…
Reference in New Issue
Block a user