make react component

This commit is contained in:
dylan
2024-03-31 12:13:27 -07:00
parent 55fca0a5c2
commit d606a8002f
8 changed files with 117 additions and 66 deletions

View File

@ -3,11 +3,6 @@
<meta name="viewport" content="width=device-width, user-scalable=no">
<script type="text/javascript">
console.log(Object.keys(window));
setTimeout(() => {
console.log(Object.keys(window));
}, 1000);
// Default shell for PICO-8 0.2.2 (includes @weeble's gamepad mod 1.0)
// This file is available under a CC0 license https://creativecommons.org/share-your-work/public-domain/cc0/
// (note: "this file" does not include any cartridge or cartridge artwork injected into a derivative html file when using the PICO-8 html exporter)