mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2025-05-01 05:51:07 +00:00
Fixed issues with challenges
This commit is contained in:
parent
7c895952bf
commit
ca76d130fd
6 changed files with 17 additions and 11 deletions
js/Demo
|
@ -1,9 +1,12 @@
|
|||
// treeLayout will override the default tree's layout if used
|
||||
var treeLayout = "";
|
||||
/*var treeLayout = [["f", "c"],
|
||||
["g", "spook", "h"]]
|
||||
*/
|
||||
var layoutInfo = {
|
||||
startTab: "none",
|
||||
showTree: true,
|
||||
|
||||
treeLayout: ""
|
||||
|
||||
|
||||
}
|
||||
|
||||
// A "ghost" layer which offsets f in the tree
|
||||
addNode("spook", {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue