clm805
Results
2
issues of
clm805
Currently the plugin only scans for ResourceGroup resource files. Would it be possible to also scan for ResourceGroup's that are attached to exported var's in the editor via the "New...
enhancement
I wrote the following code generation tool using your library: ``` @tool extends EditorScript func _run() -> void: var items = preload("res://data/items.tres").load_all() var items_str = "\n".join(items.map(func(item: Item): return 'static var...
enhancement