replay speed: increase maximum from 250x to 1000x
This commit is contained in:
@@ -8290,7 +8290,7 @@ function showReplayBar(){
|
||||
value: Math.pow(replay.speed, 1 / slideBase),
|
||||
step: 0.07,
|
||||
min: Math.pow(1, 1 / slideBase),
|
||||
max: Math.pow(250, 1 / slideBase),
|
||||
max: Math.pow(1000, 1 / slideBase),
|
||||
slide: function(event, ui) {
|
||||
replay.speed = Math.pow(ui.value, slideBase).toFixed(1);
|
||||
jQuery('#replaySpeedHint').text('Speed: ' + replay.speed + 'x');
|
||||
|
||||
Reference in New Issue
Block a user