add theme, player simple attack

This commit is contained in:
2025-01-05 00:25:50 +01:00
parent f537722849
commit 5b558f9c3b
10 changed files with 1662 additions and 12 deletions

View File

@@ -13,7 +13,7 @@ size = Vector2(18, 27)
size = Vector2(18, 27)
[node name="Enemy" type="CharacterBody2D"]
collision_layer = 0
collision_layer = 8
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2(0, 0.5)
@@ -45,7 +45,7 @@ root = NodePath("..")
[node name="Hitbox" type="Area2D" parent="."]
collision_layer = 8
collision_mask = 4
collision_mask = 20
[node name="CollisionShape2D" type="CollisionShape2D" parent="Hitbox"]
position = Vector2(0, 0.5)