1 [gd_scene load_steps=3 format=3 uid="uid://1ctcs6ywjjtd"]
3 [ext_resource type="PackedScene" uid="uid://dbpkta2tjsqim" path="res://addons/dialogic/Editor/Common/hint_tooltip_icon.tscn" id="1_o3alv"]
4 [ext_resource type="Script" path="res://addons/dialogic/Editor/CharacterEditor/character_prefix_suffix.gd" id="1_tkxff"]
6 [node name="CharacterPrefixSuffix" type="GridContainer" node_paths=PackedStringArray("prefix_input", "suffix_input")]
10 script = ExtResource("1_tkxff")
11 prefix_input = NodePath("PrefixInput")
12 suffix_input = NodePath("SuffixInput")
14 [node name="Prefix" type="HBoxContainer" parent="."]
17 [node name="Label" type="Label" parent="Prefix"]
21 [node name="HintTooltip" parent="Prefix" instance=ExtResource("1_o3alv")]
24 hint_text = "If a character speaks, this appears before their text.
25 Example: Color Tags or Quotation Marks."
27 [node name="PrefixInput" type="LineEdit" parent="."]
29 size_flags_horizontal = 3
32 [node name="Suffix" type="HBoxContainer" parent="."]
35 [node name="Label" type="Label" parent="Suffix"]
39 [node name="HintTooltip" parent="Suffix" instance=ExtResource("1_o3alv")]
42 hint_text = "If a character speaks, this appears after their text.
43 Example: Color Tags or Quotation Marks."
45 [node name="SuffixInput" type="LineEdit" parent="."]
47 size_flags_horizontal = 3