Added basic movement

This commit is contained in:
2025-03-26 11:37:48 +00:00
parent 0275d669c6
commit 72285f2678
13 changed files with 999 additions and 37 deletions

4
.editorconfig Normal file
View File

@@ -0,0 +1,4 @@
[*.cs]
# UNT0024: Give priority to scalar calculations over vector calculations
dotnet_diagnostic.UNT0024.severity = none