add char controller

This commit is contained in:
2024-11-10 00:05:32 -06:00
parent c0384b6ada
commit eac5a15091
11 changed files with 211 additions and 136 deletions
Binary file not shown.
+2 -2
View File
@@ -2,9 +2,9 @@
assets:
[
("Player", File ( path: "blueprints/Player.glb" )),
("body.001", File ( path: "materials/body.001.glb" )),
("head.001", File ( path: "materials/head.001.glb" )),
("glasses.001", File ( path: "materials/glasses.001.glb" )),
("head.001", File ( path: "materials/head.001.glb" )),
("body.001", File ( path: "materials/body.001.glb" )),
("Hotel", File ( path: "blueprints/Hotel.glb" )),
("floor", File ( path: "materials/floor.glb" )),
]