Skip to content

Commit

Permalink
Move game into subfolder
Browse files Browse the repository at this point in the history
  • Loading branch information
feseidelit committed Apr 29, 2024
1 parent 9282bd1 commit 5f1b5cb
Show file tree
Hide file tree
Showing 19 changed files with 28 additions and 28 deletions.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
14 changes: 7 additions & 7 deletions controller.html → game/controller.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/built2last/favicon.ico" />
<link rel="icon" type="image/svg+xml" href="/built2last/game/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>built2last</title>
<script type="module" crossorigin src="/built2last/assets/controller-DM2eNXHT.js"></script>
<link rel="modulepreload" crossorigin href="/built2last/assets/Mqtt-BvJzmVve.js">
<link rel="modulepreload" crossorigin href="/built2last/assets/ammo.js-BpglqV0R.js">
<link rel="modulepreload" crossorigin href="/built2last/assets/mqtt-_JQTHONO.js">
<link rel="modulepreload" crossorigin href="/built2last/assets/hammerjs-CuQLBY46.js">
<link rel="stylesheet" crossorigin href="/built2last/assets/controller-DMoN7k7w.css">
<script type="module" crossorigin src="/built2last/game/assets/controller-DM2eNXHT.js"></script>
<link rel="modulepreload" crossorigin href="/built2last/game/assets/Mqtt-BvJzmVve.js">
<link rel="modulepreload" crossorigin href="/built2last/game/assets/ammo.js-BpglqV0R.js">
<link rel="modulepreload" crossorigin href="/built2last/game/assets/mqtt-_JQTHONO.js">
<link rel="modulepreload" crossorigin href="/built2last/game/assets/hammerjs-CuQLBY46.js">
<link rel="stylesheet" crossorigin href="/built2last/game/assets/controller-DMoN7k7w.css">
</head>
<body>
<div class="setup-grid" id="setup-grid">
Expand Down
File renamed without changes.
21 changes: 21 additions & 0 deletions game/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/built2last/game/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>built2last</title>
<script type="module" crossorigin src="/built2last/game/assets/main-DFcYUSZr.js"></script>
<link rel="modulepreload" crossorigin href="/built2last/game/assets/Mqtt-BvJzmVve.js">
<link rel="modulepreload" crossorigin href="/built2last/game/assets/ammo.js-BpglqV0R.js">
<link rel="modulepreload" crossorigin href="/built2last/game/assets/mqtt-_JQTHONO.js">
<link rel="modulepreload" crossorigin href="/built2last/game/assets/three-DcUpSQvA.js">
<link rel="modulepreload" crossorigin href="/built2last/game/assets/encode-utf8-Cn5aGd7v.js">
<link rel="modulepreload" crossorigin href="/built2last/game/assets/dijkstrajs-D_NXgYpA.js">
<link rel="modulepreload" crossorigin href="/built2last/game/assets/qrcode-9l5oT34S.js">
<link rel="stylesheet" crossorigin href="/built2last/game/assets/main-CLN4AOJt.css">
</head>
<body>
<div id="app"></div>
</body>
</html>
File renamed without changes
21 changes: 0 additions & 21 deletions index.html

This file was deleted.

0 comments on commit 5f1b5cb

Please sign in to comment.