From 79a4d45d970a2cb44baee39aeff6294cb3156c01 Mon Sep 17 00:00:00 2001 From: dusoleil Date: Thu, 15 Sep 2022 10:21:37 -0400 Subject: Setup all of the collision layers and masks --- project.godot | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'project.godot') diff --git a/project.godot b/project.godot index 13b5902..af0d510 100644 --- a/project.godot +++ b/project.godot @@ -97,6 +97,15 @@ ship_right={ ] } +[layer_names] + +3d_physics/layer_1="Player" +3d_physics/layer_2="Boat" +3d_physics/layer_3="Floor" +3d_physics/layer_4="Obstacles" +3d_physics/layer_5="Items" +3d_physics/layer_6="World Gen" + [physics] common/enable_pause_aware_picking=true -- cgit v1.2.3