collisions, enemies, knockback, rolling
This commit is contained in:
7
assets/Boxes/Hitbox.tscn
Normal file
7
assets/Boxes/Hitbox.tscn
Normal 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="."]
|
7
assets/Boxes/Hurtbox.tscn
Normal file
7
assets/Boxes/Hurtbox.tscn
Normal 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="."]
|
Reference in New Issue
Block a user