diff options
author | dusoleil <howcansocksbereal@gmail.com> | 2022-09-15 10:21:37 -0400 |
---|---|---|
committer | dusoleil <howcansocksbereal@gmail.com> | 2022-09-15 10:21:37 -0400 |
commit | 79a4d45d970a2cb44baee39aeff6294cb3156c01 (patch) | |
tree | 24571bea73598546782fded86e1e7f7a760b2744 /Main.tscn | |
parent | d8c852bdc820b43f63da40aaf7961e8b8d518f4e (diff) | |
download | godot_wildjam_49-79a4d45d970a2cb44baee39aeff6294cb3156c01.tar.gz godot_wildjam_49-79a4d45d970a2cb44baee39aeff6294cb3156c01.zip |
Setup all of the collision layers and masks
Diffstat (limited to 'Main.tscn')
-rw-r--r-- | Main.tscn | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 ) |