diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-11-19 17:17:54 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-11-19 17:17:54 +0200 |
| commit | 08a3eda857214c9d610f652939b5cad7f76e17f7 (patch) | |
| tree | bd21dc737fe35b4633ce54fb8e77dc21e15a5bc5 | |
| parent | a0a7d053842ef6bd02d70b679f5677c6ae84b696 (diff) | |
Improve walk anim
| -rw-r--r-- | player.tscn | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/player.tscn b/player.tscn index 9b551b1..851952d 100644 --- a/player.tscn +++ b/player.tscn @@ -85,13 +85,13 @@ animations = [{ }, { "frames": [{ "duration": 1.0, -"texture": SubResource("AtlasTexture_0e48y") +"texture": SubResource("AtlasTexture_0hol4") }, { "duration": 1.0, -"texture": SubResource("AtlasTexture_epypp") +"texture": SubResource("AtlasTexture_0e48y") }, { "duration": 1.0, -"texture": SubResource("AtlasTexture_0hol4") +"texture": SubResource("AtlasTexture_epypp") }], "loop": true, "name": &"walk", @@ -109,6 +109,7 @@ position = Vector2(0, -1) sprite_frames = SubResource("SpriteFrames_rj586") animation = &"idle" autoplay = "idle" +frame_progress = 0.90102535 [node name="CollisionShape2D" type="CollisionShape2D" parent="."] position = Vector2(0, 3) |
