Init the godot project

- Add a first-view controller and a bunch of things
- First shooting implementation
- Remove heavy models and clean the project up
This commit is contained in:
2025-01-16 15:20:04 +01:00
parent 927d6b560c
commit 2577e952d6
220 changed files with 16443 additions and 17 deletions

5
.gitattributes vendored Normal file
View File

@ -0,0 +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
resources/** filter=lfs diff=lfs merge=lfs -text