mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2025-05-04 23:31:09 +00:00
Added custom branch widths
This commit is contained in:
parent
99b92daa91
commit
8ae89bd098
6 changed files with 10 additions and 5 deletions
js/Demo
|
@ -21,7 +21,7 @@ addNode("spook", {
|
|||
// A "ghost" layer which offsets f in the tree
|
||||
addNode("g", {
|
||||
symbol: "TH",
|
||||
branches: ["c"],
|
||||
branches: [["c", "red", 4]],
|
||||
color: '#6d3678',
|
||||
layerShown: true,
|
||||
canClick() {return player.points.gte(10)},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue