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/crate.tscn | |
parent | d8c852bdc820b43f63da40aaf7961e8b8d518f4e (diff) | |
download | game_jam49-79a4d45d970a2cb44baee39aeff6294cb3156c01.tar.gz game_jam49-79a4d45d970a2cb44baee39aeff6294cb3156c01.zip |
Setup all of the collision layers and masks
Diffstat (limited to 'ship/ship/crate.tscn')
-rw-r--r-- | ship/ship/crate.tscn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ship/ship/crate.tscn b/ship/ship/crate.tscn index a2cd355..e39bb73 100644 --- a/ship/ship/crate.tscn +++ b/ship/ship/crate.tscn @@ -20,6 +20,8 @@ surfaces/0 = { [sub_resource type="BoxShape" id=2] [node name="crate" type="RigidBody"] +collision_layer = 16 +collision_mask = 28 [node name="crate-" type="MeshInstance" parent="."] mesh = SubResource( 1 ) |