Some updates!

This commit is contained in:
QuiteAFancyEmerald 2021-11-29 22:02:24 -08:00
parent 47a843bbb8
commit df4ce2ae68
No known key found for this signature in database
GPG key ID: 14E10C9F7DC07318
1412 changed files with 188615 additions and 149532 deletions

View file

@ -1,12 +1,17 @@
var h5gms = {
"dino": "/archive/dino/index.html",
"thebunker": "/archive/bunker/index.html",
"droom": "/archive/g/adarkroom/index.html",
"doodle": "/archive/g/doodle-jump/index.html",
"ducklife": "/archive/g/ducklife/index.html",
"ducklife2": "/archive/g/ducklife2/index.html",
"ducklife3": "/archive/g/ducklife3/index.html",
"ducklife4": "/archive/g/ducklife4/index.html",
"firewater": "/archive/g/firewater/index.html",
"friendlyfire": "/archive/g/friendlyfire/index.html",
"slope": "/archive/g/slope/index.html",
"gopher": "/archive/gopher/index.html",
"mc": "/archive/g/mcjs.html",
"sna": "/archive/g/snake/index.html",
"retrobowl": "/archive/g/retrobowl/index.html",
"tether": "/archive/g/tether/index.html",
"retro": "/archive/g/retrohaunt/index.html",
"cookiec": "/archive/g/cookieclicker/index.html",
"evilg": "/archive/g/evilglitch/index.html",
@ -41,8 +46,7 @@ var h5gms = {
"faball": "/archive/g/factoryballsforever/index.html",
"trimps": "/archive/g/trimps/index.html",
"sm64": "/archive/g/sm64/index.html#nolag",
"zork": "/archive/g/zork1/index.html",
"obstacle-cube": "/archive/g/obstacle-cube/index.html"
"zork": "/archive/g/zork1/index.html"
};
h5gms_array = Object.keys(h5gms);
@ -52,4 +56,4 @@ for (let i = 0; i < h5gms_array.length; i++) {
e.preventDefault();
goFrame(h5gms[h5gms_array[i]], h5gms[h5gms_array[i]].split("#").slice(-1)[0] == "nolag");
}
}
}