Update README.md

This commit is contained in:
KryvasCZ 2023-02-25 13:27:15 +01:00 committed by GitHub
parent 81429101f9
commit 66cc316814
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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