mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2025-02-16 09:41:41 +00:00
Re-fixing tooltip update
This commit is contained in:
parent
1b6a060cc4
commit
d6d4d43242
3 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
||||||
# The Modding Tree changelog:
|
# The Modding Tree changelog:
|
||||||
|
|
||||||
|
### v2.5.10.1 - 5/23/21
|
||||||
|
- Actually fixed the tooltip issue.
|
||||||
|
|
||||||
### v2.5.10 - 5/22/21
|
### v2.5.10 - 5/22/21
|
||||||
- Tooltips can now show over the top overlay again.
|
- Tooltips can now show over the top overlay again.
|
||||||
- Tweaked number formatting (e1000's keep the decimal places on the mantissa.)
|
- Tweaked number formatting (e1000's keep the decimal places on the mantissa.)
|
||||||
|
|
|
@ -11,7 +11,7 @@ let modInfo = {
|
||||||
|
|
||||||
// Set your version in num and name
|
// Set your version in num and name
|
||||||
let VERSION = {
|
let VERSION = {
|
||||||
num: "2.5.10",
|
num: "2.5.10.1",
|
||||||
name: "Dreams Really Do Come True",
|
name: "Dreams Really Do Come True",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ var gameEnded = false;
|
||||||
|
|
||||||
// Don't change this
|
// Don't change this
|
||||||
const TMT_VERSION = {
|
const TMT_VERSION = {
|
||||||
tmtNum: "2.5.10",
|
tmtNum: "2.5.10.1",
|
||||||
tmtName: "Dreams Really Do Come True"
|
tmtName: "Dreams Really Do Come True"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue