HeliosLauncher/app/assets/athshield/variables.athshield
Sandro642 3cdad516c9 Add debug mode option to Athena's Shield configuration
Introduced an option to activate debug mode in Athena's Shield. Updated relevant JavaScript files and configuration to handle the debug mode setting. Added a new method for retrieving the debug status within the parserAthShield.js class.
2024-10-26 16:26:54 +02:00

5 lines
87 B
Plaintext

{
"athenaShieldActivated": false,
"menuVisibility": "visible",
"debug": "false"
}