]> Untitled Git - wolf-seeking-sheep.git/blob - addons/dialogic/Modules/HighlightPortrait/index.gd
Adding import files
[wolf-seeking-sheep.git] / addons / dialogic / Modules / HighlightPortrait / index.gd
1 @tool
2 extends DialogicIndexer
3
4
5 func _get_portrait_scene_presets() -> Array[Dictionary]:
6         return [
7                 {
8                         "path": this_folder.path_join("simple_highlight_portrait.tscn"),
9                         "name": "Simple Highlight Portrait",
10                         "description": "A portrait scene that displays a simple image, but changes color and moves to the front when this character is speaking.",
11                         "author":"Dialogic",
12                         "type": "General",
13                         "icon":"",
14                         "preview_image":[this_folder.path_join("highlight_portrait_thumbnail.png")],
15                         "documentation":"",
16                 },
17         ]