mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 11:15:33 +00:00
6 lines
111 B
GDScript
6 lines
111 B
GDScript
@tool
|
|
extends DialogicIndexer
|
|
|
|
|
|
func _get_layout_parts() -> Array[Dictionary]:
|
|
return scan_for_layout_parts()
|