o shit the player moves now

This commit is contained in:
2024-10-19 12:23:31 -07:00
parent 651a58adf4
commit 91d4d134c3
14 changed files with 410 additions and 137 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"
}
]
}