collisions, enemies, knockback, rolling

This commit is contained in:
mightypanders
2021-04-04 19:20:44 +02:00
parent 650a5a4a83
commit 01490a7f01
14 changed files with 1306 additions and 17 deletions

7
assets/Boxes/Hitbox.tscn Normal file
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="."]