From c503c81e5791ebde28c795df6f22e9597db77eea Mon Sep 17 00:00:00 2001 From: KryvasCZ <57132342+KryvasCZ@users.noreply.github.com> Date: Sat, 25 Feb 2023 13:25:50 +0100 Subject: [PATCH] Update README.md --- ui/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui/README.md b/ui/README.md index 7acdc7f..90de64e 100644 --- a/ui/README.md +++ b/ui/README.md @@ -6,11 +6,14 @@ Has 6 configurable premade slots for games - Set Keys in key section of Vars.js - Set GamePath to whatever exe you want to run example: ``"C:\\Users\\kryvas\\Downloads\\asphyxia-core-win-x64\\asphyxia.exe"`` (Number behind GamePath corresponds to grid number so 1 will be for the first square, 6 for the last) +- Set game titles (var Title) +- set Game icons - Now youre all set ## Closing the game with shortcut setup - Configure ExitKey1 and ExitKey2 in Vars.js - Set variable GameExe to whatever your game exe is (number after "GameExe" determines on which grid pos it will be) + # if you added more game slots add case in switch statement and new GameExe variable in main.js ### How to Add More Games ? - Add a new variale in **Vars.js** and set it to game exe path