mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Interaction Menu - Fix black screen option not removing background properly (#8969)
This commit is contained in:
parent
44ccc7b185
commit
83f9c8331d
@ -9,11 +9,10 @@ class RscTitles {
|
||||
class GVAR(menuBackground) {
|
||||
idd = -1;
|
||||
onLoad = QUOTE(uiNamespace setVariable [ARR_2(QUOTE(QGVAR(menuBackground)),_this select 0)]);
|
||||
onUnload = QUOTE(uiNamespace setVariable [ARR_2(QUOTE(QGVAR(menuBackground)),displayNull)]);
|
||||
fadeIn = 0.25;
|
||||
fadeOut = 0.25;
|
||||
movingEnable = 0;
|
||||
duration = 10e10;
|
||||
duration = QUOTE(10e10);
|
||||
name = QGVAR(menuBackground);
|
||||
class controls {};
|
||||
class controlsBackground {
|
||||
|
Loading…
Reference in New Issue
Block a user