x12 windowing system
This commit is contained in:
parent
e16b468e23
commit
e6ab1fb39a
60 changed files with 701 additions and 877 deletions
43
theme.tres
43
theme.tres
|
|
@ -1,27 +1,6 @@
|
|||
[gd_resource type="Theme" load_steps=21 format=3 uid="uid://lf2ixoythamg"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_e1x85"]
|
||||
content_margin_left = 30.0
|
||||
bg_color = Color(0.1254902, 0.1764706, 0.22745098, 1)
|
||||
skew = Vector2(0.33, 0)
|
||||
border_width_left = 15
|
||||
border_color = Color(0.9137255, 0.8980392, 0.7921569, 1)
|
||||
corner_radius_top_right = 5
|
||||
corner_radius_bottom_right = 5
|
||||
expand_margin_right = 15.0
|
||||
shadow_size = 5
|
||||
shadow_offset = Vector2(5, 5)
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_wvktn"]
|
||||
content_margin_left = 30.0
|
||||
bg_color = Color(5.017369, 5.017369, 5.017369, 0)
|
||||
corner_radius_top_right = 5
|
||||
corner_radius_bottom_right = 5
|
||||
expand_margin_right = 15.0
|
||||
shadow_offset = Vector2(5, 5)
|
||||
[gd_resource type="Theme" load_steps=20 format=3 uid="uid://lf2ixoythamg"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_cjfk0"]
|
||||
content_margin_left = 30.0
|
||||
bg_color = Color(0.047058824, 0.07058824, 0.09803922, 1)
|
||||
skew = Vector2(0.33, 0)
|
||||
border_width_left = 15
|
||||
|
|
@ -32,39 +11,35 @@ expand_margin_right = 15.0
|
|||
shadow_size = 5
|
||||
shadow_offset = Vector2(5, 5)
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_vj6dk"]
|
||||
content_margin_left = 30.0
|
||||
bg_color = Color(0.1254902, 0.1764706, 0.22745098, 1)
|
||||
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_vj6dk"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_wvktn"]
|
||||
bg_color = Color(0.047058824, 0.07058824, 0.09803922, 1)
|
||||
skew = Vector2(0.33, 0)
|
||||
border_width_left = 15
|
||||
border_color = Color(0.9137255, 0.8980392, 0.7921569, 1)
|
||||
corner_radius_top_right = 5
|
||||
corner_radius_bottom_right = 5
|
||||
expand_margin_right = 15.0
|
||||
shadow_size = 5
|
||||
shadow_offset = Vector2(5, 5)
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_110ce"]
|
||||
content_margin_left = 30.0
|
||||
bg_color = Color(0.1254902, 0.1764706, 0.22745098, 1)
|
||||
skew = Vector2(0.33, 0)
|
||||
border_width_left = 15
|
||||
border_color = Color(0.9137255, 0.8980392, 0.7921569, 1)
|
||||
corner_radius_top_right = 5
|
||||
corner_radius_bottom_right = 5
|
||||
expand_margin_right = 15.0
|
||||
shadow_size = 5
|
||||
shadow_offset = Vector2(5, 5)
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_05tig"]
|
||||
content_margin_left = 30.0
|
||||
bg_color = Color(0.9137255, 0.8980392, 0.7921569, 1)
|
||||
skew = Vector2(0.33, 0)
|
||||
border_width_left = 15
|
||||
border_color = Color(0.9137255, 0.8980392, 0.7921569, 1)
|
||||
corner_radius_top_right = 5
|
||||
corner_radius_bottom_right = 5
|
||||
expand_margin_right = 15.0
|
||||
shadow_size = 5
|
||||
shadow_offset = Vector2(5, 5)
|
||||
|
||||
|
|
@ -198,10 +173,10 @@ Button/colors/font_hover_pressed_color = Color(0.70980394, 0.7411765, 0.40784314
|
|||
Button/colors/font_outline_color = Color(0.047058824, 0.07058824, 0.09803922, 1)
|
||||
Button/colors/font_pressed_color = Color(0.7411765, 0.7882353, 0.28627452, 1)
|
||||
Button/constants/outline_size = 10
|
||||
Button/styles/disabled = SubResource("StyleBoxFlat_e1x85")
|
||||
Button/styles/focus = SubResource("StyleBoxFlat_wvktn")
|
||||
Button/styles/hover = SubResource("StyleBoxFlat_cjfk0")
|
||||
Button/styles/hover_pressed = SubResource("StyleBoxFlat_vj6dk")
|
||||
Button/styles/disabled = SubResource("StyleBoxFlat_cjfk0")
|
||||
Button/styles/focus = SubResource("StyleBoxEmpty_vj6dk")
|
||||
Button/styles/hover = SubResource("StyleBoxFlat_wvktn")
|
||||
Button/styles/hover_pressed = SubResource("StyleBoxFlat_110ce")
|
||||
Button/styles/normal = SubResource("StyleBoxFlat_110ce")
|
||||
Button/styles/pressed = SubResource("StyleBoxFlat_05tig")
|
||||
ItemList/colors/font_color = Color(0.9137255, 0.8980392, 0.7921569, 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue