1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2024-11-21 16:13:55 +00:00

Update changelog

This commit is contained in:
Acamaeda 2020-11-07 15:31:34 -05:00
parent 35e3eaea89
commit 0993121a1e
2 changed files with 3 additions and 2 deletions

View file

@ -1,5 +1,6 @@
# The Modding Tree changelog:
## v2.2: Uprooted - 11/7/20
- 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 shouldNotify to subtab/microtab buttons. (You can make them highlighted)

View file

@ -4,8 +4,8 @@ var gameEnded = false;
// Don't change this
const TMT_VERSION = {
tmtNum: "2.1.3.1",
tmtName: "We should have thought of this sooner!"
tmtNum: "2.2",
tmtName: "Uprooted"
}
function getResetGain(layer, useType = null) {