mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2025-05-10 03:51:33 +00:00
Fixed everything with branches
This commit is contained in:
parent
95046d9299
commit
10e3c429a8
9 changed files with 30 additions and 11 deletions
js/Demo
|
@ -328,6 +328,8 @@ addLayer("c", {
|
|||
["display-image", "discord.png"],],
|
||||
},
|
||||
jail: {
|
||||
style() {return {'background-color': '#222222'}},
|
||||
|
||||
content: [
|
||||
["infobox", "coolInfo"],
|
||||
["bar", "longBoi"], "blank",
|
||||
|
|
|
@ -50,5 +50,6 @@ addLayer("tree-tab", {
|
|||
tabFormat: [["tree", function() {return (layoutInfo.treeLayout ? layoutInfo.treeLayout : TREE_LAYERS)}]],
|
||||
previousTab: "",
|
||||
leftTab: true,
|
||||
style() {return {'background-color': '#222222'}},
|
||||
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue