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

2.5.5 update

This commit is contained in:
Harley White 2021-05-12 00:13:04 -04:00
parent 9c921cfc58
commit 5a4a4da5ad
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# The Modding Tree changelog:
# v2.5.5 - 5/
# v2.5.5 - 5/12/21
- Added grids! They are a grid of buttons which behave the same, but have their own data. Good for inventory grids, map tiles, and more!
- Added "marked" feature to add a mark to a node. Can be an image instead of a star. (Originally by Jacorb)
- Added "layer-proxy" component that lets you use components from another layer.

View file

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

View file

@ -5,7 +5,7 @@ var scrolled = false;
// Don't change this
const TMT_VERSION = {
tmtNum: "2.5.4",
tmtNum: "2.5.5",
tmtName: "Dreams Really Do Come True"
}