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 /ship/ship_control_panel/control_panel.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 'ship/ship_control_panel/control_panel.tscn')
-rw-r--r-- | ship/ship_control_panel/control_panel.tscn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ship/ship_control_panel/control_panel.tscn b/ship/ship_control_panel/control_panel.tscn index 973ee45..bc19c2f 100644 --- a/ship/ship_control_panel/control_panel.tscn +++ b/ship/ship_control_panel/control_panel.tscn @@ -45,6 +45,8 @@ size = Vector2( 1.087, 0.731 ) [node name="control_panel" instance=ExtResource( 1 )] [node name="StaticBody" type="StaticBody" parent="." index="0"] +collision_layer = 16 +collision_mask = 0 [node name="main_control_panel" type="MeshInstance" parent="StaticBody" index="0"] mesh = SubResource( 1 ) |