You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/OVERVIEW.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ b.block_format = "On Process [delta: FLOAT]"
97
97
* `/block_canvas/`: Contains the code for the `BlockCanvas` which loads and holds blocks on a canvas. Inherited by `NodeBlockCanvas` which can generate scripts for block scripts made for Godot `Node`s (which is all of the scripts ATM). Also contains resources for serializing blocks.
98
98
* `/bsd_templates/`: Template block script data files for loading a default script. E.g. `_ready` and `_process` entry blocks already on canvas.
99
99
* `/node_canvas/`: Deprecated
100
-
* `/node_lsit/`: Deprecated
100
+
* `/node_list/`: Deprecated
101
101
* `/picker/`: Contains the picker scene, and code that generates the blocks that populate the picker.
102
102
* `/categories/`: Contains `CategoryFactory` which generates the global block list programmatically from template blocks.
103
103
* `/title_bar/`: Contains the title bar which should display the name of the current script and the node it inherits from.
0 commit comments