SUI/sui/themes/ProgressBar.tres

24 lines
886 B
Text
Raw Permalink Normal View History

2024-05-15 00:56:34 +02:00
[gd_resource type="Theme" load_steps=4 format=3 uid="uid://bfln8p0ov8enx"]
[ext_resource type="FontFile" uid="uid://d3cdnrnmplqa2" path="res://addons/SUI/fonts/Jost/Jost-Medium.ttf" id="1_5nv4j"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_nesmb"]
bg_color = Color(0.997878, 0.337467, 0.369875, 1)
corner_radius_top_left = 8
corner_radius_top_right = 8
corner_radius_bottom_right = 8
corner_radius_bottom_left = 8
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_1awnp"]
bg_color = Color(0.839216, 0.0196078, 0.196078, 1)
corner_radius_top_left = 8
corner_radius_top_right = 8
corner_radius_bottom_right = 8
corner_radius_bottom_left = 8
[resource]
ProgressBar/colors/font_color = Color(1, 1, 1, 1)
ProgressBar/fonts/font = ExtResource("1_5nv4j")
ProgressBar/styles/background = SubResource("StyleBoxFlat_nesmb")
ProgressBar/styles/fill = SubResource("StyleBoxFlat_1awnp")