trenches/godot/ui_theme.tres

50 lines
1.6 KiB
Plaintext

[gd_resource type="Theme" load_steps=4 format=3 uid="uid://posd5w7val31"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_pdlhj"]
content_margin_left = 5.0
content_margin_top = 10.0
content_margin_right = 5.0
content_margin_bottom = 10.0
bg_color = Color(0.188193, 0.201299, 0.185376, 1)
border_width_left = 3
border_width_bottom = 3
border_color = Color(0.221962, 0.235242, 0.188787, 1)
corner_radius_top_left = 2
corner_radius_top_right = 2
corner_radius_bottom_right = 2
corner_radius_bottom_left = 2
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_pfg3w"]
content_margin_left = 50.0
content_margin_top = 10.0
content_margin_right = 50.0
content_margin_bottom = 10.0
bg_color = Color(0.24092, 0.289552, 0.230467, 1)
border_width_left = 3
border_width_bottom = 3
border_color = Color(0.221962, 0.235242, 0.188787, 1)
corner_radius_top_left = 2
corner_radius_top_right = 2
corner_radius_bottom_right = 2
corner_radius_bottom_left = 2
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_rtn4q"]
content_margin_left = 5.0
content_margin_top = 10.0
content_margin_right = 5.0
content_margin_bottom = 10.0
bg_color = Color(0.216179, 0.275974, 0.203325, 1)
border_width_left = 3
border_width_bottom = 3
border_color = Color(0.221962, 0.235242, 0.188787, 1)
corner_radius_top_left = 2
corner_radius_top_right = 2
corner_radius_bottom_right = 2
corner_radius_bottom_left = 2
[resource]
Button/font_sizes/font_size = 30
Button/styles/hover = SubResource("StyleBoxFlat_pdlhj")
Button/styles/normal = SubResource("StyleBoxFlat_pfg3w")
Button/styles/pressed = SubResource("StyleBoxFlat_rtn4q")