update CHIM to js-dos v8, update maze to latest
This commit is contained in:
File diff suppressed because one or more lines are too long
4
src/assets/_root/webtoys/maze/assets/index-Bw4OooWg.js
Normal file
4
src/assets/_root/webtoys/maze/assets/index-Bw4OooWg.js
Normal file
File diff suppressed because one or more lines are too long
@@ -1 +0,0 @@
|
||||
:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;font-size:16px}h1{font-size:3.2em;line-height:1.1}h4,h5{margin:1rem 0}pre{font-size:1em;font-family:monospace;font-weight:400;font-style:normal}#app{align-items:center;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;margin:0 auto;max-width:800px;position:relative;text-align:center;width:100%}#app-controls-window{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:.5rem;margin-top:.5rem}#app-controls-window>button{grid-column:span 2}#app-controls-window>button:first-child,#app-controls-window>button:last-child{grid-column:2 / span 2}#app-interface-window{display:flex;flex-basis:40%;flex-direction:column;font-size:16px;order:3}#app-inventory-controls{display:flex;flex-direction:row;gap:.5rem;width:100%}#app-inventory-controls select{font-size:16px;width:15rem}#app-maze-window{flex-basis:60%;order:1}#app-modal{background-color:#1b1e1fde;border-radius:4px;left:50%;position:fixed;top:50%;transform:translate(-50%,-50%);visibility:hidden;width:20rem}#app-modal.show{transition:visibility .5s cubic-bezier(.075,.82,.165,1);visibility:visible}#app-modal-button{margin:3rem auto 1rem}#app-text-output{flex-basis:100%;order:2;padding:.5rem;width:95%}#mazeOutput{margin:0}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.vanilla:hover{filter:drop-shadow(0 0 2em #3178c6aa)}.card{padding:2em}.read-the-docs{color:#888}button{background-color:#363c3e;border-radius:8px;border:1px solid transparent;cursor:pointer;font-family:inherit;font-size:1em;font-weight:500;padding:.6em 1.2em;touch-action:manipulation;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (min-width: 30em) and (orientation: landscape){#app{align-items:start;flex-direction:row;justify-content:space-around}#app-interface-window{order:2}#app-text-output{order:3}}
|
1
src/assets/_root/webtoys/maze/assets/index-f4dP9NA-.css
Normal file
1
src/assets/_root/webtoys/maze/assets/index-f4dP9NA-.css
Normal file
File diff suppressed because one or more lines are too long
BIN
src/assets/_root/webtoys/maze/fonts/SourceCodePro-Black.otf.woff
Normal file
BIN
src/assets/_root/webtoys/maze/fonts/SourceCodePro-Black.otf.woff
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
src/assets/_root/webtoys/maze/fonts/SourceCodePro-Bold.otf.woff
Normal file
BIN
src/assets/_root/webtoys/maze/fonts/SourceCodePro-Bold.otf.woff
Normal file
Binary file not shown.
BIN
src/assets/_root/webtoys/maze/fonts/SourceCodePro-Bold.ttf.woff2
Normal file
BIN
src/assets/_root/webtoys/maze/fonts/SourceCodePro-Bold.ttf.woff2
Normal file
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
src/assets/_root/webtoys/maze/fonts/SourceCodePro-It.otf.woff
Normal file
BIN
src/assets/_root/webtoys/maze/fonts/SourceCodePro-It.otf.woff
Normal file
Binary file not shown.
BIN
src/assets/_root/webtoys/maze/fonts/SourceCodePro-It.ttf.woff2
Normal file
BIN
src/assets/_root/webtoys/maze/fonts/SourceCodePro-It.ttf.woff2
Normal file
Binary file not shown.
BIN
src/assets/_root/webtoys/maze/fonts/SourceCodePro-Light.otf.woff
Normal file
BIN
src/assets/_root/webtoys/maze/fonts/SourceCodePro-Light.otf.woff
Normal file
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.
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.
@@ -2,15 +2,11 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" href="./favicon.ico" />
|
||||
<link rel="icon" href="/webtoys/maze/favicon.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Maze of the Minotaur</title>
|
||||
<script
|
||||
type="module"
|
||||
crossorigin
|
||||
src="./assets/index-BR90kO-n.js"
|
||||
></script>
|
||||
<link rel="stylesheet" crossorigin href="./assets/index-BwPfcn-3.css" />
|
||||
<script type="module" crossorigin src="/webtoys/maze/assets/index-Bw4OooWg.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/webtoys/maze/assets/index-f4dP9NA-.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app">
|
||||
|
Reference in New Issue
Block a user