ok the auto driver works but needs work

This commit is contained in:
bryanthaboi
2026-07-21 13:19:53 -04:00
parent 9468ffccdf
commit 60b3cebdce
6 changed files with 419 additions and 36 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ local GameSpeed = {}
-- attempt is long enough that the iteration loop, not the engine, is the
-- bottleneck. Vsync caps how much a real frame can do, so past 10X the
-- multiplier is increasingly a ceiling rather than a rate.
GameSpeed.LEVELS = { 1, 2, 4, 10, 20, 30, 50, 75 }
GameSpeed.LEVELS = { 1, 2, 4, 10, 20, 30, 50, 75, 100,500 }
GameSpeed.DEFAULT = 1
function GameSpeed.levelLabel(v)