From ab754016e301eb8e63fcaed3afb60ebb37400ae9 Mon Sep 17 00:00:00 2001 From: DocNITE Date: Thu, 18 May 2023 17:06:36 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B2=D0=B0=D0=BB=D0=B5=D1=80=D0=B0=20valtos?= =?UTF-8?q?=20=D0=BF=D0=BE=D0=BF=D1=80=D0=BE=D1=81=D0=B8=D0=BB=20=D0=BF?= =?UTF-8?q?=D0=BE=D0=BD=D0=B8=D0=B7=D0=B8=D1=82=D1=8C=20=D0=BF=D1=80=D1=8B?= =?UTF-8?q?=D0=B6=D0=BE=D0=BA.=20=D0=9D=D0=B0=D0=B2=D0=B5=D1=80=D0=BD?= =?UTF-8?q?=D0=BE=D0=B5=20=D1=8F=20=D0=B7=D0=B0=D0=BA=D1=80=D0=BE=D1=8E=20?= =?UTF-8?q?=D1=81=D0=BA=D0=BE=D1=80=D0=BE=20PR?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Content.Client/White/Animations/EmoteAnimationSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Client/White/Animations/EmoteAnimationSystem.cs b/Content.Client/White/Animations/EmoteAnimationSystem.cs index 6dbc3505fa..0e48a54a46 100644 --- a/Content.Client/White/Animations/EmoteAnimationSystem.cs +++ b/Content.Client/White/Animations/EmoteAnimationSystem.cs @@ -74,7 +74,7 @@ public class EmoteAnimationSystem : EntitySystem KeyFrames = { new AnimationTrackProperty.KeyFrame(Vector2.Zero, 0f), - new AnimationTrackProperty.KeyFrame(new Vector2(0, 1), 0.125f), + new AnimationTrackProperty.KeyFrame(new Vector2(0, 0.7f), 0.125f), new AnimationTrackProperty.KeyFrame(Vector2.Zero, 0.125f), } }