调整录像回放时逐帧按钮图标,修复按空格按钮状态未切换
This commit is contained in:
@@ -153,6 +153,7 @@ function scene.keyDown(key,isRep)
|
||||
else
|
||||
if key=="space"then
|
||||
if not isRep then replayRate=replayRate==0 and 1 or 0 end
|
||||
updateRepButtons()
|
||||
elseif key=="right"then
|
||||
if replayRate==0 then
|
||||
_step()
|
||||
|
||||
Reference in New Issue
Block a user