From 8eb462fb27cdcd20a5c124ba328760586e2ddca4 Mon Sep 17 00:00:00 2001 From: MaddoScientisto Date: Tue, 25 Mar 2025 19:15:04 +0100 Subject: [PATCH] Made cirno animations faster --- Resources/Sprites/player.tres | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Resources/Sprites/player.tres b/Resources/Sprites/player.tres index a2b78496..afdfdeaa 100644 --- a/Resources/Sprites/player.tres +++ b/Resources/Sprites/player.tres @@ -178,7 +178,7 @@ animations = [{ }], "loop": true, "name": &"walk_down", -"speed": 5.0 +"speed": 8.0 }, { "frames": [{ "duration": 1.0, @@ -192,7 +192,7 @@ animations = [{ }], "loop": true, "name": &"walk_left", -"speed": 5.0 +"speed": 8.0 }, { "frames": [{ "duration": 1.0, @@ -206,7 +206,7 @@ animations = [{ }], "loop": true, "name": &"walk_right", -"speed": 5.0 +"speed": 8.0 }, { "frames": [{ "duration": 1.0, @@ -220,5 +220,5 @@ animations = [{ }], "loop": true, "name": &"walk_up", -"speed": 5.0 +"speed": 8.0 }]