mirror of
https://github.com/danbulant/arcade-machine
synced 2026-07-03 10:00:45 +00:00
Update README.md
This commit is contained in:
parent
fd16d8db1b
commit
6b5c1b46d1
1 changed files with 4 additions and 0 deletions
|
|
@ -31,3 +31,7 @@ Like this:
|
||||||
|
|
||||||
- Add ```<button class="move" type="button" id="sdvx3-button" onclick="vers=3;sdvx()"> ```
|
- Add ```<button class="move" type="button" id="sdvx3-button" onclick="vers=3;sdvx()"> ```
|
||||||
> set the id to whatever you want and vers to corresponding number in switch case
|
> set the id to whatever you want and vers to corresponding number in switch case
|
||||||
|
|
||||||
|
##Closing the game with shortcut setup
|
||||||
|
- Configure ExitKey1 and ExitKey2 in Vars.js
|
||||||
|
- Set variable GameExe to whatever your game exe is (number after "GameExe" determines on which grid pos it will be)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue