Skip to content

v0.21 ~ The Save Transferring Update (4/8/2020, yesterday)

Compare
Choose a tag to compare
@IdleSquadron IdleSquadron released this 05 Aug 01:27
· 22 commits to master since this release
c1fe7f5

A medium update that adds more options for saving.

Content:
Added 2 buttons in the Settings tab - Importing and Exporting.
Made it so that when you click "Import", there will be a custom prompt, because if a normal prompt is executed, the game will pause, losing production.
Export - Exports a save in not Base 64 (secret!), unlike other incrementals exporting in Base 64 (btoa() function) - which is generic.
Added text in the Settings tab that suggests your current playing version.
Also added the option to reset your save. .-.
Tweaked the code in the Notations.js file, so that numbers greater than 1 million is to be displayed in scientific notation.
Tiny CSS changes.
Finally, sorted out the code in the Save Handling System.

Bug Fixes:
N/A