Skip to content

Commit

Permalink
Deploying to gh-pages from @ d50ecba 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasEi committed Dec 30, 2023
1 parent c68ab8e commit 5dd94f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!doctype html><html lang=en><meta charset=utf-8><title>Bevy game</title><link href=icon.ico rel=icon><style>body,html{height:100%}body{background-color:lightgray;margin:0;display:flex;justify-content:center;align-items:center}.game-container{width:800px;height:600px;display:flex;justify-content:center;align-items:center}.lds-dual-ring{display:inline-block;position:absolute;left:0;right:0;margin:auto;width:80px;height:80px}.lds-dual-ring:after {content:" ";display:block;width:64px;height:64px;border-radius:50%;border:6px solid #fff;border-color:#fff;animation:lds-dual-ring 1.2s linear infinite}@keyframes lds-dual-ring{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}#bevy{width:0;height:0;z-index:2}</style><link as=fetch crossorigin href=/bevy_game_template/bevy_game-5c893d17073cc9ff03218bb960ea0fb550327453b4f26b62116d1f5781fb66502021ce1b5d6b18fdc5581300cbca70ae_bg.wasm integrity=sha384-XIk9Fwc8yf8DIYu5YOoPtVAydFO08mtiEW0fV4H7ZlAgIc4bXWsY_cVYEwDLynCu rel=preload type=application/wasm><link crossorigin href=/bevy_game_template/bevy_game-5c893d17073cc9ff03218bb960ea0fb550327453b4f26b62116d1f5781fb66502021ce1b5d6b18fdc5581300cbca70ae.js integrity=sha384-hM8JMbkUuLZ6xfMHAK-RsCOhqYCNweu8Jy8nqmSLwFGykMggjF74JzCqgdvnbXbZ rel=modulepreload></head><body><script>(function(){const d=[];const e=["click","contextmenu","auxclick","dblclick","mousedown","mouseup","pointerup","touchend","keydown","keyup"];self.AudioContext=new Proxy(self.AudioContext,{construct(a,b){const f=new a(...b);d.push(f);return f}});function c(f){let g=0;d.forEach(h=>{if(h.state!=="running"){h.resume()}else{g++}});if(g>0&&g===d.length){e.forEach(h=>{document.removeEventListener(h,c)})}}e.forEach(f=>{document.addEventListener(f,c)})})()</script><div class=game-container><div class=lds-dual-ring></div><canvas id=bevy>Javascript and support for canvas is required</canvas></div><script type=module>
<!doctype html><html lang=en><meta charset=utf-8><meta content="width=device-width,initial-scale=1,user-scalable=no" name=viewport><title>Bevy game</title><link href=icon.ico rel=icon><style>body,html{height:100%}body{background-color:lightgray;margin:0;display:flex;justify-content:center;align-items:center}.game-container{width:800px;height:600px;display:flex;justify-content:center;align-items:center}.lds-dual-ring{display:inline-block;position:absolute;left:0;right:0;margin:auto;width:80px;height:80px}.lds-dual-ring:after {content:" ";display:block;width:64px;height:64px;border-radius:50%;border:6px solid #fff;border-color:#fff;animation:lds-dual-ring 1.2s linear infinite}@keyframes lds-dual-ring{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}#bevy{width:0;height:0;z-index:2}</style><link as=fetch crossorigin href=/bevy_game_template/bevy_game-5c893d17073cc9ff03218bb960ea0fb550327453b4f26b62116d1f5781fb66502021ce1b5d6b18fdc5581300cbca70ae_bg.wasm integrity=sha384-XIk9Fwc8yf8DIYu5YOoPtVAydFO08mtiEW0fV4H7ZlAgIc4bXWsY_cVYEwDLynCu rel=preload type=application/wasm><link crossorigin href=/bevy_game_template/bevy_game-5c893d17073cc9ff03218bb960ea0fb550327453b4f26b62116d1f5781fb66502021ce1b5d6b18fdc5581300cbca70ae.js integrity=sha384-hM8JMbkUuLZ6xfMHAK-RsCOhqYCNweu8Jy8nqmSLwFGykMggjF74JzCqgdvnbXbZ rel=modulepreload></head><body><script>(function(){const d=[];const e=["click","contextmenu","auxclick","dblclick","mousedown","mouseup","pointerup","touchend","keydown","keyup"];self.AudioContext=new Proxy(self.AudioContext,{construct(a,b){const f=new a(...b);d.push(f);return f}});function c(f){let g=0;d.forEach(h=>{if(h.state!=="running"){h.resume()}else{g++}});if(g>0&&g===d.length){e.forEach(h=>{document.removeEventListener(h,c)})}}e.forEach(f=>{document.addEventListener(f,c)})})()</script><div class=game-container><div class=lds-dual-ring></div><canvas id=bevy>Javascript and support for canvas is required</canvas></div><script type=module>
import init, * as bindings from '/bevy_game_template/bevy_game-5c893d17073cc9ff03218bb960ea0fb550327453b4f26b62116d1f5781fb66502021ce1b5d6b18fdc5581300cbca70ae.js';
init('/bevy_game_template/bevy_game-5c893d17073cc9ff03218bb960ea0fb550327453b4f26b62116d1f5781fb66502021ce1b5d6b18fdc5581300cbca70ae_bg.wasm');
window.wasmBindings = bindings;
Expand Down

0 comments on commit 5dd94f5

Please sign in to comment.