diff --git a/PCK-Studio/Forms/Editor/AnimationEditor.cs b/PCK-Studio/Forms/Editor/AnimationEditor.cs index 8a69e0c8..84d50d07 100644 --- a/PCK-Studio/Forms/Editor/AnimationEditor.cs +++ b/PCK-Studio/Forms/Editor/AnimationEditor.cs @@ -225,7 +225,7 @@ namespace PckStudio.Forms.Editor sealed class AnimationPlayer { - public const int BaseTickSpeed = 24; + public const int BaseTickSpeed = 48; public bool IsPlaying { get; private set; } = false; private int currentAnimationFrameIndex = 0;