Added splash screen (via feature switch).

This commit is contained in:
PeekabooSteam
2023-03-14 14:15:18 +00:00
parent 88e34d33bc
commit 84bb0ab4e2
8 changed files with 109 additions and 5 deletions

View File

@@ -87,6 +87,13 @@ export class FeatureSwitches {
"label": "Force show unit control panel",
"masterSwitch": true,
"name": "forceShowUnitControlPanel"
}),
new FeatureSwitch({
"defaultEnabled": false,
"label": "Show splash screen",
"masterSwitch": true,
"name": "splashScreen"
})
];