This commit is contained in:
skysthelimitt 2023-10-22 11:01:59 -04:00
parent 7262420245
commit df0d67ef9f
62 changed files with 8837 additions and 35 deletions

98
404.html Normal file
View File

@ -0,0 +1,98 @@
<!DOCTYPE html>
<html class="sl-theme-dark" lang="en">
<head>
<!-- initialize theme vars
https://coolors.co/10002b-240046-3c096c-5a189a-7b2cbf-9d4edd-c77dff-e0aaff -->
<!-- initialize externals -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script>
<script src=" https://cdn.jsdelivr.net/npm/js-cookie@3.0.5/dist/js.cookie.min.js "></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@shoelace-style/shoelace@2.9.0/cdn/themes/dark.css" />
<script type="module" src="https://cdn.jsdelivr.net/npm/@shoelace-style/shoelace@2.9.0/cdn/shoelace-autoloader.js"></script>
<!-- initialize my stuff -->
<script src="/js/themes.js"></script>
<script src="/js/all.js"></script>
<script src="/js/main.js"></script>
<link rel="stylesheet" href="/themes.css" />
<link rel="stylesheet" href="/style.css" />
<script src='https://cdn.jsdelivr.net/npm/@widgetbot/crate@3' async defer>
new Crate({
server: '1148719137238040606', // Selenite
channel: '1164203315068932156' // #commands
})
</script>
<!-- seo + other things -->
<title>Selenite</title>
<link rel="icon" href="/favicon.ico" />
<meta
name="keywords"
content="front-end web developer, unblocked, games, google sites, unblocked games mom, ublocked, code, coding, programmer, development, javascript, jquery, bootstrap, sass, less, git, gaming, internet, website, best, site, cool, free games"
/>
<meta property="og:title" content="Welcome to Selenite." />
<meta property="og:site_name" content="https://selenite.cc" />
<meta
property="og:description"
content="Welcome to the one and only option for unblocked games. Welcome to Selenite."
/>
<meta
name="description"
content="Welcome to the one and only option for unblocked games. Welcome to Selenite."
/>
<meta name="author" content="Website Creator" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<!-- toastify -->
<script>
document.addEventListener('DOMContentLoaded', function() {
const dialog = document.querySelector('.dialog-width');
const input = dialog.querySelector('sl-input');
const openButton = dialog.nextElementSibling;
const closeButton = dialog.querySelector('sl-button[slot="footer"]');
setTimeout(() => {
dialog.show();
}, 200)
});
</script>
</head>
<alerts>
<sl-dialog label="Page not found!" class="dialog-width" style="--width: 60vw;">
Oops! Looks like you found a page that doesn't exist! If you found this from regular website usage, then please <a href="/support.html">report a bug</a>!
<sl-button slot="footer" variant="neutral">Close</sl-button>
</sl-dialog>
</alerts>
<body id="noscroll">
<header>
<a href="/index.html">Home</a>
<a href="/bookmarklets.html">Bookmarklets</a>
<a href="/projects.html">Games</a>
<a href="/settings.html">Settings</a>
<a href="/support.html">Support</a>
<a href="/blank.html">Open Blank</a>
<a href="/about.html">About</a>
</header>
<main id="main" class="noscroll">
</main>
<footer class="noscroll">
<a href="https://github.com/selenite-cc/Selenite">Source Code</a>
<a id="panicmode">Panic Mode</a>
<a href="/transfer.html">Transfer your data</a>
<a href="/suggest.html">Bug Reports</a>
<a href="https://discord.gg/7jyufnwJNf">Discord</a>
<a href="/suggest.html">Suggestions</a>
<a href="/contact.html">Contact</a>
</footer>
</body>
</html>

BIN
amongus/amgojs]_.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

1
amongus/data.json Normal file

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 334 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 493 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 200 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 149 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 592 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 803 B

24
amongus/index.html Normal file
View File

@ -0,0 +1,24 @@
<html>
<head>
<meta charset="UTF-8">
<title>Among Us</title>
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no">
<link rel="shortcut icon" href="../../images/ico.ico">
<link rel="stylesheet" href="style.css">
<script src="/js/all.js"></script>
</head>
<body>
<noscript>
<div id="notSupportedWrap">
<h2 id="notSupportedTitle">this game requires javascript</h2>
<p class="notSupportedMessage">javascript doesn't seem to be enabled for this website. </p>
</div>
</noscript>
<script src="scripts/supportcheck.js"></script>
<script src="scripts/offlineclient.js" type="module"></script>
<script src="scripts/main.js" type="module"></script>
<script src="scripts/register-sw.js" type="module"></script>
</body>
</html>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
amongus/media/ui_hover.webm Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

