1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2024-11-21 08:12:39 +00:00

Re-fixing tooltip update

This commit is contained in:
Harley White 2021-05-23 21:49:47 -04:00
parent 1b6a060cc4
commit d6d4d43242
3 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,8 @@
# The Modding Tree changelog:
### v2.5.10.1 - 5/23/21
- Actually fixed the tooltip issue.
### v2.5.10 - 5/22/21
- Tooltips can now show over the top overlay again.
- Tweaked number formatting (e1000's keep the decimal places on the mantissa.)

View file

@ -11,7 +11,7 @@ let modInfo = {
// Set your version in num and name
let VERSION = {
num: "2.5.10",
num: "2.5.10.1",
name: "Dreams Really Do Come True",
}

View file

@ -4,7 +4,7 @@ var gameEnded = false;
// Don't change this
const TMT_VERSION = {
tmtNum: "2.5.10",
tmtNum: "2.5.10.1",
tmtName: "Dreams Really Do Come True"
}