mirror of
https://github.com/creyD/ludum_dare_46.git
synced 2026-06-13 14:02:23 +02:00
Added appropriate groups and checked for hitbox-likeness
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
|
||||
[ext_resource path="res://Overlap/HurtHit_Box/Hitbox.gd" type="Script" id=1]
|
||||
|
||||
[node name="Hitbox" type="Area2D"]
|
||||
[node name="Hitbox" type="Area2D" groups=[
|
||||
"hitbox",
|
||||
]]
|
||||
script = ExtResource( 1 )
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
|
||||
Reference in New Issue
Block a user