Skip to content

Commit

Permalink
gh pages
Browse files Browse the repository at this point in the history
  • Loading branch information
aratama committed Sep 20, 2024
1 parent 5f75126 commit 82a6065
Show file tree
Hide file tree
Showing 14 changed files with 2,283 additions and 2 deletions.
Binary file added docs/assets/Pixel Art Top Down Basic/TX Plant.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/Pixel Art Top Down Basic/TX Props.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions docs/index-21cc2d81480eab49.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
html,
body {
background-color: #111;
margin: 0;
padding: 0;
overflow: hidden;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}

canvas {
outline: none;
background-color: #111;
}
25 changes: 25 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<html>

<head>
<!-- https://trunkrs.dev/assets/ -->
<link rel="stylesheet" href="./index-21cc2d81480eab49.css" integrity="sha384&#x2D;LJF7b2IQ9rP7MTHzX&#x2F;SJJsOhbX4Do&#x2B;4TuSbbBksMjCRThxiKjS8hYDGl&#x2B;bbVO8bo"/>

<title></title>

<link rel="modulepreload" href="./my_bevy_game-2388c215d760dc6.js" crossorigin=anonymous integrity="sha384-eS87zw5KQaqrBuHsOCW+0e/FqFtW1+WIozqzhJn/CVEmi2FaNvPFCgk/Zh3rsSFM">
<link rel="preload" href="./my_bevy_game-2388c215d760dc6_bg.wasm" crossorigin=anonymous integrity="sha384-lgXaVJMkc+2GGzl7fMhk6mBHrkfjCliN4R3PEacAvYmNeErdtWiZKsiA8ckFHp0Y" as="fetch" type="application/wasm"></head>

<body>
<script type="module" nonce="COFPhBI7FEEaZShfCDk86w==">
import init, * as bindings from './my_bevy_game-2388c215d760dc6.js';
const wasm = await init('./my_bevy_game-2388c215d760dc6_bg.wasm');


window.wasmBindings = bindings;


dispatchEvent(new CustomEvent("TrunkApplicationStarted", {detail: {wasm}}));

</script></body>

</html>
Loading

0 comments on commit 82a6065

Please sign in to comment.