mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-16 02:22:07 -05:00
Update semag/adventure/Adventure (1978) (Atari).html
This commit is contained in:
parent
86d16c3560
commit
46a6e38d18
@ -3,7 +3,7 @@
|
|||||||
<!--HTML file auto generated using EmulatorJS codehelper-->
|
<!--HTML file auto generated using EmulatorJS codehelper-->
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div style="width:640px;height:480px;max-width:100%">
|
<div style="width:100%;height:100%;max-width:100%">
|
||||||
<div id="game"></div>
|
<div id="game"></div>
|
||||||
</div>
|
</div>
|
||||||
<script>
|
<script>
|
||||||
@ -13,9 +13,9 @@
|
|||||||
EJS_gameName = "Adventure";
|
EJS_gameName = "Adventure";
|
||||||
EJS_color = "#0064ff";
|
EJS_color = "#0064ff";
|
||||||
EJS_startOnLoaded = true;
|
EJS_startOnLoaded = true;
|
||||||
EJS_pathtodata = "https://cdn.emulatorjs.org/stable/data/";
|
EJS_pathtodata = "https://cdn.emulatorjs.org/3.1.5/data/";
|
||||||
EJS_gameUrl = new Blob([Uint8Array.from(window.gameData)]);
|
EJS_gameUrl = new Blob([Uint8Array.from(window.gameData)]);
|
||||||
</script>
|
</script>
|
||||||
<script src="https://cdn.emulatorjs.org/stable/data/loader.js"></script>
|
<script src="https://cdn.emulatorjs.org/3.1.5/data/loader.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
x
Reference in New Issue
Block a user