Hitboxes/Hurtboxes update

This commit is contained in:
Alan Youngblood
2024-11-10 10:04:50 -05:00
parent 3e9f095d44
commit 7cb72e12cc
17 changed files with 297 additions and 12 deletions

View File

@ -0,0 +1,7 @@
[gd_scene format=2]
[node name="Hitbox" type="Area2D"]
collision_layer = 0
collision_mask = 0
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]

View File

@ -0,0 +1,7 @@
[gd_scene format=2]
[node name="Hurtbox" type="Area2D"]
collision_layer = 0
collision_mask = 0
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]