attty
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
@@ -328,6 +328,11 @@ const mainContentData = [
|
||||
image: "assets/yoshey64.jpeg",
|
||||
link: "/wedrowemdlemtest/webretro-master/webretro-master/embed/n64test/youshey.html",
|
||||
},
|
||||
{
|
||||
name: "youshey 64",
|
||||
image: "assets/papermoaro.jpeg",
|
||||
link: "/wedrowemdlemtest/webretro-master/webretro-master/embed/n64test/papermaro.html",
|
||||
},
|
||||
];
|
||||
|
||||
mainContentData.forEach(item => {
|
||||
|
||||
@@ -0,0 +1,33 @@
|
||||
<div class="game">
|
||||
<div id='game'></div>
|
||||
</div>
|
||||
|
||||
<script type='text/javascript'>
|
||||
|
||||
EJS_player = '#game';
|
||||
EJS_core = 'n64';
|
||||
EJS_gameUrl = 'papermaro.n64';
|
||||
EJS_pathtodata = 'https://cdn.emulatorjs.org/latest/data/';
|
||||
|
||||
</script>
|
||||
<script src='https://cdn.jsdelivr.net/gh/ethanaobrien/emulatorjs@main/data/loader.js'></script>
|
||||
|
||||
<style>
|
||||
.game {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#game {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
</style>
|
||||
Binary file not shown.
Reference in New Issue
Block a user