start work on game > iframe system

This commit is contained in:
fowntain
2023-07-27 18:25:42 +00:00
parent 9e24b83171
commit c4617018d3
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
/*const gamedata = JSON.parse(localStorage.getItem('gamedata'));
const gamedata = JSON.parse(localStorage.getItem('gamedata'));
document.getElementById('logo-options').textContent = gamedata.name;
document.getElementById('game-icon-sm').src = gamedata.imgurl;
document.getElementById('game-frame').src = gamedata.gameurl;*/
document.getElementById('game-frame').src = gamedata.gameurl;
const load = (url, name, type) => {
document.addEventListener('keydown', (e) => {
+1 -1
View File
@@ -1 +1 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
{"name":"Polaris By Skool","short_name":"Polaris","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
+1 -1
View File
@@ -1,5 +1,5 @@
self.__uv$config = {
prefix: "/uv/service/",
prefix: "/launch",
bare: "/bare/",
encodeUrl: Ultraviolet.codec.xor.encode,
decodeUrl: Ultraviolet.codec.xor.decode,