From c6c16d4977e4da8b0a6883713fadd436d3be9362 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=A8=E8=90=BD=E5=9F=BA=E5=9B=B4=E8=99=BE?= <3161880837@qq.com> Date: Tue, 26 Aug 2025 10:58:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0Rooster.tscn=EF=BC=8C?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=8A=A8=E7=94=BB=E9=80=9F=E5=BA=A6=E5=B9=B6?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E9=BB=98=E8=AE=A4=E5=8A=A8=E7=94=BB=E4=B8=BA?= =?UTF-8?q?=E2=80=9Cwalk=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Characters/Rooster.tscn | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/components/Characters/Rooster.tscn b/components/Characters/Rooster.tscn index e592c5a..339209d 100644 --- a/components/Characters/Rooster.tscn +++ b/components/Characters/Rooster.tscn @@ -13,7 +13,7 @@ animations = [{ }], "loop": true, "name": &"idle", -"speed": 5.0 +"speed": 1.0 }, { "frames": [{ "duration": 1.0, @@ -24,7 +24,7 @@ animations = [{ }], "loop": true, "name": &"walk", -"speed": 5.0 +"speed": 3.0 }] [sub_resource type="CircleShape2D" id="CircleShape2D_h1v0q"] @@ -36,6 +36,7 @@ script = ExtResource("2_oqdqd") [node name="texture" parent="." index="0"] position = Vector2(0, -70) sprite_frames = SubResource("SpriteFrames_4v2ol") +animation = &"walk" [node name="hitbox" parent="texture/hurtbox" index="0"] position = Vector2(12, 16)