started work on lab
This commit is contained in:
parent
398e39ff1b
commit
0693bd91d3
10 changed files with 430 additions and 174 deletions
|
@ -47,6 +47,7 @@ scale_amount_random = 0.25
|
|||
scale_amount_curve = SubResource( 3 )
|
||||
|
||||
[node name="Hitbox" type="Area2D" parent="." groups=["arrow"]]
|
||||
collision_layer = 4
|
||||
collision_mask = 5
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="Hitbox"]
|
||||
|
|
|
@ -17,7 +17,6 @@ position = Vector2( -2, 0 )
|
|||
amount = 8
|
||||
|
||||
[node name="Hitbox" parent="." index="2"]
|
||||
collision_layer = 4
|
||||
collision_mask = 1
|
||||
|
||||
[node name="CollisionShape2D" parent="Hitbox" index="0"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue