mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-07 00:10:09 +01:00
3.x -> 4.x: `font_color_shadow` -> `font_shadow_color` `font_color_selected` -> `font_selected_color` `hseparation` -> `h_separation` `vseparation` -> `v_separation` `shadow_as_outline` -> `shadow_outline_size` `panelf` and `panelnc` were removed in 3.2, as the options were never used. See: godotengine/godot#28639 `font_color_shadow` is not a property of ProgressBar's theme, and there doesn't seem to be an equivalent. The term "shadow" does not appear in any of: {scene/{gui/{progress_bar,range,control},main/{canvas_item,node}},core/object/object}.{cpp,h}
80 lines
2.5 KiB
Plaintext
80 lines
2.5 KiB
Plaintext
[gd_resource type="Theme" load_steps=7 format=3 uid="uid://da4noqsij73it"]
|
|
|
|
[ext_resource type="FontFile" uid="uid://wqrno8lackrm" path="res://gui/kenney_mini_square.ttf" id="1_f0sjs"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="1"]
|
|
content_margin_left = 6.0
|
|
content_margin_top = 4.0
|
|
content_margin_right = 6.0
|
|
content_margin_bottom = 4.0
|
|
bg_color = Color(0.18, 0.207, 0.279, 1)
|
|
border_width_left = 1
|
|
border_width_top = 1
|
|
border_width_right = 1
|
|
border_width_bottom = 1
|
|
border_color = Color(0.14, 0.161, 0.217, 1)
|
|
|
|
[sub_resource type="StyleBoxFlat" id="2"]
|
|
content_margin_left = 6.0
|
|
content_margin_top = 4.0
|
|
content_margin_right = 6.0
|
|
content_margin_bottom = 4.0
|
|
bg_color = Color(0.15, 0.1725, 0.2325, 1)
|
|
border_width_left = 1
|
|
border_width_top = 1
|
|
border_width_right = 1
|
|
border_width_bottom = 1
|
|
border_color = Color(0.41, 0.61, 0.91, 1)
|
|
|
|
[sub_resource type="StyleBoxFlat" id="3"]
|
|
content_margin_left = 6.0
|
|
content_margin_top = 4.0
|
|
content_margin_right = 6.0
|
|
content_margin_bottom = 4.0
|
|
bg_color = Color(0.15, 0.1725, 0.2325, 1)
|
|
border_width_left = 1
|
|
border_width_top = 1
|
|
border_width_right = 1
|
|
border_width_bottom = 1
|
|
border_color = Color(0.4, 0.4225, 0.4825, 1)
|
|
|
|
[sub_resource type="StyleBoxFlat" id="4"]
|
|
content_margin_left = 6.0
|
|
content_margin_top = 4.0
|
|
content_margin_right = 6.0
|
|
content_margin_bottom = 4.0
|
|
bg_color = Color(0.15, 0.1725, 0.2325, 1)
|
|
border_width_left = 1
|
|
border_width_top = 1
|
|
border_width_right = 1
|
|
border_width_bottom = 1
|
|
border_color = Color(0.125, 0.14375, 0.19375, 1)
|
|
|
|
[sub_resource type="StyleBoxFlat" id="5"]
|
|
content_margin_left = 6.0
|
|
content_margin_top = 4.0
|
|
content_margin_right = 6.0
|
|
content_margin_bottom = 4.0
|
|
bg_color = Color(0.15, 0.1725, 0.2325, 1)
|
|
border_width_left = 1
|
|
border_width_top = 1
|
|
border_width_right = 1
|
|
border_width_bottom = 1
|
|
border_color = Color(0.41, 0.61, 0.91, 1)
|
|
|
|
[resource]
|
|
default_font = ExtResource("1_f0sjs")
|
|
Button/colors/font_color = Color(0.8, 0.8075, 0.8275, 1)
|
|
Button/colors/font_color_disabled = Color(1, 1, 1, 0.3)
|
|
Button/colors/font_color_hover = Color(0.88, 0.8845, 0.8965, 1)
|
|
Button/colors/font_color_pressed = Color(0.411765, 0.611765, 0.909804, 1)
|
|
Button/colors/icon_color_hover = Color(1.15, 1.15, 1.15, 1)
|
|
Button/colors/icon_color_pressed = Color(0.4715, 0.7015, 1.0465, 1)
|
|
Button/constants/h_separation = 2
|
|
Button/fonts/font = ExtResource("1_f0sjs")
|
|
Button/styles/disabled = SubResource("1")
|
|
Button/styles/focus = SubResource("2")
|
|
Button/styles/hover = SubResource("3")
|
|
Button/styles/normal = SubResource("4")
|
|
Button/styles/pressed = SubResource("5")
|