mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 07:14:55 +08:00
[lua] Ported last minute AnimationState changes
This commit is contained in:
parent
bb7e474f7a
commit
bcc35e1b39
@ -183,6 +183,10 @@ function TrackEntry:getAnimationTime ()
|
||||
return math_min(self.trackTime + self.animationStart, self.animationEnd)
|
||||
end
|
||||
|
||||
function TrackEntry:resetRotationDirections ()
|
||||
self.timelinesRotation = {}
|
||||
end
|
||||
|
||||
local AnimationState = {}
|
||||
AnimationState.__index = AnimationState
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user