Stage & Player Movement with Dash

This commit is contained in:
2023-11-26 22:38:33 +08:00
commit 62ae1730fd
16 changed files with 1621 additions and 0 deletions

20
index.html Normal file
View File

@@ -0,0 +1,20 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Cyberattack</title>
<style>
body, html {
padding: 0;
margin: 0;
}
</style>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>