1
0
Fork 0
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:
Harley White 2021-06-07 00:13:18 -04:00
parent 99b92daa91
commit 8ae89bd098
6 changed files with 10 additions and 5 deletions

View file

@ -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)},