1
amongus/pathfind.js Normal file
View File

@ -0,0 +1 @@
"use strict";{const t=Math.pow(2,26),e=t-1;function s(e,s){return e*t+s}const i=new Map;function n(t){let e=i.get(t);return e||(e=new r,i.set(t,e)),e}self.JobHandlers.PFCellData=function(t){const e=t.mapKey,s=t.hcells,i=t.vcells,l=t.cellData,a=t.diagonals;n(e).Init(s,i,l,a)},self.JobHandlers.PFUpdateRegion=function(t){const e=t.mapKey,s=t.cx1,i=t.cy1,l=t.lenx,a=t.leny,r=t.cellData;n(e).UpdateRegion(s,i,l,a,r)},self.JobHandlers.PFSetDiagonals=function(t){const e=t.mapKey,s=t.diagonals;n(e).SetDiagonalsEnabled(s)},self.JobHandlers.PFResetAllCellData=function(t){for(const t of i.values())t.Clear()},self.JobHandlers.PFFindPath=function(t){const e=t.mapKey,s=t.cellX,i=t.cellY,l=t.destCellX,a=t.destCellY,r=n(e);performance.now();return{result:r.FindPath(s,i,l,a)}};let l=0;class a{constructor(t,e){this._parent=null,this._x=t||0,this._y=e||0,this._f=0,this._g=0,this._h=0,this._seq=l++}SetXY(t,e){this._x=t,this._y=e}DirectionTo(t){const e=this._x,s=this._y,i=t._x,n=t._y;if(e===i){if(n>s)return 6;if(n<s)return 2;if(s===n)return 8}else if(s===n){if(i>e)return 4;if(n<e)return 0}else{if(i<e&&n<s)return 1;if(i>e&&n<s)return 3;if(i<e&&n>s)return 7;if(i>e&&n>s)return 5}return 8}static Sort(t,e){const s=t._f,i=e._f;return s!==i?s-i:t._seq-e._seq}}class r{constructor(){this._hcells=0,this._vcells=0,this._cells=null,this._openList=new self.RedBlackSet(a.Sort),this._openMap=new Map,this._closedSet=new Set,this._currentNode=null,this._targetX=0,this._targetY=0,this._diagonalsEnabled=!0}Init(t,e,s,i){this._hcells=t,this._vcells=e,this._cells=s,this._diagonalsEnabled=!!i}UpdateRegion(t,e,s,i,n){const l=this._cells;if(l)for(let i=0;i<s;++i)l[t+i].set(n[i],e)}Clear(){this._cells=null}_ClearIntermediateData(){this._openList.Clear(),this._openMap.clear(),this._closedSet.clear(),this._currentNode=null,l=0}UpdateRegion(t,e,s,i,n){for(let l=0;l<s;++l)for(let s=0;s<i;++s)this._cells[t+l][e+s]=n[l][s]}SetDiagonalsEnabled(t){this._diagonalsEnabled=!!t}At(t,s){return t<0||s<0||t>=this._hcells||s>=this._vcells?e:this._cells[t][s]}FindPath(t,e,s,i){if(!this._cells)return null;t=Math.floor(t),e=Math.floor(e),s=Math.floor(s),i=Math.floor(i),this._targetX=s,this._targetY=i;const n=Math.min(t,s),l=Math.max(t,s),a=Math.min(e,i),r=Math.max(e,i);if(n<0||a<0||l>=this._hcells||r>=this._vcells)return null;if(this._diagonalsEnabled){let t=!0;for(let e=n;e<=l;++e)for(let s=a;s<=r;++s)if(0!==this._cells[e][s]){t=!1,e=l+1;break}if(t)return[{x:s,y:i}]}return this._AStarFindPath(t,e)}_AStarFindPath(t,i){const n=this._diagonalsEnabled,l=this._openList,r=this._openMap,_=this._closedSet,h=new a(t,i);for(l.Add(h),r.set(s(t,i),h);!l.IsEmpty();){const t=l.Shift(),i=s(t._x,t._y);if(r.delete(i),_.add(i),t._x===this._targetX&&t._y===this._targetY)return this._ClearIntermediateData(),this._GetResultPath(t);this._currentNode=t;const a=t._x,h=t._y,o=this.At(a-1,h)===e,d=this.At(a,h-1)===e,c=this.At(a+1,h)===e,u=this.At(a,h+1)===e;o||this._AddCellToOpenList(a-1,h,10),!n||o||d||this.At(a-1,h-1)===e||this._AddCellToOpenList(a-1,h-1,14),d||this._AddCellToOpenList(a,h-1,10),!n||d||c||this.At(a+1,h-1)===e||this._AddCellToOpenList(a+1,h-1,14),c||this._AddCellToOpenList(a+1,h,10),!n||c||u||this.At(a+1,h+1)===e||this._AddCellToOpenList(a+1,h+1,14),u||this._AddCellToOpenList(a,h+1,10),!n||u||o||this.At(a-1,h+1)===e||this._AddCellToOpenList(a-1,h+1,14)}return this._ClearIntermediateData(),null}_AddCellToOpenList(t,e,i){const n=s(t,e);if(this._closedSet.has(n))return;const l=this.At(t,e),a=this._openMap.get(n);a?this._currentNode._g+i+l<a._g&&this._UpdateNodeInOpenList(a,i,l):this._AddNewNodeToOpenList(t,e,i,l)}_UpdateNodeInOpenList(t,e,s){const i=this._openList,n=this._currentNode;i.Remove(t),t._parent=n,t._g=n._g+e+s,t._h=this._EstimateH(t._x,t._y),t._f=t._g+t._h,i.Add(t)}_AddNewNodeToOpenList(t,e,i,n){const l=new a(t,e),r=this._EstimateH(t,e),_=this._currentNode._g+i+n;l._h=r,l._g=_,l._f=r+_,l._parent=this._currentNode,this._openMap.set(s(t,e),l),this._openList.Add(l)}_EstimateH(t,e){return 10*Math.abs(t-this._targetX)+10*Math.abs(e-this._targetY)}_GetResultPath(t){const e=[];let s=!1,i=8,n=-1,l=t;for(;l;)0===e.length?(s=!0,l._parent&&(i=l.DirectionTo(l._parent),n=i)):l._parent?(n=l.DirectionTo(l._parent),s=n!==i):s=!1,s&&(e.push({x:l._x,y:l._y}),i=n),l=l._parent;return e.reverse()}}}

