summaryrefslogtreecommitdiffstats
path: root/project.godot
diff options
context:
space:
mode:
authordusoleil <howcansocksbereal@gmail.com>2022-09-15 10:21:37 -0400
committerdusoleil <howcansocksbereal@gmail.com>2022-09-15 10:21:37 -0400
commit79a4d45d970a2cb44baee39aeff6294cb3156c01 (patch)
tree24571bea73598546782fded86e1e7f7a760b2744 /project.godot
parentd8c852bdc820b43f63da40aaf7961e8b8d518f4e (diff)
downloadgame_jam49-79a4d45d970a2cb44baee39aeff6294cb3156c01.tar.gz
game_jam49-79a4d45d970a2cb44baee39aeff6294cb3156c01.zip
Setup all of the collision layers and masks
Diffstat (limited to 'project.godot')
-rw-r--r--project.godot9
1 files changed, 9 insertions, 0 deletions
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