From 18898f519eb0baa60f0d7c563628d52e7037a873 Mon Sep 17 00:00:00 2001 From: Acamaeda Date: Sun, 11 Oct 2020 18:11:42 -0400 Subject: [PATCH] Made changelog no longer in index.html, URL can be set in modInfo --- changelog.md | 3 ++- index.html | 10 +--------- js/game.js | 1 + 3 files changed, 4 insertions(+), 10 deletions(-) diff --git a/changelog.md b/changelog.md index f14dd85..94775a3 100644 --- a/changelog.md +++ b/changelog.md @@ -3,7 +3,7 @@ Added clickables, a more generalized variant of buyables! Support for multiple completions of challenges. Added getter/setter functions for buyable amount and such -Moved modInfo to game.js, added a spot for a Discord link, and a separate mod version from the TMT version +Moved modInfo to game.js, added a spot for a Discord link, changelog link, and a separate mod version from the TMT version Tree structure is based on layer data, no index.html needed. Tmp does not need to be manually updated. Almost every value in layer data can be a function or a constant value! @@ -12,6 +12,7 @@ Unl is optional for all Big Components (defaults to true). effectDisplay in Challenges and Upgrades no longer takes an argument, as well as buyable effect. Buyable cost can take an argument for amount of buyables, but if one is not supplied it should do the cost of the next buyable. All displays will update correctly. +Changelog is no longer in index.html at all. ##v1.3.5 - Completely automated convertToDecimal, now you never have to worry about it again. diff --git a/index.html b/index.html index 6175dad..1243f00 100644 --- a/index.html +++ b/index.html @@ -40,14 +40,6 @@



-

v1.3.5

-
- Full history
@@ -62,7 +54,7 @@
Original idea by papyrus (on discord)

-
+ Changelog
{{modInfo.discordName}}
The Modding Tree Discord
Main Prestige Tree server
diff --git a/js/game.js b/js/game.js index 8c6ae9e..b58aa90 100644 --- a/js/game.js +++ b/js/game.js @@ -10,6 +10,7 @@ let modInfo = { pointsName: "points", discordName: "", discordLink: "", + changelogLink: "https://github.com/Acamaeda/The-Modding-Tree/blob/master/changelog.md", offlineLimit: 1 // In hours }