From c7212686bc74b280a49454fcdbdaf6c4eed40f06 Mon Sep 17 00:00:00 2001 From: Thomas Lavocat Date: Fri, 26 May 2023 18:38:19 +0200 Subject: [PATCH] =?UTF-8?q?princesse/animations:=20r=C3=A9gler=20un=20chou?= =?UTF-8?q?illa=20la=20vitesse=20des=20sprite?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 60 frames / 5 images, nous donnes 12, alors j'ai réflé au pif avec ce multiple. --- princesse.tscn | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/princesse.tscn b/princesse.tscn index 938ab89..5613e87 100644 --- a/princesse.tscn +++ b/princesse.tscn @@ -103,7 +103,7 @@ animations = [{ }], "loop": true, "name": &"falling_diagonals", -"speed": 5.0 +"speed": 4.0 }, { "frames": [{ "duration": 1.0, @@ -114,7 +114,7 @@ animations = [{ }], "loop": true, "name": &"falling_straight", -"speed": 5.0 +"speed": 4.0 }, { "frames": [{ "duration": 1.0, @@ -147,7 +147,7 @@ animations = [{ }], "loop": true, "name": &"jumping", -"speed": 5.0 +"speed": 4.0 }, { "frames": [{ "duration": 1.0, @@ -170,7 +170,7 @@ animations = [{ }], "loop": true, "name": &"walk", -"speed": 10.0 +"speed": 12.0 }, { "frames": [{ "duration": 1.0, @@ -193,7 +193,7 @@ animations = [{ }], "loop": true, "name": &"wall_stick", -"speed": 5.0 +"speed": 12.0 }] [sub_resource type="CapsuleShape2D" id="CapsuleShape2D_6r7th"]