Merge pull request '1k members update' (#17) from a456pur/selenite:main into main

Reviewed-on: https://codeberg.org/skysthelimitt/selenite/pulls/17
This commit is contained in:
skysthelimitt 2024-03-07 14:40:11 +00:00
commit 4079e12257
65 changed files with 638 additions and 1 deletions

View File

@ -1458,5 +1458,105 @@
"name": "The Enchanted Cave 2", "name": "The Enchanted Cave 2",
"directory": "enchantedcave2", "directory": "enchantedcave2",
"image": "icon.png" "image": "icon.png"
},
{
"name": "Animal Crossing Wild World",
"directory": "animalcrossingwildworld",
"image": "animalcrossingwildworld.png"
},
{
"name": "Banjo Kazooie",
"directory": "banjokazooie",
"image": "banjokazooie.png"
},
{
"name": "Donkey Kong 64",
"directory": "donkeykong64",
"image": "donkeykong64.png"
},
{
"name": "Doom 64",
"directory": "doom64",
"image": "doom64.png"
},
{
"name": "Goldeneye 007",
"directory": "goldeneye",
"image": "goldeneye007.png"
},
{
"name": "Majora's Mask",
"directory": "majorasmask",
"image": "majorasmask.png"
},
{
"name": "Mario Kart DS",
"directory": "mariokartds",
"image": "mariokartds.png"
},
{
"name": "Mario Party",
"directory": "marioparty",
"image": "marioparty.png"
},
{
"name": "Mario Party 2",
"directory": "marioparty2",
"image": "marioparty2.png"
},
{
"name": "Mario Party 3",
"directory": "marioparty3",
"image": "marioparty3.png"
},
{
"name": "Mario Party DS",
"directory": "mariopartyds",
"image": "mariopartyds.png"
},
{
"name": "Nintendogs",
"directory": "nintendogs",
"image": "nintendogs.png"
},
{
"name": "Papas Bakeria",
"directory": "papasbakeria",
"image": "papasbakeria.png"
},
{
"name": "Papas Cheeseria",
"directory": "papascheeseria",
"image": "papascheeseria.png"
},
{
"name": "Papas Pastaria",
"directory": "papaspastaria",
"image": "papaspastaria.png"
},
{
"name": "Papas Sushiria",
"directory": "papassushiria",
"image": "papassushiria.png"
},
{
"name": "Papas Wingeria",
"directory": "papaswingeria",
"image": "papaswingeria.png"
},
{
"name": "Paper Mario",
"directory": "papermario",
"image": "papermario.png"
},
{
"name": "Star Fox 64",
"directory": "starfox64",
"image": "starfox64.png"
},
{
"name": "Super Mario 64 DS",
"directory": "supermario64ds",
"image": "supermario64ds.png"
} }
] ]

View File

@ -72,5 +72,17 @@
"i love piracy and you should too", "i love piracy and you should too",
"ai is gonna take over the world", "ai is gonna take over the world",
"serap", "serap",
"slenetine" "slenetine",
"Behind you.",
"if you are seeing this message, please ping the owner of selenite in the discord server immediately.",
"sorry in advance for may 18th",
"selenite stole $100k from the pentagon to keep paying for hosting",
"this is your sign to get off games and get a good academic life",
"Josh",
"@everyone Please be reminded that you should not to try and get a girlfriend in the Selenite widgetbot chat.",
"ive spent 10 minutes writing 8 quotes gosh i need better things to do",
"selenite workers are immensely underpaid",
"how does one",
"Please add proxy im begging i need proxy",
"seraphite"
] ]

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 407 KiB

View File

