Skip to content

Commit f390ae8

Browse files
committed
Generate dynamic blocks from BlockDefinitions in CategoryFactory
We should move this to BlockCatalog at some point
1 parent b11b95e commit f390ae8

File tree

2 files changed

+312
-549
lines changed

2 files changed

+312
-549
lines changed

addons/block_code/block_code_plugin.gd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ const DISABLED_CLASSES := [
3333

3434
func _enter_tree():
3535
Types.init_cast_graph()
36+
CategoryFactory.init_block_definition_dictionary()
3637

3738
editor_inspector = EditorInterface.get_inspector()
3839
editor_selection = EditorInterface.get_selection()

0 commit comments

Comments
 (0)