feat: update map and character displaying, add BoxCollider and cannon to character. Restriction of the character's movement area, shadow fix

This commit is contained in:
Mykyta Slobodianiuk
2026-06-03 18:32:57 +03:00
parent 0b469df12c
commit 4216b451f4
8 changed files with 253 additions and 73 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"version": "0.0.1",
"configurations": [
{
"name": "playable",
"runtimeExecutable": "npm",
"runtimeArgs": ["start"],
"port": 5173
}
]
}