Skip to content

Commit 02b4d9f

Browse files
committedJun 19, 2024
Fix typo
1 parent 3522441 commit 02b4d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎docs/OVERVIEW.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ b.block_format = "On Process [delta: FLOAT]"
9797
* `/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.
9898
* `/bsd_templates/`: Template block script data files for loading a default script. E.g. `_ready` and `_process` entry blocks already on canvas.
9999
* `/node_canvas/`: Deprecated
100-
* `/node_lsit/`: Deprecated
100+
* `/node_list/`: Deprecated
101101
* `/picker/`: Contains the picker scene, and code that generates the blocks that populate the picker.
102102
* `/categories/`: Contains `CategoryFactory` which generates the global block list programmatically from template blocks.
103103
* `/title_bar/`: Contains the title bar which should display the name of the current script and the node it inherits from.

0 commit comments

Comments
 (0)