Add a first-view controller and a bunch of things

1. Replace 4k models with low-poly once
2. Use bare mixamo for testing
3. Add a basic menu
4. Add a map with collisions and spawn areas
This commit is contained in:
2025-01-16 18:17:06 +01:00
parent 34e019f40a
commit b214f8d278
798 changed files with 24962 additions and 465 deletions

5
.gitattributes vendored
View File

@ -1,6 +1,5 @@
# Normalize EOL for all files that Git considers text files.
* text=auto eol=lf
*.png filter=lfs diff=lfs merge=lfs -text
assets filter=lfs diff=lfs merge=lfs -text
assets/models filter=lfs diff=lfs merge=lfs -text
assets/sounds filter=lfs diff=lfs merge=lfs -text
assets/** filter=lfs diff=lfs merge=lfs -text
resources/** filter=lfs diff=lfs merge=lfs -text