Made replay smooth

This commit is contained in:
2026-01-15 23:02:24 +00:00
parent 1a75fdd1d4
commit 6ecb6540a5
3 changed files with 190 additions and 26 deletions

View File

@@ -1,5 +1,4 @@
using System;
using System.IO;
using System.IO;
using UnityEngine;
namespace InterfaceOff.WorldScene
@@ -20,7 +19,7 @@ namespace InterfaceOff.WorldScene
private void FixedUpdate()
{
FrameIndex = (FrameIndex + 1) % (Frames.Length - 1);
FrameIndex = (FrameIndex + 1) % (Frames.Length - 2);
}
private void Update()