@ -0,0 +1,25 @@
<html>
<head>
<script src="/js/all.js"></script>
<title>Animal Crossing: Wild World</title>
<style>
body, html {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div style="width:100%;height:100%;max-width:100%">
<div id="game"></div>
</div>
<script>
EJS_player = "#game";
EJS_core = "nds";
EJS_color = "#0064ff";
EJS_startOnLoaded = true;
EJS_pathtodata = "https://cdn.emulatorjs.org/stable/data/";
EJS_gameUrl = "Animal Crossing - Wild World (USA) (Rev 1).nds";
</script>
<script src="https://cdn.emulatorjs.org/stable/data/loader.js"></script>
</html>

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 KiB

View File

@ -0,0 +1,25 @@
<html>
<head>
<script src="/js/all.js"></script>
<title>Banjo Kazooie</title>
<style>
body, html {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div style="width:100%;height:100%;max-width:100%">
<div id="game"></div>
</div>
<script>
EJS_player = "#game";
EJS_core = "n64";
EJS_color = "#0064ff";
EJS_startOnLoaded = true;
EJS_pathtodata = "https://cdn.emulatorjs.org/stable/data/";
EJS_gameUrl = "Banjo-Kazooie (USA) (Rev A).n64";
</script>
<script src="https://cdn.emulatorjs.org/stable/data/loader.js"></script>
</html>

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 464 KiB

View File

@ -0,0 +1,25 @@
<html>
<head>
<script src="/js/all.js"></script>
<title>Donkey Kong 64</title>
<style>
body, html {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div style="width:100%;height:100%;max-width:100%">
<div id="game"></div>
</div>
<script>
EJS_player = "#game";
EJS_core = "n64";
EJS_color = "#0064ff";
EJS_startOnLoaded = true;
EJS_pathtodata = "https://cdn.emulatorjs.org/stable/data/";
EJS_gameUrl = "Donkey Kong 64 (USA).n64";
</script>
<script src="https://cdn.emulatorjs.org/stable/data/loader.js"></script>
</html>

Binary file not shown.

BIN
semag/doom64/doom64.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 276 KiB

25
semag/doom64/index.html Normal file
View File

@ -0,0 +1,25 @@
<html>
<head>
<script src="/js/all.js"></script>
<title>Doom 64</title>
<style>
body, html {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div style="width:100%;height:100%;max-width:100%">
<div id="game"></div>
</div>
<script>
EJS_player = "#game";
EJS_core = "n64";
EJS_color = "#0064ff";
EJS_startOnLoaded = true;
EJS_pathtodata = "https://cdn.emulatorjs.org/stable/data/";
EJS_gameUrl = "Doom 64 (USA) (Rev A).n64";
</script>
<script src="https://cdn.emulatorjs.org/stable/data/loader.js"></script>
</html>

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 247 KiB

View File

@ -0,0 +1,25 @@
<html>
<head>
<script src="/js/all.js"></script>
<title>Goldeneye</title>
<style>
body, html {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div style="width:100%;height:100%;max-width:100%">
<div id="game"></div>
</div>
<script>
EJS_player = "#game";
EJS_core = "n64";
EJS_color = "#0064ff";
EJS_startOnLoaded = true;
EJS_pathtodata = "https://cdn.emulatorjs.org/stable/data/";
EJS_gameUrl = "007 - GoldenEye (USA).n64";
</script>
<script src="https://cdn.emulatorjs.org/stable/data/loader.js"></script>
</html>

View File

@ -0,0 +1,25 @@
<html>
<head>
<script src="/js/all.js"></script>
<title>Majora's Mask</title>
<style>
body, html {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div style="width:100%;height:100%;max-width:100%">
<div id="game"></div>
</div>
<script>
EJS_player = "#game";
EJS_core = "n64";
EJS_color = "#0064ff";
EJS_startOnLoaded = true;
EJS_pathtodata = "https://cdn.emulatorjs.org/stable/data/";
EJS_gameUrl = "Legend of Zelda, The - Majora's Mask (USA).n64";
</script>
<script src="https://cdn.emulatorjs.org/stable/data/loader.js"></script>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 201 KiB

View File

@ -0,0 +1,25 @@
<html>
<head>
<script src="/js/all.js"></script>
<title>Mario Kart DS</title>
<style>
body, html {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div style="width:100%;height:100%;max-width:100%">
<div id="game"></div>
</div>
<script>
EJS_player = "#game";
EJS_core = "nds";
EJS_color = "#0064ff";
EJS_startOnLoaded = true;
EJS_pathtodata = "https://cdn.emulatorjs.org/stable/data/";
EJS_gameUrl = "Mario Kart DS (USA) (En,Fr,De,Es,It).nds";
</script>
<script src="https://cdn.emulatorjs.org/stable/data/loader.js"></script>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 212 KiB

Binary file not shown.

View File

@ -0,0 +1,25 @@
<html>
<head>
<script src="/js/all.js"></script>
<title>Mario Party</title>
<style>
body, html {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div style="width:100%;height:100%;max-width:100%">
<div id="game"></div>
</div>
<script>
EJS_player = "#game";
EJS_core = "n64";
EJS_color = "#0064ff";
EJS_startOnLoaded = true;
EJS_pathtodata = "https://cdn.emulatorjs.org/stable/data/";
EJS_gameUrl = "Mario Party (Europe) (En,Fr,De).n64";
</script>
<script src="https://cdn.emulatorjs.org/stable/data/loader.js"></script>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 KiB

Binary file not shown.

View File

@ -0,0 +1,25 @@
<html>
<head>
<script src="/js/all.js"></script>
<title>Mario Party 2</title>
<style>
body, html {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div style="width:100%;height:100%;max-width:100%">
<div id="game"></div>
</div>
<script>
EJS_player = "#game";
EJS_core = "n64";
EJS_color = "#0064ff";
EJS_startOnLoaded = true;
EJS_pathtodata = "https://cdn.emulatorjs.org/stable/data/";
EJS_gameUrl = "Mario Party 2 (USA).n64";
</script>
<script src="https://cdn.emulatorjs.org/stable/data/loader.js"></script>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 365 KiB

Binary file not shown.

View File

@ -0,0 +1,25 @@
<html>
<head>
<script src="/js/all.js"></script>
<title>Mario Party 3</title>
<style>
body, html {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div style="width:100%;height:100%;max-width:100%">
<div id="game"></div>
</div>
<script>
EJS_player = "#game";
EJS_core = "n64";
EJS_color = "#0064ff";
EJS_startOnLoaded = true;
EJS_pathtodata = "https://cdn.emulatorjs.org/stable/data/";
EJS_gameUrl = "Mario Party 3 (USA).n64";
</script>
<script src="https://cdn.emulatorjs.org/stable/data/loader.js"></script>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 499 KiB

View File

@ -0,0 +1,25 @@
<html>
<head>
<script src="/js/all.js"></script>
<title>Mario Party DS</title>
<style>
body, html {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div style="width:100%;height:100%;max-width:100%">
<div id="game"></div>
</div>
<script>
EJS_player = "#game";
EJS_core = "nds";
EJS_color = "#0064ff";
EJS_startOnLoaded = true;
EJS_pathtodata = "https://cdn.emulatorjs.org/stable/data/";
EJS_gameUrl = "1704 - Mario Party DS (Europe) (En,Fr,De,Es,It).nds";
</script>
<script src="https://cdn.emulatorjs.org/stable/data/loader.js"></script>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 421 KiB

Binary file not shown.

View File

@ -0,0 +1,25 @@
<html>
<head>
<script src="/js/all.js"></script>
<title>Nintendogs</title>
<style>
body, html {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div style="width:100%;height:100%;max-width:100%">
<div id="game"></div>
</div>
<script>
EJS_player = "#game";
EJS_core = "nds";
EJS_color = "#0064ff";
EJS_startOnLoaded = true;
EJS_pathtodata = "https://cdn.emulatorjs.org/stable/data/";
EJS_gameUrl = "Nintendogs - Best Friends (USA).nds";
</script>
<script src="https://cdn.emulatorjs.org/stable/data/loader.js"></script>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 375 KiB

View File

@ -0,0 +1,28 @@
<html>
<head>
<script src="/js/all.js"></script>
<link rel="icon" type="image/png" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Papa's Bakeria</title>
<style>html{background-color:#000;}</style>
</head>
<body>
<div id="ruffle" width="100%" height="100%"></div>
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
<script>
window.RufflePlayer = window.RufflePlayer || {};
window.addEventListener("load", (event) => {
const ruffle = window.RufflePlayer.newest();
const player = ruffle.createPlayer();
const container = document.getElementById("ruffle");
player.id = "player";
player.style.width = "100%";
player.style.height = "100%";
container.appendChild(player);
player.load("papasbakeria.swf");
});
</script>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 332 KiB

Binary file not shown.

View File

@ -0,0 +1,28 @@
<html>
<head>
<script src="/js/all.js"></script>
<link rel="icon" type="image/png" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Papa's Cheeseria</title>
<style>html{background-color:#000;}</style>
</head>
<body>
<div id="ruffle" width="100%" height="100%"></div>
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
<script>
window.RufflePlayer = window.RufflePlayer || {};
window.addEventListener("load", (event) => {
const ruffle = window.RufflePlayer.newest();
const player = ruffle.createPlayer();
const container = document.getElementById("ruffle");
player.id = "player";
player.style.width = "100%";
player.style.height = "100%";
container.appendChild(player);
player.load("papascheeseria.swf");
});
</script>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 KiB

Binary file not shown.

View File

@ -0,0 +1,28 @@
<html>
<head>
<script src="/js/all.js"></script>
<link rel="icon" type="image/png" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Papa's Pastaria</title>
<style>html{background-color:#000;}</style>
</head>
<body>
<div id="ruffle" width="100%" height="100%"></div>
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
<script>
window.RufflePlayer = window.RufflePlayer || {};
window.addEventListener("load", (event) => {
const ruffle = window.RufflePlayer.newest();
const player = ruffle.createPlayer();
const container = document.getElementById("ruffle");
player.id = "player";
player.style.width = "100%";
player.style.height = "100%";
container.appendChild(player);
player.load("papaspastaria.swf");
});
</script>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 324 KiB

Binary file not shown.

View File

@ -0,0 +1,28 @@
<html>
<head>
<script src="/js/all.js"></script>
<link rel="icon" type="image/png" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Papa's Sushiria</title>
<style>html{background-color:#000;}</style>
</head>
<body>
<div id="ruffle" width="100%" height="100%"></div>
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
<script>
window.RufflePlayer = window.RufflePlayer || {};
window.addEventListener("load", (event) => {
const ruffle = window.RufflePlayer.newest();
const player = ruffle.createPlayer();
const container = document.getElementById("ruffle");
player.id = "player";
player.style.width = "100%";
player.style.height = "100%";
container.appendChild(player);
player.load("papassushiria.swf");
});
</script>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 KiB

Binary file not shown.

View File

@ -0,0 +1,28 @@
<html>
<head>
<script src="/js/all.js"></script>
<link rel="icon" type="image/png" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Papa's Wingeria</title>
<style>html{background-color:#000;}</style>
</head>
<body>
<div id="ruffle" width="100%" height="100%"></div>
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
<script>
window.RufflePlayer = window.RufflePlayer || {};
window.addEventListener("load", (event) => {
const ruffle = window.RufflePlayer.newest();
const player = ruffle.createPlayer();
const container = document.getElementById("ruffle");
player.id = "player";
player.style.width = "100%";
player.style.height = "100%";
container.appendChild(player);
player.load("papaswingeria.swf");
});
</script>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 344 KiB

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,25 @@
<html>
<head>
<script src="/js/all.js"></script>
<title>Paper Mario</title>
<style>
body, html {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div style="width:100%;height:100%;max-width:100%">
<div id="game"></div>
</div>
<script>
EJS_player = "#game";
EJS_core = "n64";
EJS_color = "#0064ff";
EJS_startOnLoaded = true;
EJS_pathtodata = "https://cdn.emulatorjs.org/stable/data/";
EJS_gameUrl = "Paper Mario (USA).n64";
</script>
<script src="https://cdn.emulatorjs.org/stable/data/loader.js"></script>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 KiB

Binary file not shown.

View File

@ -0,0 +1,25 @@
<html>
<head>
<script src="/js/all.js"></script>
<title>Star Fox 64</title>
<style>
body, html {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div style="width:100%;height:100%;max-width:100%">
<div id="game"></div>
</div>
<script>
EJS_player = "#game";
EJS_core = "n64";
EJS_color = "#0064ff";
EJS_startOnLoaded = true;
EJS_pathtodata = "https://cdn.emulatorjs.org/stable/data/";
EJS_gameUrl = "Star Fox 64 (USA) (Rev A).n64";
</script>
<script src="https://cdn.emulatorjs.org/stable/data/loader.js"></script>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 297 KiB

View File

@ -0,0 +1,25 @@
<html>
<head>
<script src="/js/all.js"></script>
<title>Super Mario 64 DS</title>
<style>
body, html {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div style="width:100%;height:100%;max-width:100%">
<div id="game"></div>
</div>
<script>
EJS_player = "#game";
EJS_core = "nds";
EJS_color = "#0064ff";
EJS_startOnLoaded = true;
EJS_pathtodata = "https://cdn.emulatorjs.org/stable/data/";
EJS_gameUrl = "Super Mario 64 DS (USA) (Rev 1).nds";
</script>
<script src="https://cdn.emulatorjs.org/stable/data/loader.js"></script>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 430 KiB

View File

@ -94,6 +94,7 @@
<button onclick="setTheme('vaporwave')" style="background-color: #4b2d64; color: #fff; border: 5px solid #74568d">vaporwave</button> <button onclick="setTheme('vaporwave')" style="background-color: #4b2d64; color: #fff; border: 5px solid #74568d">vaporwave</button>
<button onclick="setTheme('threekho')" style="background-color: #28A018; color: #fff; border: 5px solid #0A8F00">3kh0</button> <button onclick="setTheme('threekho')" style="background-color: #28A018; color: #fff; border: 5px solid #0A8F00">3kh0</button>
<button onclick="setTheme('seraph')" style="background-color: #000; color: #fff; border: 2px solid #fff">seraph</button> <button onclick="setTheme('seraph')" style="background-color: #000; color: #fff; border: 2px solid #fff">seraph</button>
<button onclick="setTheme('nighttime')" style="background-color: #29374d; color: #fff; border: 2px solid #fff">nighttime</button>
<button onclick="customTheme()">custom</button> <button onclick="customTheme()">custom</button>
</div> </div>
<div id="customMenu" style="display: none;"> <div id="customMenu" style="display: none;">

View File

@ -97,3 +97,12 @@ body[theme=seraph] {
/* seraph */ /* seraph */
--shadow: 0px 0px 4px #fff; --shadow: 0px 0px 4px #fff;
} }
body[theme=nighttime] {
--inputbg: #29374d;
--inputborder: #fff;
--uibg: #29374d;
--textcolor: #fff;
--bg: url("img/backgrounds/nighttime_theme.png"), #61437a;
/* https://wallhaven.cc/w/l882py */
--shadow: 0px 0px 4px #fff;
}