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/projectiles | |
parent | 90af765b430e3a75daa9b2b4d0343ae58ad5c33d (diff) |
.
Diffstat (limited to 'scenes/projectiles')
-rw-r--r-- | scenes/projectiles/bullet.tscn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scenes/projectiles/bullet.tscn b/scenes/projectiles/bullet.tscn index bb49525..7338992 100644 --- a/scenes/projectiles/bullet.tscn +++ b/scenes/projectiles/bullet.tscn @@ -10,6 +10,8 @@ script = ExtResource( 1 ) [node name="Area" type="Area" parent="."] +collision_layer = 13 +collision_mask = 13 [node name="CollisionShape" type="CollisionShape" parent="Area"] transform = Transform( 0.03, 0, 0, 0, 0.03, 0, 0, 0, 0.03, 0, 0, 0 ) |