游戏中经常在战斗环节中 下面按钮有x2 x4的标志 ,意思就是动作加速,点击后 动作立刻变的更快了。
我们cocos2dx中也用到了,运用到的是:
cc.Director:getInstance():getScheduler():setTimeScale(speed)
speed参数就是速度大小 默认是1.0,不变。
游戏中经常在战斗环节中 下面按钮有x2 x4的标志 ,意思就是动作加速,点击后 动作立刻变的更快了。
我们cocos2dx中也用到了,运用到的是:
cc.Director:getInstance():getScheduler():setTimeScale(speed)
speed参数就是速度大小 默认是1.0,不变。
本文标题:cocos2dx中游戏 动作加速setTimeScale
本文链接:https://www.haomeiwen.com/subject/fdqtsttx.html
网友评论