start work on game > iframe system
This commit is contained in:
@@ -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 @@
|
||||
{"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,5 +1,5 @@
|
||||
self.__uv$config = {
|
||||
prefix: "/uv/service/",
|
||||
prefix: "/launch",
|
||||
bare: "/bare/",
|
||||
encodeUrl: Ultraviolet.codec.xor.encode,
|
||||
decodeUrl: Ultraviolet.codec.xor.decode,
|
||||
|
||||
Reference in New Issue
Block a user