initialStartPoints:newDecimal(0),// Used for hard resets and new players
offlineLimit:1,// In hours
};
// Set your version in num and name
letVERSION={
num:"1.0",
name:"Finished Game Jam",
};
letchangelog=`<h1>Changelog:</h1><br>
<br><h3>v0.1</h3><br>
-Frameworkandfirst5colors<br>
<br><h3>v1.0</h3><br>
-Finishedrestofgame.<br>`;
letwinText="Congratulations! You've beaten the game! This was made in a 7 day game jam called IGJ 2021, and has no plans for further content. That said, feel free to see how much light you can get!";
// If you add new functions anywhere inside of a layer, and those functions have an effect when called, add them here.
// (The ones here are examples, all official functions are already taken care of)