2
2
3
3
[ext_resource type ="StyleBox" uid ="uid://itxqi5xpilu6" path ="res://addons/YarnSpinner-Godot/Scenes/RoundedViewStylebox.tres" id ="1_brfok" ]
4
4
[ext_resource type ="Script" path ="res://addons/YarnSpinner-Godot/Runtime/Views/OptionView.cs" id ="1_uv0oc" ]
5
- [ext_resource type ="StyleBox" uid ="uid://cqadffkf802cr" path ="res://addons/YarnSpinner-Godot/Scenes/RoundedViewFocusedStylebox .tres" id ="2_tuu8c" ]
5
+ [ext_resource type ="StyleBox" uid ="uid://cqadffkf802cr" path ="res://addons/YarnSpinner-Godot/Scenes/RoundedViewFocusedStyleBox .tres" id ="2_tuu8c" ]
6
6
7
7
[node name ="OptionView" type ="Button" node_paths =PackedStringArray ("label" )]
8
8
anchors_preset = 7
@@ -19,11 +19,11 @@ grow_vertical = 0
19
19
size_flags_horizontal = 3
20
20
size_flags_vertical = 3
21
21
theme_override_font_sizes/font_size = 36
22
- theme_override_styles/normal = ExtResource ("1_brfok" )
22
+ theme_override_styles/focus = ExtResource ("2_tuu8c" )
23
+ theme_override_styles/disabled = ExtResource ("1_brfok" )
23
24
theme_override_styles/hover = ExtResource ("1_brfok" )
24
25
theme_override_styles/pressed = ExtResource ("1_brfok" )
25
- theme_override_styles/disabled = ExtResource ("1_brfok" )
26
- theme_override_styles/focus = ExtResource ("2_tuu8c" )
26
+ theme_override_styles/normal = ExtResource ("1_brfok" )
27
27
script = ExtResource ("1_uv0oc" )
28
28
label = NodePath ("VBoxContainer/RichTextLabel" )
29
29
@@ -41,19 +41,19 @@ alignment = 1
41
41
layout_mode = 2
42
42
size_flags_vertical = 6
43
43
mouse_filter = 2
44
+ theme_override_colors/table_border = Color (0 , 0 , 0 , 1 )
45
+ theme_override_colors/table_even_row_bg = Color (0 , 0 , 0 , 1 )
46
+ theme_override_colors/table_odd_row_bg = Color (0 , 0 , 0 , 1 )
44
47
theme_override_colors/default_color = Color (0 , 0 , 0 , 1 )
45
48
theme_override_colors/font_selected_color = Color (0 , 0 , 0 , 1 )
46
49
theme_override_colors/selection_color = Color (0 , 0 , 0 , 1 )
47
- theme_override_colors/font_shadow_color = Color (0 , 0 , 0 , 1 )
48
50
theme_override_colors/font_outline_color = Color (0 , 0 , 0 , 1 )
49
- theme_override_colors/table_odd_row_bg = Color (0 , 0 , 0 , 1 )
50
- theme_override_colors/table_even_row_bg = Color (0 , 0 , 0 , 1 )
51
- theme_override_colors/table_border = Color (0 , 0 , 0 , 1 )
52
- theme_override_font_sizes/normal_font_size = 24
53
- theme_override_font_sizes/bold_font_size = 24
54
- theme_override_font_sizes/italics_font_size = 24
51
+ theme_override_colors/font_shadow_color = Color (0 , 0 , 0 , 1 )
55
52
theme_override_font_sizes/bold_italics_font_size = 24
53
+ theme_override_font_sizes/italics_font_size = 24
56
54
theme_override_font_sizes/mono_font_size = 24
55
+ theme_override_font_sizes/normal_font_size = 24
56
+ theme_override_font_sizes/bold_font_size = 24
57
57
bbcode_enabled = true
58
58
text = "[center]Option View[/center]"
59
59
fit_content = true
0 commit comments