Initial commit

This commit is contained in:
2024-12-17 22:51:47 -05:00
commit c9290c3b85
40 changed files with 1354 additions and 0 deletions

14
config/power_config.json5 Normal file
View File

@@ -0,0 +1,14 @@
{
"resourcesAndCooldowns": {
"hudOffsetX": 0,
"hudOffsetY": -10
},
"tooltips": {
"showUsabilityHints": true,
"compactUsabilityHints": false
},
"executeCommand": {
"permissionLevel": 2,
"showOutput": false
}
}