Marin submitted a new resource:
Better Fast-forward Mode - Speed up the game by pressing F. Supports multiple stages.
Read more about this resource...
Better Fast-forward Mode - Speed up the game by pressing F. Supports multiple stages.
I accidentally found out that just skipping a whole Graphics.update is pretty useful and thought I'd make a fast-forward script out of it.
SPEEDUP_STAGES is the array of speed up stages the game will use. If you click F, it'll pick the next number in the array. Mine looks like [1,2,3], meaning it'll be 1 by default, go to 2 if I press F, 3 if I press F again, and then back to the beginning.
$GameSpeed is the index of the SPEEDUP_STAGES array,...
Read more about this resource...