We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fabf7f commit 569a900Copy full SHA for 569a900
visualizer/index.html
@@ -150,7 +150,7 @@ <h3>Found a Bug?</h3>
150
type="range"
151
id="speed-slider"
152
min="0.5"
153
- max="20"
+ max="50"
154
step="0.5"
155
value="5"
156
/>
@@ -159,7 +159,7 @@ <h3>Found a Bug?</h3>
159
type="number"
160
id="speed-number-input"
161
162
163
164
165
visualizer/src/ts/input_manager/timeManager.ts
@@ -49,7 +49,7 @@ const fullscreenToggleButton = document.getElementById(
49
// consts
50
51
const minSpeed = 0.5;
52
-const maxSpeed = 20;
+const maxSpeed = 50;
53
const speedIncrement = 0.5;
54
55
// Time Tracking Variables
0 commit comments