思想心法bug修改
parent
bdeade9d71
commit
7f94f9e185
|
@ -198,7 +198,7 @@ end
|
|||
--长按升级处理
|
||||
function this.OnUpdate()
|
||||
if _isClicked then
|
||||
if Time.realtimeSinceStartup - this.timePressStarted > 0.2 then
|
||||
if Time.realtimeSinceStartup - this.timePressStarted > 0.4 then
|
||||
_isLongPress = true
|
||||
if not _isReqLvUp then
|
||||
_isReqLvUp = true
|
||||
|
|
Loading…
Reference in New Issue