Make character run

- new, less blocky character model with a run animation
- remove .obj support in favor of .glb/.gltf
- character faces camera direction and turns head
- press Tab to rotate camera freely around the character
This commit is contained in:
var
2026-04-26 22:21:58 -05:00
parent 839a9dd5c2
commit 0f38e9b4a2
10 changed files with 71 additions and 561 deletions

2
.gitignore vendored
View File

@@ -2,3 +2,5 @@ obj/*
Game
Release
*.xcf
*.blend
*.blend1