remplissage, menu, gamin audio et autre
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[gd_resource type="Theme" load_steps=7 format=3 uid="uid://depo4fa5p8k8m"]
|
||||
[gd_resource type="Theme" load_steps=8 format=3 uid="uid://depo4fa5p8k8m"]
|
||||
|
||||
[ext_resource type="FontFile" uid="uid://c0i81edd5mitx" path="res://font/October Crow.ttf" id="1_r1ivl"]
|
||||
|
||||
@@ -7,7 +7,7 @@ content_margin_left = 4.0
|
||||
content_margin_top = 4.0
|
||||
content_margin_right = 4.0
|
||||
content_margin_bottom = 4.0
|
||||
bg_color = Color(0.1, 0.1, 0.1, 0.3)
|
||||
bg_color = Color(0, 0, 0, 0.509804)
|
||||
corner_detail = 5
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_sr5rc"]
|
||||
@@ -40,7 +40,7 @@ content_margin_left = 4.0
|
||||
content_margin_top = 4.0
|
||||
content_margin_right = 4.0
|
||||
content_margin_bottom = 4.0
|
||||
bg_color = Color(0.1, 0.1, 0.1, 0.6)
|
||||
bg_color = Color(0, 0, 0, 0.509804)
|
||||
border_width_left = 2
|
||||
border_width_top = 2
|
||||
border_width_right = 2
|
||||
@@ -59,6 +59,9 @@ border_width_right = 2
|
||||
border_width_bottom = 2
|
||||
corner_detail = 5
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_jj5qs"]
|
||||
bg_color = Color(0, 0, 0, 0.509804)
|
||||
|
||||
[resource]
|
||||
default_font = ExtResource("1_r1ivl")
|
||||
Button/colors/font_color = Color(0.875, 0.875, 0.875, 1)
|
||||
@@ -85,3 +88,14 @@ Button/styles/focus = SubResource("StyleBoxFlat_sr5rc")
|
||||
Button/styles/hover = SubResource("StyleBoxFlat_5cr8x")
|
||||
Button/styles/normal = SubResource("StyleBoxFlat_shsof")
|
||||
Button/styles/pressed = SubResource("StyleBoxFlat_jlobp")
|
||||
Label/colors/font_color = Color(1, 1, 1, 1)
|
||||
Label/colors/font_outline_color = Color(0, 0, 0, 1)
|
||||
Label/colors/font_shadow_color = Color(0, 0, 0, 0)
|
||||
Label/constants/line_spacing = 3
|
||||
Label/constants/outline_size = 0
|
||||
Label/constants/shadow_offset_x = 10
|
||||
Label/constants/shadow_offset_y = 1
|
||||
Label/constants/shadow_outline_size = 1
|
||||
Label/font_sizes/font_size = 16
|
||||
Label/fonts/font = ExtResource("1_r1ivl")
|
||||
Label/styles/normal = SubResource("StyleBoxFlat_jj5qs")
|
||||
|
||||
19
themes/label.tres
Normal file
19
themes/label.tres
Normal file
@@ -0,0 +1,19 @@
|
||||
[gd_resource type="Theme" load_steps=3 format=3 uid="uid://d0wymiuig18m3"]
|
||||
|
||||
[ext_resource type="FontFile" uid="uid://c0i81edd5mitx" path="res://font/October Crow.ttf" id="1_4sewc"]
|
||||
|
||||
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_snn1p"]
|
||||
|
||||
[resource]
|
||||
default_font = ExtResource("1_4sewc")
|
||||
Label/colors/font_color = Color(1, 1, 1, 1)
|
||||
Label/colors/font_outline_color = Color(0, 0, 0, 1)
|
||||
Label/colors/font_shadow_color = Color(0, 0, 0, 0)
|
||||
Label/constants/line_spacing = 3
|
||||
Label/constants/outline_size = 0
|
||||
Label/constants/shadow_offset_x = 1
|
||||
Label/constants/shadow_offset_y = 1
|
||||
Label/constants/shadow_outline_size = 1
|
||||
Label/font_sizes/font_size = 16
|
||||
Label/fonts/font = ExtResource("1_4sewc")
|
||||
Label/styles/normal = SubResource("StyleBoxEmpty_snn1p")
|
||||
Reference in New Issue
Block a user