BIN
amongus/penumbra.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

1
amongus/redblackset.js Normal file

File diff suppressed because one or more lines are too long

8649
amongus/scripts/c3runtime.js Normal file

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
"use strict";self.inputPort=null,self.jobQueue=[],self.jobWorkers=[],self.sentBlobs=[],self.sentBuffers=[],self.importedScripts=[],self.lastBroadcasts=new Map;class JobWorker{constructor(e,s){this._port=e,this._number=s,this._isReady=!1,this._isBusy=!1,this._port.onmessage=e=>this._OnMessage(e.data)}ImportScripts(e){this._port.postMessage({type:"_import_scripts",scripts:e})}SendBlob(e,s){this._port.postMessage({type:"_send_blob",blob:e,id:s})}SendBuffer(e,s){this._port.postMessage({type:"_send_buffer",buffer:e,id:s})}SendJob(e){if(this._isBusy||!this._isReady)throw new Error("cannot take job");this._isBusy=!0,this._port.postMessage(e,e.transferables)}_InitBroadcast(e){this._port.postMessage(e,e.transferables)}SendReady(){this._port.postMessage({type:"_ready"})}IsReady(){return this._isReady}_OnReady(){this._isReady=!0,this.MaybeStartNextJob()}IsBusy(){return this._isBusy}GetNumber(){return this._number}_OnMessage(e){const s=e.type;switch(s){case"ready":return void this._OnReady();case"done":return void this._OnJobDone();default:return void console.error("unknown message from worker '"+s+"'")}}_OnJobDone(){this._isBusy=!1,this.MaybeStartNextJob()}MaybeStartNextJob(){if(this._isBusy||!this._isReady)return;const e=this._FindAvailableJob();if(-1===e)return;const s=self.jobQueue[e];s.isBroadcast?(s.doneFlags[this._number]=!0,s.doneFlags.every((e=>e))&&self.jobQueue.splice(e,1)):self.jobQueue.splice(e,1),this.SendJob(s)}_FindAvailableJob(){for(let e=0,s=self.jobQueue.length;e<s;++e){const s=self.jobQueue[e];if(!s.isBroadcast||this._number<s.doneFlags.length&&!s.doneFlags[this._number])return e}return-1}TestMessageChannel(){this._port.postMessage({type:"_testMessageChannel"})}}let number=0;function AddJobWorker(e){const s=new JobWorker(e,number++);self.jobWorkers.push(s);for(const[e,t]of self.sentBlobs)s.SendBlob(e,t);for(const[e,t]of self.sentBuffers)s.SendBuffer(e,t);for(const e of self.importedScripts)s.ImportScripts(e);for(const e of self.lastBroadcasts.values())s._InitBroadcast(e);s.SendReady()}function CancelJob(e){for(let s=0,t=self.jobQueue.length;s<t;++s)if(self.jobQueue[s].jobId===e)return void self.jobQueue.splice(s,1)}function OnInputPortMessage(e){const s=e.data,t=s.type;if("_cancel"!==t)if("_import_scripts"!==t)if("_send_blob"!==t)if("_send_buffer"!==t){if("_no_more_workers"===t)return self.sentBlobs.length=0,self.sentBuffers.length=0,self.importedScripts.length=0,void self.lastBroadcasts.clear();if("_testMessageChannel"!==t){self.jobQueue.push(s),s.isBroadcast&&(s.doneFlags=new Array(self.jobWorkers.length).fill(!1),s.transferables=[],self.lastBroadcasts.set(s.type,s));for(const e of self.jobWorkers)e.MaybeStartNextJob()}else self.jobWorkers[0].TestMessageChannel()}else{const e=s.buffer,t=s.id;for(const s of self.jobWorkers)s.SendBuffer(e,t);self.sentBuffers.push([e,t])}else{const e=s.blob,t=s.id;for(const s of self.jobWorkers)s.SendBlob(e,t);self.sentBlobs.push([e,t])}else{const e=s.scripts;for(const s of self.jobWorkers)s.ImportScripts(e);self.importedScripts.push(e)}else CancelJob(s.jobId)}self.addEventListener("message",(e=>{const s=e.data,t=s.type;"_init"===t?(self.inputPort=s["in-port"],self.inputPort.onmessage=OnInputPortMessage):"_addJobWorker"===t&&AddJobWorker(s.port)}));

