aboutsummaryrefslogtreecommitdiff
path: root/game/theme/game_session_menu.tres
blob: 42775c3963bf15c0340e1fd146bd8595f2b57064 (plain) (blame)
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
[gd_resource type="Theme" load_steps=11 format=3 uid="uid://dndova5cw036e"]

[ext_resource type="StyleBox" uid="uid://blwilunhmyvpq" path="res://theme/assets/main_menu_button_normal.tres" id="1_7med2"]
[ext_resource type="Script" path="res://src/Utility/StyleBoxWithSound.gd" id="2_oj3dv"]
[ext_resource type="AudioStream" uid="uid://bsldcs3l8s7ug" path="res://addons/kenney_ui_audio/click3.wav" id="3_j823n"]
[ext_resource type="Texture2D" uid="uid://c0p34i3d3b0pw" path="res://theme/assets/main_menu_button.png" id="4_lno5s"]

[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_jvvyi"]
content_margin_left = 20.0
content_margin_top = 10.0
content_margin_right = 20.0
content_margin_bottom = 14.0
texture = ExtResource("4_lno5s")
modulate_color = Color(0.817521, 0.817521, 0.817521, 0.784314)

[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_6ab1x"]
draw_center = false
border_width_left = 10
border_width_top = 15
border_width_right = 10
border_width_bottom = 15
border_color = Color(0, 0, 0, 0.584314)
border_blend = true
corner_radius_top_left = 5
corner_radius_top_right = 5
corner_radius_bottom_right = 5
corner_radius_bottom_left = 5
corner_detail = 20

[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_jslj0"]
content_margin_left = 20.0
content_margin_top = 10.0
content_margin_right = 20.0
content_margin_bottom = 14.0
texture = ExtResource("4_lno5s")
modulate_color = Color(0.588235, 0.588235, 0.588235, 1)

[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_l2rw3"]
content_margin_left = 20.0
content_margin_top = 10.0
content_margin_right = 20.0
content_margin_bottom = 14.0
texture = ExtResource("4_lno5s")
modulate_color = Color(0.85098, 0.85098, 0.85098, 1)

[sub_resource type="StyleBox" id="StyleBox_ptkcj"]
resource_local_to_scene = false
resource_name = ""
content_margin_left = -1.0
content_margin_top = -1.0
content_margin_right = -1.0
content_margin_bottom = -1.0
script = ExtResource("2_oj3dv")
style_box = SubResource("StyleBoxTexture_l2rw3")
sound = ExtResource("3_j823n")

[sub_resource type="StyleBoxLine" id="StyleBoxLine_kaw4i"]
color = Color(0.454902, 0.45098, 0.435294, 1)
thickness = 2

[resource]
SessionButton/base_type = &"Button"
SessionButton/colors/font_color = Color(0.87451, 0.87451, 0.87451, 1)
SessionButton/colors/font_disabled_color = Color(0.87451, 0.87451, 0.87451, 0.501961)
SessionButton/colors/font_focus_color = Color(0.94902, 0.94902, 0.94902, 1)
SessionButton/colors/font_hover_color = Color(0.94902, 0.94902, 0.94902, 1)
SessionButton/colors/font_hover_pressed_color = Color(1, 1, 1, 1)
SessionButton/colors/font_outline_color = Color(1, 1, 1, 1)
SessionButton/colors/font_pressed_color = Color(1, 1, 1, 1)
SessionButton/colors/icon_disabled_color = Color(1, 1, 1, 0.4)
SessionButton/colors/icon_focus_color = Color(0.94902, 0.94902, 0.94902, 1)
SessionButton/colors/icon_hover_color = Color(0.94902, 0.94902, 0.94902, 1)
SessionButton/colors/icon_hover_pressed_color = Color(1, 1, 1, 1)
SessionButton/colors/icon_normal_color = Color(1, 1, 1, 1)
SessionButton/colors/icon_pressed_color = Color(1, 1, 1, 1)
SessionButton/styles/disabled = SubResource("StyleBoxTexture_jvvyi")
SessionButton/styles/focus = SubResource("StyleBoxFlat_6ab1x")
SessionButton/styles/hover = SubResource("StyleBoxTexture_jslj0")
SessionButton/styles/normal = ExtResource("1_7med2")
SessionButton/styles/pressed = SubResource("StyleBox_ptkcj")
SessionPanel/base_type = &"Panel"
SessionPanel/styles/panel = null
SessionSeparator/base_type = &"HSeparator"
SessionSeparator/styles/separator = SubResource("StyleBoxLine_kaw4i")