This commit is contained in:
PC-20230316NUNE\Administrator
2024-10-22 20:36:46 +08:00
parent 0e94e376fb
commit a3257421ad
26 changed files with 694 additions and 112 deletions

View File

@@ -2,6 +2,7 @@
using System.Collections.Generic;
using GAS.General;
using JNGame.Runtime.GAS.Runtime;
namespace GAS.Runtime
{
@@ -308,7 +309,7 @@ namespace GAS.Runtime
return;
}
_playTotalTime += deltaTime;
var targetFrame = (int)(_playTotalTime / GASTimer.TimeLineAbilityTickTime);
var targetFrame = (int)(_playTotalTime / JexGasManager.TimeLineAbilityTickTime);
// 追帧
while (_currentFrame < targetFrame)