View File

@ -0,0 +1 @@
"use strict";function FlipImageData(e,t,s){const r=4*t,o=new Uint8Array(r),n=e.buffer;for(let e=0,t=Math.floor(s/2);e<t;++e){const t=s-e-1,a=new Uint8Array(n,e*r,r),l=new Uint8Array(n,t*r,r);o.set(a),a.set(l),l.set(o)}}function UnpremultiplyImageData(e){for(let t=0,s=e.length;t<s;t+=4){const s=e[t+3];if(255===s)continue;const r=255/s;e[t]*=r,e[t+1]*=r,e[t+2]*=r}}function SendReady(){self.dispatchPort.postMessage({type:"ready"}),self.outputPort.postMessage({type:"ready"})}function SendError(e,t){e||self.outputPort.postMessage({type:"error",jobId:self.activeJobId,error:t.toString()}),SendDone()}function SendResult(e,t){if(!e){const e=t.transferables||[];self.outputPort.postMessage({type:"result",jobId:self.activeJobId,result:t.result},e)}SendDone()}function SendDone(){self.activeJobId=null,self.dispatchPort.postMessage({type:"done"})}function SendProgress(e){self.outputPort.postMessage({type:"progress",jobId:self.activeJobId,progress:e})}function OnDispatchWorkerMessage(e){const t=e.data,s=t.type;if("_import_scripts"===s)return void importScripts(...t.scripts);if("_send_blob"===s)return void self.sentBlobs.set(t.id,t.blob);if("_send_buffer"===s)return void self.sentBuffers.set(t.id,t.buffer);if("_testMessageChannel"===s)return void self.outputPort.postMessage({type:"_testMessageChannelOk"});if("_ready"===s)return void SendReady();const r=t.jobId,o=t.isBroadcast,n=t.params;let a;if(self.activeJobId=r,self.JobHandlers.hasOwnProperty(s)){try{a=self.JobHandlers[s](n)}catch(e){return void SendError(o,"Exception in job handler: "+e)}a&&a.then?a.then((e=>SendResult(o,e))).catch((e=>SendError(o,"Rejection in job handler: "+e))):SendResult(o,a)}else console.error(`no handler for message type '${s}'`)}self.dispatchPort=null,self.outputPort=null,self.workerNumber=-1,self.activeJobId=null,self.sentBlobs=new Map,self.sentBuffers=new Map,self.JobHandlers={},self.JobHandlers.ProcessImageData=function(e){const t=e.buffer,s=new Uint8Array(t),r=e.width,o=e.height;return e.flipY&&FlipImageData(s,r,o),e.unpremultiply&&UnpremultiplyImageData(s),{result:t,transferables:[t]}},self.addEventListener("message",(e=>{const t=e.data,s=t.type;switch(s){case"init":return self.workerNumber=t.number,self.dispatchPort=t["dispatch-port"],self.dispatchPort.onmessage=OnDispatchWorkerMessage,void(self.outputPort=t["output-port"]);case"terminate":return void self.close();default:return void console.error("unknown message '"+s+"'")}}));

