1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2025-04-23 17:51:06 +00:00

Fixed issues with challenges

This commit is contained in:
Acamaeda 2020-10-29 20:33:39 -04:00
parent 7c895952bf
commit ca76d130fd
6 changed files with 17 additions and 11 deletions
js/Demo

View file

@ -8,14 +8,12 @@ let modInfo = {
initialStartPoints: new Decimal (10), // Used for hard resets and new players
offlineLimit: 1, // In hours
startTab: "none",
startNavTab: "tree",
}
// Set your version in num and name
let VERSION = {
num: "2.1.3.1",
name: " We should have thought of this sooner!",
num: "2.2",
name: "Uprooted",
}
// If you add new functions anywhere inside of a layer, and those functions have an effect when called, add them here.