implement crosshair

This commit is contained in:
end-4
2025-09-21 10:33:25 +02:00
parent 5d95d20a32
commit cb3842f0bd
6 changed files with 294 additions and 0 deletions
@@ -215,6 +215,11 @@ Singleton {
property bool autoKillTrays: false
}
property JsonObject crosshair: JsonObject {
// Valorant crosshair format. Use https://www.vcrdb.net/builder
property string code: "0;P;d;1;0l;10;0o;2;1b;0"
}
property JsonObject dock: JsonObject {
property bool enable: false
property bool monochromeIcons: true