vague de monstre

This commit is contained in:
Elouan 2025-01-25 07:29:29 +01:00
parent 9d772a419b
commit 78917d152b
8 changed files with 175 additions and 17 deletions

View file

@ -30,7 +30,7 @@ animations = [{
[sub_resource type="CircleShape2D" id="CircleShape2D_s7foh"]
radius = 38.2753
[node name="Poulpe" type="CharacterBody2D"]
[node name="Poulpe" type="CharacterBody2D" groups=["Enemies"]]
script = ExtResource("1_hu6wh")
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]

View file

@ -41,13 +41,13 @@ animations = [{
[sub_resource type="RectangleShape2D" id="RectangleShape2D_utjf8"]
size = Vector2(126, 185)
[node name="Robot" type="CharacterBody2D"]
[node name="Robot" type="CharacterBody2D" groups=["Enemies"]]
script = ExtResource("1_tikkk")
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
sprite_frames = SubResource("SpriteFrames_vaeha")
animation = &"Generic"
frame_progress = 0.0803078
frame_progress = 0.260687
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2(-2, 6.5)

View file

@ -21,7 +21,7 @@ animations = [{
[sub_resource type="CircleShape2D" id="CircleShape2D_bokrm"]
radius = 20.0
[node name="Slime" type="CharacterBody2D"]
[node name="Slime" type="CharacterBody2D" groups=["Enemies"]]
collision_layer = 6
collision_mask = 6
script = ExtResource("1_hnufy")