瀏覽代碼

:lipstick: Stylise les boutons de menu

DricomDragon 8 月之前
父節點
當前提交
21fcbd3677
共有 1 個文件被更改,包括 67 次插入1 次删除
  1. 67 1
      godot/ressources/theme/theme_principal.tres

+ 67 - 1
godot/ressources/theme/theme_principal.tres

@@ -1,3 +1,69 @@
-[gd_resource type="Theme" format=3 uid="uid://ds4th0tnauyf3"]
+[gd_resource type="Theme" load_steps=6 format=3 uid="uid://ds4th0tnauyf3"]
+
+[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_mruam"]
+content_margin_left = 15.0
+content_margin_top = 4.0
+content_margin_right = 15.0
+content_margin_bottom = 4.0
+bg_color = Color(0.273873, 0.273873, 0.273873, 1)
+skew = Vector2(-0.2, 0)
+border_width_left = 5
+border_width_right = 5
+border_color = Color(0.592157, 0.643137, 0.843137, 1)
+
+[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_khiph"]
+content_margin_left = 15.0
+content_margin_top = 4.0
+content_margin_right = 15.0
+content_margin_bottom = 4.0
+bg_color = Color(0.266667, 0.321569, 0.47451, 1)
+skew = Vector2(-0.2, 0)
+border_width_left = 5
+border_width_top = 3
+border_width_right = 5
+border_width_bottom = 3
+border_color = Color(0.980392, 0.87451, 0.568627, 1)
+
+[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_wqxsx"]
+content_margin_left = 15.0
+content_margin_top = 4.0
+content_margin_right = 15.0
+content_margin_bottom = 4.0
+bg_color = Color(0.266667, 0.321569, 0.47451, 1)
+skew = Vector2(-0.2, 0)
+border_width_left = 5
+border_width_right = 5
+border_width_bottom = 3
+border_color = Color(0.545098, 0.937255, 1, 1)
+
+[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_b7q87"]
+content_margin_left = 15.0
+content_margin_top = 4.0
+content_margin_right = 15.0
+content_margin_bottom = 4.0
+bg_color = Color(0.266667, 0.321569, 0.47451, 1)
+skew = Vector2(-0.2, 0)
+border_width_left = 5
+border_width_right = 5
+border_color = Color(0.592157, 0.643137, 0.843137, 1)
+
+[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_no27u"]
+content_margin_left = 15.0
+content_margin_top = 4.0
+content_margin_right = 15.0
+content_margin_bottom = 4.0
+bg_color = Color(0.266667, 0.321569, 0.47451, 1)
+skew = Vector2(-0.2, 0)
+border_width_left = 5
+border_width_right = 5
+border_color = Color(0, 0.847059, 0.501961, 1)
 
 [resource]
+Button/colors/font_hover_pressed_color = Color(0, 0.847059, 0.501961, 1)
+Button/colors/font_pressed_color = Color(0.980392, 0.87451, 0.568627, 1)
+Button/font_sizes/font_size = 18
+Button/styles/disabled = SubResource("StyleBoxFlat_mruam")
+Button/styles/focus = SubResource("StyleBoxFlat_khiph")
+Button/styles/hover = SubResource("StyleBoxFlat_wqxsx")
+Button/styles/normal = SubResource("StyleBoxFlat_b7q87")
+Button/styles/pressed = SubResource("StyleBoxFlat_no27u")