Interaction Menu - Fix black screen option not removing background properly (#8969)

This commit is contained in:
diwako 2022-07-23 17:37:18 +02:00 committed by GitHub
parent 44ccc7b185
commit 83f9c8331d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {