From c4991cd20ac64b701ead0d2eaaf9950eeacc4aad Mon Sep 17 00:00:00 2001 From: InstantMeteor Date: Sun, 1 Dec 2019 09:54:24 +0800 Subject: [PATCH] Update ui.js --- libs/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ui.js b/libs/ui.js index 34c588f8..3a17f00d 100644 --- a/libs/ui.js +++ b/libs/ui.js @@ -1498,7 +1498,7 @@ ui.prototype.drawSwitchs = function() { "背景音效: "+(core.musicStatus.soundStatus ? "[ON]" : "[OFF]"), //显示为 0~10 十挡 " < "+"音量:"+parseInt(parseFloat(Math.sqrt(core.musicStatus.userVolume).toFixed(1)) * 10)+" > ", - //显示为 1~15 十五挡 + //数值越大耗时越长 " < "+"步时:" + parseInt(core.values.moveSpeed) +" > ", "怪物显伤: "+(core.flags.displayEnemyDamage ? "[ON]" : "[OFF]"), "临界显伤: "+(core.flags.displayCritical ? "[ON]" : "[OFF]"),