1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- [gd_resource type="Theme" load_steps=7 format=3 uid="uid://dwi4i5bw04w4b"]
- [ext_resource type="FontFile" uid="uid://jqg0lgxgblwk" path="res://assets/font/abeezee/ABeeZee-Regular.otf" id="1_hsy0e"]
- [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_0v353"]
- content_margin_left = 4.0
- content_margin_top = 4.0
- content_margin_right = 4.0
- content_margin_bottom = 4.0
- bg_color = Color(0.101961, 0.101961, 0.101961, 0.196078)
- border_color = Color(0.262745, 0.262745, 0.262745, 0.490196)
- corner_radius_top_left = 3
- corner_radius_top_right = 3
- corner_radius_bottom_right = 3
- corner_radius_bottom_left = 3
- corner_detail = 5
- [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_033fg"]
- content_margin_left = 4.0
- content_margin_top = 4.0
- content_margin_right = 4.0
- content_margin_bottom = 4.0
- bg_color = Color(1, 1, 1, 0.196078)
- border_width_left = 3
- border_color = Color(1, 1, 1, 0.588235)
- corner_radius_top_left = 4
- corner_radius_top_right = 4
- corner_radius_bottom_right = 4
- corner_radius_bottom_left = 4
- corner_detail = 5
- [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ivbhe"]
- bg_color = Color(1, 1, 1, 0.196078)
- border_width_left = 3
- border_color = Color(1, 1, 1, 0.588235)
- corner_radius_top_left = 4
- corner_radius_top_right = 4
- corner_radius_bottom_right = 4
- corner_radius_bottom_left = 4
- [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_csier"]
- content_margin_left = 4.0
- content_margin_top = 4.0
- content_margin_right = 4.0
- content_margin_bottom = 4.0
- bg_color = Color(1, 1, 1, 0.196078)
- border_width_left = 3
- border_color = Color(1, 1, 1, 1)
- corner_radius_top_left = 4
- corner_radius_top_right = 4
- corner_radius_bottom_right = 4
- corner_radius_bottom_left = 4
- corner_detail = 5
- [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_bjsor"]
- bg_color = Color(0.5, 0.5, 0.5, 0.196078)
- border_width_left = 3
- border_width_top = 3
- border_width_right = 3
- border_width_bottom = 3
- border_color = Color(0.3, 0.3, 0.3, 0.196078)
- corner_radius_top_left = 4
- corner_radius_top_right = 4
- corner_radius_bottom_right = 4
- corner_radius_bottom_left = 4
- [resource]
- default_font = ExtResource("1_hsy0e")
- Button/colors/icon_disabled_color = Color(1, 1, 1, 0.4)
- Button/colors/icon_focus_color = Color(1, 1, 1, 1)
- Button/colors/icon_hover_color = Color(1, 1, 1, 1)
- Button/colors/icon_hover_pressed_color = Color(1, 1, 1, 1)
- Button/colors/icon_normal_color = Color(1, 1, 1, 1)
- Button/colors/icon_pressed_color = Color(1, 1, 1, 1)
- Button/font_sizes/font_size = 16
- Button/styles/disabled = SubResource("StyleBoxFlat_0v353")
- Button/styles/hover = SubResource("StyleBoxFlat_033fg")
- Button/styles/normal = SubResource("StyleBoxFlat_ivbhe")
- Button/styles/pressed = SubResource("StyleBoxFlat_csier")
- PanelContainer/styles/panel = SubResource("StyleBoxFlat_bjsor")
|