mirror of
https://github.com/danbulant/arcade-machine
synced 2026-07-05 11:00:36 +00:00
Update README.md
This commit is contained in:
parent
abb8711ca1
commit
824555e6bf
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
### How to Add More Games/Slots ?
|
### 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 last portion of index.html
|
||||||
```javascript
|
```javascript
|
||||||
witch (vers) {
|
witch (vers) {
|
||||||
case 1:
|
case 1:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue