mirror of
https://github.com/danbulant/arcade-machine
synced 2026-06-17 13:31:19 +00:00
Update README.md
This commit is contained in:
parent
81429101f9
commit
66cc316814
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue