Remove in-progress work that isn't working well

This commit is contained in:
2024-09-01 12:59:48 -07:00
parent ea99e88535
commit b1ef3dbaab
52 changed files with 1521 additions and 166 deletions

View File

@@ -70,8 +70,16 @@ Inventory={
]
}
[layer_names]
3d_physics/layer_1="World"
3d_physics/layer_2="Player"
3d_physics/layer_3="Items"
3d_physics/layer_4="Enemy"
3d_physics/layer_5="Weapon"
3d_physics/layer_6="Alert"
[physics]
3d/run_on_separate_thread=true
common/physics_ticks_per_second=144
3d/physics_engine="GodotPhysics3D"