mirror of
https://github.com/danbulant/arcade-machine
synced 2026-06-24 17:11:56 +00:00
Merge branch 'main' of https://github.com/matFPV/arcade-machine
This commit is contained in:
commit
53bb6b754e
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