1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
[gd_resource type="Theme" load_steps=9 format=2]
[ext_resource path="res://Assets/Styles/DefaultInvertedFlatPanel.tres" type="StyleBox" id=1]
[ext_resource path="res://Assets/Styles/DefaultFlatPanel.tres" type="StyleBox" id=2]
[sub_resource type="StyleBoxEmpty" id=3]
[sub_resource type="StyleBoxEmpty" id=7]
[sub_resource type="StyleBoxEmpty" id=1]
[sub_resource type="StyleBoxEmpty" id=2]
[sub_resource type="StyleBoxEmpty" id=5]
[sub_resource type="StyleBoxEmpty" id=6]
[resource]
Button/colors/font_color = Color( 0.243137, 0.811765, 0.235294, 1 )
Button/colors/font_color_focus = Color( 0.2, 0.2, 0.2, 1 )
Button/colors/font_color_hover = Color( 0.2, 0.2, 0.2, 1 )
Button/colors/font_color_pressed = Color( 0.2, 0.2, 0.2, 1 )
Button/constants/hseparation = 0
Button/styles/disabled = ExtResource( 2 )
Button/styles/focus = ExtResource( 1 )
Button/styles/hover = ExtResource( 1 )
Button/styles/normal = ExtResource( 2 )
InvertedLabel/base_type = "Label"
InvertedLabel/colors/font_color = Color( 0.2, 0.2, 0.2, 1 )
InvertedPanelContainer/base_type = "PanelContainer"
InvertedPanelContainer/styles/panel = ExtResource( 1 )
InvertedRichTextLabel/base_type = "RichTextLabel"
InvertedRichTextLabel/colors/default_color = Color( 0.2, 0.2, 0.2, 1 )
Label/colors/font_color = Color( 0.243137, 0.811765, 0.235294, 1 )
Label/styles/normal = SubResource( 3 )
LineEdit/colors/cursor_color = Color( 0.2, 0.2, 0.2, 1 )
LineEdit/colors/font_color = Color( 0.2, 0.2, 0.2, 1 )
LineEdit/colors/font_color_uneditable = Color( 0.2, 0.2, 0.2, 1 )
LineEdit/styles/focus = SubResource( 7 )
LineEdit/styles/normal = SubResource( 1 )
LineEdit/styles/read_only = SubResource( 2 )
PanelContainer/styles/panel = ExtResource( 2 )
RichTextLabel/colors/default_color = Color( 0.243137, 0.811765, 0.235294, 1 )
RichTextLabel/styles/focus = SubResource( 5 )
RichTextLabel/styles/normal = SubResource( 6 )
|