You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2026. It is now read-only.
SKAction has a speed property that is not being used to influence the velocity that a SKAction is performed.
SKNode has a speed property that should be multiplied by the SKAction.speed property to compute the final speed of the SKAction.
SKAction has a
speedproperty that is not being used to influence the velocity that a SKAction is performed.SKNode has a
speedproperty that should be multiplied by theSKAction.speedproperty to compute the final speed of theSKAction.