]> Untitled Git - wolf-seeking-sheep.git/blob - addons/dialogic/Editor/CharacterEditor/character_prefix_suffix.tscn
cdf24c615cab151c2ba706b0d6c042f020315065
[wolf-seeking-sheep.git] / addons / dialogic / Editor / CharacterEditor / character_prefix_suffix.tscn
1 [gd_scene load_steps=3 format=3 uid="uid://1ctcs6ywjjtd"]
2
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"]
5
6 [node name="CharacterPrefixSuffix" type="GridContainer" node_paths=PackedStringArray("prefix_input", "suffix_input")]
7 offset_right = 121.0
8 offset_bottom = 66.0
9 columns = 2
10 script = ExtResource("1_tkxff")
11 prefix_input = NodePath("PrefixInput")
12 suffix_input = NodePath("SuffixInput")
13
14 [node name="Prefix" type="HBoxContainer" parent="."]
15 layout_mode = 2
16
17 [node name="Label" type="Label" parent="Prefix"]
18 layout_mode = 2
19 text = "Prefix"
20
21 [node name="HintTooltip" parent="Prefix" instance=ExtResource("1_o3alv")]
22 layout_mode = 2
23 texture = null
24 hint_text = "If a character speaks, this appears before their text.
25 Example: Color Tags or Quotation Marks."
26
27 [node name="PrefixInput" type="LineEdit" parent="."]
28 layout_mode = 2
29 size_flags_horizontal = 3
30 caret_blink = true
31
32 [node name="Suffix" type="HBoxContainer" parent="."]
33 layout_mode = 2
34
35 [node name="Label" type="Label" parent="Suffix"]
36 layout_mode = 2
37 text = "Suffix"
38
39 [node name="HintTooltip" parent="Suffix" instance=ExtResource("1_o3alv")]
40 layout_mode = 2
41 texture = null
42 hint_text = "If a character speaks, this appears after their text.
43 Example: Color Tags or Quotation Marks."
44
45 [node name="SuffixInput" type="LineEdit" parent="."]
46 layout_mode = 2
47 size_flags_horizontal = 3
48 caret_blink = true