From ffbf945bfadc1407209f8bbac0366947a6662889 Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Thu, 2 Mar 2023 19:26:11 +0100 Subject: [PATCH] add vars template --- ui/vars-template.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 ui/vars-template.json diff --git a/ui/vars-template.json b/ui/vars-template.json new file mode 100644 index 0000000..dd2ffbd --- /dev/null +++ b/ui/vars-template.json @@ -0,0 +1,31 @@ +{ + "games": [{ + "title": "Sound Voltex III: Gravity Wars", + "exe": "spice.exe", + "path": "C:\\sdvx\\spice2.lnk", + "image": "images/sound-voltex-iii-gravity-wars-1.png", + "supporting": [{ + "path": "C:\\Users\\kryvas\\Downloads\\asphyxia-core-win-x64\\asphyxia.exe", + "kill-browser": true + }] + }, { + "title": "Sound Voltex IV: Heavenly Haven", + "image": "images/maxresdefault3.jpg" + }, { + "title": "Sound Voltex V: Vivid Wave", + "image": "images/SDVX5scaled.jpg" + }, { + "title": "Sound Voltex VI: Exceed GEAR", + "image": "images/exceed gear.jpg" + }], + "browser": "brave.exe", + + "keys": { + "up": "KeyW", + "down": "KeyS", + "left": "KeyA", + "right": "KeyD", + "start": "KeyE", + "exit": ["G", "H"] + } +} \ No newline at end of file