Fixed item drops (barely) and added labels to begin work on fixing collision layers
This commit is contained in:
@@ -25,6 +25,11 @@ movie_writer/movie_file="C:/Users/derek/My Drive/First Person Test/GameplayRecor
|
||||
version_control/plugin_name="GitPlugin"
|
||||
version_control/autoload_on_startup=true
|
||||
|
||||
[global_group]
|
||||
|
||||
pickup=""
|
||||
enemy=""
|
||||
|
||||
[input]
|
||||
|
||||
move_left={
|
||||
@@ -108,6 +113,14 @@ interact={
|
||||
]
|
||||
}
|
||||
|
||||
[layer_names]
|
||||
|
||||
3d_physics/layer_1="World"
|
||||
3d_physics/layer_2="Control"
|
||||
3d_physics/layer_3="Player"
|
||||
3d_physics/layer_4="Enemy"
|
||||
3d_physics/layer_5="Pickups"
|
||||
|
||||
[physics]
|
||||
|
||||
3d/physics_engine="JoltPhysics3D"
|
||||
|
||||
Reference in New Issue
Block a user