|
@@ -1,4 +1,6 @@
|
|
|
-[gd_resource type="Theme" load_steps=10 format=3 uid="uid://ds4th0tnauyf3"]
|
|
|
+[gd_resource type="Theme" load_steps=12 format=3 uid="uid://ds4th0tnauyf3"]
|
|
|
+
|
|
|
+[ext_resource type="Texture2D" uid="uid://butc0qhm0x46k" path="res://ressources/theme/glassPanel_cornerTR.png" id="1_mftav"]
|
|
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_mruam"]
|
|
|
content_margin_left = 15.0
|
|
@@ -64,6 +66,13 @@ corner_radius_top_right = 14
|
|
|
corner_radius_bottom_left = 14
|
|
|
expand_margin_left = 8.0
|
|
|
|
|
|
+[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_wqkee"]
|
|
|
+texture = ExtResource("1_mftav")
|
|
|
+texture_margin_left = 4.0
|
|
|
+texture_margin_top = 16.0
|
|
|
+texture_margin_right = 16.0
|
|
|
+texture_margin_bottom = 4.0
|
|
|
+
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_375ov"]
|
|
|
bg_color = Color(0.592157, 0.643137, 0.843137, 1)
|
|
|
corner_radius_top_left = 4
|
|
@@ -95,6 +104,7 @@ Button/styles/hover = SubResource("StyleBoxFlat_wqxsx")
|
|
|
Button/styles/normal = SubResource("StyleBoxFlat_b7q87")
|
|
|
Button/styles/pressed = SubResource("StyleBoxFlat_no27u")
|
|
|
Panel/styles/panel = SubResource("StyleBoxFlat_cb7d3")
|
|
|
+PanelContainer/styles/panel = SubResource("StyleBoxTexture_wqkee")
|
|
|
VScrollBar/styles/grabber = SubResource("StyleBoxFlat_375ov")
|
|
|
VScrollBar/styles/grabber_highlight = SubResource("StyleBoxFlat_omlg4")
|
|
|
VScrollBar/styles/grabber_pressed = SubResource("StyleBoxFlat_b3tfl")
|