mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2025-05-11 04:21:09 +00:00
Moved modInfo and added Mod Discord link
This commit is contained in:
parent
3cff3f1d50
commit
fc91b3696a
2 changed files with 18 additions and 45 deletions
js
14
js/game.js
14
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue