Add skill system, level-ups, and new enemy types

This commit is contained in:
2026-08-17 16:38:58 +02:00
parent 4751d428a7
commit 6f207ba1a0
23 changed files with 2192 additions and 83 deletions
+3
View File
@@ -9,5 +9,8 @@ export default defineConfig({
server: {
host: true,
port: 3000,
watch: {
ignored: ['**/dist/**'],
},
},
});