summaryrefslogtreecommitdiffstats
path: root/scenes/DialogueOptionButton.tscn
blob: 033bbba203f8ac7d437d2709a6f58fae1ff77096 (plain)
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
[gd_scene load_steps=4 format=2]

[sub_resource type="StyleBoxFlat" id=3]
bg_color = Color( 0.368627, 0.0352941, 0.313726, 1 )
border_width_left = 6
border_width_right = 6

[sub_resource type="StyleBoxFlat" id=2]
bg_color = Color( 0.484375, 0.110941, 0.422868, 1 )
border_width_left = 6
border_width_right = 6
border_color = Color( 0.486275, 0.109804, 0.423529, 1 )

[sub_resource type="StyleBoxFlat" id=1]
bg_color = Color( 0.368627, 0.0352941, 0.313726, 1 )
border_width_left = 6
border_width_right = 6
border_color = Color( 0.368627, 0.0352941, 0.313726, 1 )

[node name="DialogueOptionButton" type="Button"]
margin_left = 88.0
margin_right = 128.0
margin_bottom = 20.0
rect_min_size = Vector2( 40, 20 )
size_flags_horizontal = 3
custom_styles/hover = SubResource( 3 )
custom_styles/pressed = SubResource( 2 )
custom_styles/focus = SubResource( 3 )
custom_styles/normal = SubResource( 1 )
text = "Long text"
__meta__ = {
"_edit_use_anchors_": false
}