Mudanca de projeto para Phazer

This commit is contained in:
2026-03-30 22:03:59 -03:00
parent 570b4e1fa2
commit 91e7b1c681
35 changed files with 3756 additions and 1875 deletions
+9 -7
View File
@@ -1,13 +1,15 @@
<!doctype html>
<html lang="en">
<head>
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/png" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
</head>
<body>
<link rel="stylesheet" href="/style.css">
<title>Phaser React Template</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>