mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2024-11-22 00:21:32 +00:00
Update changelog
This commit is contained in:
parent
35e3eaea89
commit
0993121a1e
2 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
||||||
# The Modding Tree changelog:
|
# The Modding Tree changelog:
|
||||||
|
|
||||||
|
## v2.2: Uprooted - 11/7/20
|
||||||
- You can now embed a layer inside of a subtab or microtab!
|
- You can now embed a layer inside of a subtab or microtab!
|
||||||
- Added support for hiding the tree tab (although some aspects are still lazy and WIP)
|
- Added support for hiding the tree tab (although some aspects are still lazy and WIP)
|
||||||
- Added shouldNotify to subtab/microtab buttons. (You can make them highlighted)
|
- Added shouldNotify to subtab/microtab buttons. (You can make them highlighted)
|
||||||
|
|
|
@ -4,8 +4,8 @@ var gameEnded = false;
|
||||||
|
|
||||||
// Don't change this
|
// Don't change this
|
||||||
const TMT_VERSION = {
|
const TMT_VERSION = {
|
||||||
tmtNum: "2.1.3.1",
|
tmtNum: "2.2",
|
||||||
tmtName: "We should have thought of this sooner!"
|
tmtName: "Uprooted"
|
||||||
}
|
}
|
||||||
|
|
||||||
function getResetGain(layer, useType = null) {
|
function getResetGain(layer, useType = null) {
|
||||||
|
|
Loading…
Reference in a new issue