1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2025-05-10 03:51:33 +00:00
This commit is contained in:
Acamaeda 2020-12-16 21:41:31 -05:00
parent fb7a3fdfec
commit 6ed4f91cd4
5 changed files with 14 additions and 14 deletions

View file

@ -11,7 +11,7 @@ let modInfo = {
// Set your version in num and name
let VERSION = {
num: "2.3.3.1",
num: "2.3.4",
name: "Cooler and Newer Edition",
}

View file

@ -388,7 +388,7 @@ function loadVue() {
key() {return this.$vnode.key}
},
template: `<div>
<span class="nodeRow" v-for="(row, r) in data"><table>
<span class="upgRow" v-for="(row, r) in data"><table>
<span v-for="(node, id) in row" style = "{width: 0px}">
<tree-node :layer='node' :abb='tmp[node].symbol' :key="key + '-' + r + '-' + id"></tree-node>
</span>

View file

@ -4,7 +4,7 @@ var gameEnded = false;
// Don't change this
const TMT_VERSION = {
tmtNum: "2.3.3.1",
tmtNum: "2.3.4",
tmtName: "Cooler and Newer Edition"
}