From fc91b3696a5379a3bd483f3e10049be15e29eb3b Mon Sep 17 00:00:00 2001 From: Acamaeda Date: Sat, 10 Oct 2020 22:30:17 -0400 Subject: [PATCH] Moved modInfo and added Mod Discord link --- index.html | 49 +++++-------------------------------------------- js/game.js | 14 +++++++++++++- 2 files changed, 18 insertions(+), 45 deletions(-) diff --git a/index.html b/index.html index 50a9cc9..9eb66a7 100644 --- a/index.html +++ b/index.html @@ -1,13 +1,6 @@ - + @@ -53,39 +46,6 @@
  • Created a tutorial for getting started with TMT and Github.
  • Branches can be defined without a color id. But they can also use hex values for color ids!
  • Page title is now automatically taken from mod name.
  • - - -

    v1.3.4

    -
    -

    v1.3.3

    -
    -

    v1.3.1

    -
    -

    v1.3: Tabception... ception!

    -
    Full history
    @@ -96,15 +56,16 @@

    {{VERSION.withName}}


    - The Modding Tree by Acamaeda + The Modding Tree {{VERSION.tmtNum}} by Acamaeda
    The Prestige Tree made by Jacorb and Aarex
    Original idea by papyrus (on discord)


    - The Modding Tree Discord
    - Main Prestige Tree server
    + {{modInfo.discordName}}
    + The Modding Tree Discord
    + Main Prestige Tree server

    Note by Jacorb: If anyone wishes to make a mod of this game, that is perfectly fine with me, just make sure to name it something different (ex: Prestige Tree NG+) and to let me know on my discord.

    diff --git a/js/game.js b/js/game.js index a0a5e9c..fe88a30 100644 --- a/js/game.js +++ b/js/game.js @@ -3,9 +3,21 @@ var needCanvasUpdate = true; var NaNalert = false; var gameEnded = false; + +let modInfo = { + name: "The Modding Tree", + id: "modbase", + pointsName: "points", + discordName: "", + discordLink: "", + offlineLimit: 1 // In hours +} + let VERSION = { num: "1.3.5 maybe", - name: "Tabception... ception!" + name: "Tabception... ception!", + tmtNum: "1.3.5 maybe", + tmtName: "Tabception... ception!" } // Determines if it should show points/sec