start to add physics

This commit is contained in:
2024-11-02 23:29:48 -05:00
parent 9f9b7b03c7
commit 25c9c3681e
10 changed files with 4108 additions and 21 deletions
Binary file not shown.
+1 -1
View File
@@ -2,9 +2,9 @@
assets:
[
("Player", File ( path: "blueprints/Player.glb" )),
("head.001", File ( path: "materials/head.001.glb" )),
("glasses.001", File ( path: "materials/glasses.001.glb" )),
("body.001", File ( path: "materials/body.001.glb" )),
("head.001", File ( path: "materials/head.001.glb" )),
("Hotel", File ( path: "blueprints/Hotel.glb" )),
("floor", File ( path: "materials/floor.glb" )),
]