We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 38e7406 + d047929 commit 49c8240Copy full SHA for 49c8240
addons/block_code/instruction_tree/instruction_tree.gd
@@ -17,10 +17,6 @@ class TreeNode:
17
children.append(node)
18
19
20
-func generate_tree(root_block: Block) -> TreeNode:
21
- return root_block.get_instruction()
22
-
23
24
func generate_text(root_node: TreeNode, start_depth: int = 0) -> String:
25
out = ""
26
depth = start_depth
0 commit comments