Initial Commit!

This commit is contained in:
zombieguy
2026-07-08 22:58:56 +01:00
parent d9910aee00
commit 9cef1c5373
2371 changed files with 56283 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#GUI Scaler Configuration
[general]
#Enable automatic GUI scaling
enableAutoScale = true
#Scaling mode: AUTO (intelligent) or CUSTOM (user-defined rules)
#Allowed Values: AUTO, CUSTOM
mode = "AUTO"
#Custom scaling rules in format 'width:scale' (e.g., '2560:3' means scale 3 for width >= 2560)
customRules = ["2560:3", "1920:2", "1280:1"]