diff options
author | dusoleil <howcansocksbereal@gmail.com> | 2022-09-16 04:14:17 -0400 |
---|---|---|
committer | dusoleil <howcansocksbereal@gmail.com> | 2022-09-16 04:14:17 -0400 |
commit | c01850433a1357a647a7094270369a71e0052591 (patch) | |
tree | 4c52a14c3edf01d554c0fd86f85119ce1eac4431 /ship/water_pump | |
parent | eb31cb90e32ef15d7c76d526db4f057e82448b58 (diff) | |
download | game_jam49-c01850433a1357a647a7094270369a71e0052591.tar.gz game_jam49-c01850433a1357a647a7094270369a71e0052591.zip |
Add Collision Layers/Masks to New Stuff
Diffstat (limited to 'ship/water_pump')
-rw-r--r-- | ship/water_pump/water_pump.tscn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ship/water_pump/water_pump.tscn b/ship/water_pump/water_pump.tscn index 28d0e51..277856a 100644 --- a/ship/water_pump/water_pump.tscn +++ b/ship/water_pump/water_pump.tscn @@ -20,6 +20,8 @@ radius = 0.456237 [node name="StaticBody" type="StaticBody" parent="water_pump" index="0"] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.106341, 0.0284684, -0.00456106 ) +collision_layer = 4 +collision_mask = 0 [node name="CollisionShape" type="CollisionShape" parent="water_pump/StaticBody" index="0"] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.377931, -0.746272, 0 ) @@ -30,11 +32,15 @@ transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -1.26882, -0.0493568, 0 ) shape = SubResource( 2 ) [node name="StaticBody" type="StaticBody" parent="button_1" index="0"] +collision_layer = 4 +collision_mask = 0 [node name="CollisionShape" type="CollisionShape" parent="button_1/StaticBody" index="0"] shape = SubResource( 3 ) [node name="StaticBody" type="StaticBody" parent="button_0" index="0"] +collision_layer = 4 +collision_mask = 0 [node name="CollisionShape" type="CollisionShape" parent="button_0/StaticBody" index="0"] shape = SubResource( 4 ) |