Fixed spacing, fixed enemy hitbox

This commit is contained in:
tiffanyfrias10
2021-12-05 21:07:17 -06:00
parent 15b647a90a
commit 51365d9f74
10 changed files with 82 additions and 41 deletions

View File

@@ -6,10 +6,12 @@
[sub_resource type="CircleShape2D" id=1]
radius = 4.47823
[node name="snowball" type="Area2D" groups=["damage"]]
collision_layer = 2
collision_mask = 0
[node name="snowball" type="Area2D" groups=[
"enemy_projectile_1",
]]
monitoring = false
collision_layer = 0
collision_mask = 2
script = ExtResource( 1 )
[node name="Sprite" type="Sprite" parent="."]