mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-25 21:05:33 +00:00
Changed TickSpeed to improve accuracy
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user