1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2025-05-11 20:41:10 +00:00

Added better support for more files.

This commit is contained in:
Harley White 2021-06-11 16:22:56 -04:00
parent 9fe8717a66
commit e3fc9756ba
11 changed files with 244 additions and 227 deletions

View file

@ -3,10 +3,11 @@ let modInfo = {
id: "mymod",
author: "nobody",
pointsName: "points",
modFiles: ["layers.js", "tree.js"],
discordName: "",
discordLink: "",
initialStartPoints: new Decimal (10), // Used for hard resets and new players
offlineLimit: 1, // In hours
}