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 --- Main.tscn | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Main.tscn') diff --git a/Main.tscn b/Main.tscn index 6c838ac..a531b2d 100644 --- a/Main.tscn +++ b/Main.tscn @@ -49,7 +49,6 @@ directional_shadow_blend_splits = true [node name="fps_controller" parent="." instance=ExtResource( 1 )] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 17, 44 ) -collision_mask = 4 [node name="Ground" type="StaticBody" parent="."] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -10, 0 ) @@ -87,7 +86,7 @@ shape = SubResource( 23 ) [node name="WorldGenCull" type="Area" parent="."] collision_layer = 0 -collision_mask = 8 +collision_mask = 40 [node name="CollisionShape" type="CollisionShape" parent="WorldGenCull"] shape = SubResource( 24 ) -- cgit v1.2.3