Skip to content

Commit

Permalink
Make NPC animation timings slightly slower. More accurate to original…
Browse files Browse the repository at this point in the history
… client.
  • Loading branch information
ethanmoffat committed May 9, 2023
1 parent 57e1ca7 commit 095f51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EndlessClient/Rendering/NPC/NPCAnimator.cs
Expand Up @@ -12,7 +12,7 @@ namespace EndlessClient.Rendering.NPC
{
public class NPCAnimator : GameComponent, INPCAnimator
{
private const int TICKS_PER_ACTION_FRAME = 7; // 7 x10ms ticks per action frame
private const int TICKS_PER_ACTION_FRAME = 8; // 8 x10ms ticks per action frame

private readonly List<RenderFrameActionTime> _npcStartWalkingTimes;
private readonly List<RenderFrameActionTime> _npcStartAttackingTimes;
Expand Down

0 comments on commit 095f51b

Please sign in to comment.