1
amongus/scripts/main.js Normal file

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
"use strict";{class s{constructor(){this._broadcastChannel="undefined"==typeof BroadcastChannel?null:new BroadcastChannel("offline"),this._queuedMessages=[],this._onMessageCallback=null,this._broadcastChannel&&(this._broadcastChannel.onmessage=s=>this._OnBroadcastChannelMessage(s))}_OnBroadcastChannelMessage(s){this._onMessageCallback?this._onMessageCallback(s):this._queuedMessages.push(s)}SetMessageCallback(s){this._onMessageCallback=s;for(let s of this._queuedMessages)this._onMessageCallback(s);this._queuedMessages.length=0}}window.OfflineClientInfo=new s}

View File

@ -0,0 +1 @@
"use strict";{const n={async MainMenu_Event25(n,s){},async Settings_Event73(n,s){}};self.C3.ScriptsInEvents=n}

View File

@ -0,0 +1 @@
"use strict";window.C3_RegisterSW=async function(){if(navigator.serviceWorker)try{const e=await navigator.serviceWorker.register("sw.js",{scope:"./"});console.info("Registered service worker on "+e.scope)}catch(e){console.warn("Failed to register service worker: ",e)}};

View File

@ -0,0 +1 @@
"use strict";!function(){var e=!!document.querySelector('script[src*="kaspersky"]'),t=document.createElement("canvas"),r=[];if(!(!t.getContext("webgl")&&!t.getContext("experimental-webgl"))||r.push("WebGL"),"undefined"==typeof WebAssembly&&r.push("WebAssembly"),"noModule"in HTMLScriptElement.prototype||r.push("JavaScript Modules"),0!==r.length||e){var o=document.createElement("div");o.id="notSupportedWrap",document.body.appendChild(o);var s=document.createElement("h2");s.id="notSupportedTitle",s.textContent=e?"Kaspersky Internet Security broke this export":"Software update needed",o.appendChild(s);var n=document.createElement("p");n.className="notSupportedMessage";var a="This content is not supported because your device's software is out-of-date. ",i=navigator.userAgent;/android/i.test(i)?a+='<br><br>On Android, fix this by making sure the <a href="https://play.google.com/store/apps/details?id=com.google.android.webview">Android System Webview</a> app has updates enabled and is up-to-date.':/iphone|ipad|ipod/i.test(i)?a+="<br><br>Note: using the <strong>iOS simulator</strong> requires <strong>Xcode 12+</strong>. Otherwise try testing on a real device instead.":!/msie/i.test(i)&&!/trident/i.test(i)||/edge\//i.test(i)?e?a="It appears a script was added to this export by Kaspersky software. This prevents the exported project from working. Try disabling Kaspersky and exporting again.":a+="Try installing any available software updates. Alternatively try on a different device.":a+="<br><br>Note: <strong>Internet Explorer</strong> is not supported. Try using <a href='https://www.google.com/chrome'>Chrome</a> or <a href='https://www.mozilla.org/firefox'>Firefox</a> instead.",a+="<br><br><em>Missing features: "+r.join(", ")+"<br>User agent: "+navigator.userAgent+"</em>",n.innerHTML=a,o.appendChild(n)}else window.C3_IsSupported=!0}();

1
amongus/style.css Normal file
View File

@ -0,0 +1 @@
body,html{padding:0;margin:0;overflow:hidden;background:#000;color:#fff}body,canvas,html{touch-action:none;touch-action-delay:none}#notSupportedWrap{margin:2em auto 1em;width:75%;max-width:45em;border:2px solid #aaa;border-radius:1em;padding:2em;background-color:#f0f0f0;font-family:"Segoe UI",Frutiger,"Frutiger Linotype","Dejavu Sans","Helvetica Neue",Arial,sans-serif;color:#000}#notSupportedTitle{font-size:1.8em}.notSupportedMessage{font-size:1.2em}.notSupportedMessage em{color:#888}@font-face{font-family:'in your face, joffrey!';src:url('fonts/in your face, joffrey!.ttf') format('truetype')}@font-face{font-family:varela-regular;src:url('fonts/varela-regular.ttf') format('truetype')}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 965 B

View File

@ -1,11 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>placeholder shit until i get the energy to actually add the mods</h1>
</body>
</html>

View File

@ -794,5 +794,20 @@
"name": "1 on 1 Soccer",
"directory": "1on1soccer",
"image": "logo.jpg"
},
{
"name": "Among Us",
"directory": "amongus",
"image": "amgojs]_.png"
},
{
"name": "Bad Piggies",
"directory": "badpiggies",
"image": "badpiggies.png"
},
{
"name": "Sandtrix",
"directory": "sandtrix",
"image": "assets/sprites/appicon.png"
}
]

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,13 @@
{
"companyName": "Michael Eichler",
"productName": "Getaway Shootout",
"dataUrl": "unity/GetawayShootout.data.unityweb",
"asmCodeUrl": "unity/GetawayShootout.asm.code.unityweb",
"asmMemoryUrl": "unity/GetawayShootout.asm.memory.unityweb",
"asmFrameworkUrl": "unity/GetawayShootout.asm.framework.unityweb",
"TOTAL_MEMORY": 268435456,
"graphicsAPI": ["WebGL 2.0", "WebGL 1.0"],
"webglContextAttributes": { "preserveDrawingBuffer": false },
"splashScreenStyle": "Dark",
"backgroundColor": "#586C80"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

View File

@ -1,22 +1,22 @@
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/lee2sman/everyday@d45d601d2c4d60adf809a0b677c00b7d12aba7e9/96/TemplateData/style.css" />
<script src="/js/all.js"></script>
<script src="https://cdn.jsdelivr.net/gh/lee2sman/everyday@d45d601d2c4d60adf809a0b677c00b7d12aba7e9/96/TemplateData/UnityProgress.js"></script>
<script src="https://cdn.jsdelivr.net/gh/lordsofdank/GetawayShootout@9e99964c43638346680fce45d3b296408da61181/Build/UnityLoader.js"></script>
<script>
var gameInstance = UnityLoader.instantiate("gameContainer", "https://cdn.jsdelivr.net/gh/lordsofdank/GetawayShootout@9e99964c43638346680fce45d3b296408da61181/Build/GetawayShootoutTwoPlayerGamesOrg.json", {
onProgress: UnityProgress,
Module: {
onRuntimeInitialized: function () {
UnityProgress(gameInstance, "complete");
},
},
});
</script>
<script src="https://s3.amazonaws.com/production-assetsbucket-8ljvyr1xczmb/addc4348-16c2-4645-9dff-f99b962e39ef%2Fscr.js"></script>
<div class="webgl-content">
<div
id="gameContainer"
style="width: 100vw; height: 100vh"></div>
</div>
<html lang="en-us">
<head>
<link rel="icon" type="image/x-icon" href="img/images.jpg" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Getaway Shootout</title>
<script src="Build/UnityLoader.js"></script>
<script src="/js/all.js"></script>
<style>
body {
background-color: #000000;
}
</style>
<script>
var gameInstance = UnityLoader.instantiate("gameContainer", "GetawayShootout.json", { width: 800, height: 600 });
</script>
</head>
<body>
<div id="gameContainer" style="width: 100%; height: 100%; margin: auto;"></div>
</body>
</html>

Binary file not shown.

Binary file not shown.

View File

@ -5,8 +5,7 @@
<script src="crazygames-sdk-v2.js"></script>
<script src="/js/all.js"></script>
<script>
alert("so we have a big issue where it sometimes likes to load play_beep.wav a lot\nif ur game takes a while to load ur probably just sending thousands of requests to play_beep.wav\nidk how to fix :3")
window.mobileCheck = function() {
window.mobileCheck = function() {
let check = false;
(function(a){if(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i.test(a)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(a.substr(0,4))) check = true;})(navigator.userAgent||navigator.vendor||window.opera);
return check;