player movement with animations

This commit is contained in:
2024-10-31 21:05:02 +01:00
parent 2f13b587c7
commit 7bd1d5a2e5
194 changed files with 17765 additions and 48 deletions

10
.vscode/launch.json vendored Normal file
View File

@ -0,0 +1,10 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to Unity",
"type": "vstuc",
"request": "attach"
}
]
}