mirror of
https://github.com/danbulant/arcade-machine
synced 2026-07-06 11:30:33 +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)
|
- 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
|
- 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 a new variale in **Vars.js** and set it to game exe path
|
||||||
- Add new switch switch case in
|
- Add new switch switch case in
|
||||||
```javascript
|
```javascript
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue