From 66cc316814cf686764cbd511b647134f9a8d3f5b Mon Sep 17 00:00:00 2001 From: KryvasCZ <57132342+KryvasCZ@users.noreply.github.com> Date: Sat, 25 Feb 2023 13:27:15 +0100 Subject: [PATCH] Update README.md --- ui/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/README.md b/ui/README.md index 6eab337..2168de1 100644 --- a/ui/README.md +++ b/ui/README.md @@ -14,7 +14,7 @@ - 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 ? +### How to Add More Games/Slots ? - Add a new variale in **Vars.js** and set it to game exe path - Add new switch switch case in ```javascript