diff options
author | jacopograndi <jacopo.grandi@outlook.it> | 2022-01-14 13:04:34 +0100 |
---|---|---|
committer | jacopograndi <jacopo.grandi@outlook.it> | 2022-01-14 13:04:34 +0100 |
commit | 4bfbf641dc2b8aca8de9f86a9908063f39bd6e31 (patch) | |
tree | 3d016842fc578f59cb0727ddb506c3b01cf53c62 /scenes/turret.tscn | |
parent | 90af765b430e3a75daa9b2b4d0343ae58ad5c33d (diff) |
.
Diffstat (limited to 'scenes/turret.tscn')
-rw-r--r-- | scenes/turret.tscn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scenes/turret.tscn b/scenes/turret.tscn index c71f69f..f4837af 100644 --- a/scenes/turret.tscn +++ b/scenes/turret.tscn @@ -11,6 +11,8 @@ radius = 0.95 script = ExtResource( 1 ) [node name="turret" type="StaticBody" parent="." groups=["turrets"]] +collision_layer = 4 +collision_mask = 4 [node name="CollisionShapeBox" type="CollisionShape" parent="turret"] transform = Transform( 0.25, 0, 0, 0, 0.25, 0, 0, 0, 0.25, 0, 0.25, 0 ) |