a version of @Will_Wam 's Mario level pack designed for speedrunning best times (currently): level 1: 13.6 seconds level 2: 15.2 seconds level 3, 21.5 seconds level 4: 14.8 seconds controls: game is played with WASD/arrow keys press space to use a fireball use R to restart a level use 1,2,3,4 to teleport to those respective levels use O/P to go forwards or backwards a level respectively use J to teleport to the flagpole use H to turn hitboxes on
notes on specific variables: gamespeed is calculated by the total frames since start of level / timer / 30, reset each level. (not total time or level time), if the gamespeed is less than one, it means your game is lagging or you're deliberately slowing it down by decreasing the framerate both level time and total time increase by 0.1 every 3 frames (as ideally scratch should run at 30 fps), meaning that the speed they increase at will be relative to the speed the game is running at.