-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit bdcc28e
Showing
14 changed files
with
45,552 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<!doctype html><html lang=en><meta charset=utf-8><meta content="width=device-width,initial-scale=1,user-scalable=no" name=viewport><title>GDClone v0.1.0</title><link href=icon.ico rel=icon><style>body,html{width:100%;height:100%}body{background-color:#000;justify-content:center;align-items:center;margin:0;display:flex}.game-container{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.lds-dual-ring{width:80px;height:80px;margin:auto;display:inline-block;position:absolute;left:0;right:0}.lds-dual-ring:after{content:" ";border:6px solid #fff;border-color:#fff #0000;border-radius:50%;width:64px;height:64px;animation:1.2s linear infinite lds-dual-ring;display:block}@keyframes lds-dual-ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#canvas{z-index:2;display:block;width:100%!important;height:100%!important}*{font-family:Helvetica Neue,Arial,sans-serif}:focus{outline:none}#note1{visibility:hidden;color:#fff;text-align:center;z-index:3;background-color:#8b0000;border-radius:2px;padding:16px;position:fixed;bottom:30px;left:30px}#note2{visibility:hidden;color:#fff;text-align:center;z-index:3;background-color:#1b1b1b;border-radius:2px;padding:16px;position:fixed;bottom:30px;left:30px}#note1.show,#note2.show{visibility:visible;-webkit-animation:.5s fadein,.5s 4s fadeout;animation:.5s fadein,.5s 4s fadeout}@-webkit-keyframes fadein{0%{opacity:0;bottom:0}to{opacity:1;bottom:30px}}@keyframes fadein{0%{opacity:0;bottom:0}to{opacity:1;bottom:30px}}@-webkit-keyframes fadeout{0%{opacity:1;bottom:30px}to{opacity:0;bottom:0}}@keyframes fadeout{0%{opacity:1;bottom:30px}to{opacity:0;bottom:0}}</style><link as=fetch crossorigin href=./gdclone-ed7d5ef28de5adde_bg.wasm integrity=sha384-fvwProGAEyWDsPtGtrbzpzJbbk_klisTHf1R9Zmt5pnOYV3RHaEWwSqrUwCXdJBy rel=preload type=application/wasm><link crossorigin href=./gdclone-ed7d5ef28de5adde.js integrity=sha384-W584_fOM-8j2zNOmDuUB-Dg_4iDRWeox62J7jUR8hFSBkj9ZeBhZrrdRnLU5vpQi rel=modulepreload></head><body><script>(()=>{let d=0;var c=(e=>{let f=d;a.forEach(a=>{if(a.state!==`running`){a.resume()}else{f++}});if(f>d&&f===a.length){b.forEach(a=>{document.removeEventListener(a,c)})}});const a=[];const b=[`click`,`contextmenu`,`auxclick`,`dblclick`,`mousedown`,`mouseup`,`pointerup`,`touchend`,`keydown`,`keyup`];self.AudioContext=new Proxy(self.AudioContext,{construct(b,c){const d=new b(...c);a.push(d);return d}});b.forEach(a=>{document.addEventListener(a,c)})})()</script><script>(()=>{let a=`note1`,e=4500,c=`note2`,d=``,b=`show`;setTimeout((()=>{var f=document.getElementById(a);f.className=b;setTimeout((()=>{var f=document.getElementById(a);var g=document.getElementById(c);f.className=d;g.className=b;setTimeout((()=>{var a=document.getElementById(c);a.className=d}),e)}),e)}),3000)})()</script><div id=note1>WARNING: This is an early version of GDClone for browser, things might break!</div><div id=note2>Tip: Pause and unpause the player to re-sync the audio</div><div class=game-container><div class=lds-dual-ring></div><canvas autofocus id=canvas>Javascript and support for canvas are required</canvas></div><script type=module>import a,*as b from"./gdclone-ed7d5ef28de5adde.js";a(`./gdclone-ed7d5ef28de5adde_bg.wasm`);window.wasmBindings=b</script></body></html> |