semi-idle-arpg/assets/expbar.tres

21 lines
925 B
Plaintext

[gd_resource type="Theme" load_steps=4 format=3 uid="uid://cp82s71sduhcv"]
[ext_resource type="FontFile" uid="uid://4q1f672e7ux2" path="res://addons/godot_vim/hack_regular.ttf" id="1_q1l18"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_yg7tn"]
bg_color = Color(0.980392, 0.741176, 0.184314, 0.580392)
border_color = Color(0.491583, 0.491583, 0.491583, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_enag8"]
bg_color = Color(0.996078, 0.501961, 0.0980392, 1)
border_color = Color(0.491583, 0.491583, 0.491583, 1)
[resource]
ProgressBar/colors/font_color = Color(0.113725, 0.12549, 0.129412, 1)
ProgressBar/colors/font_outline_color = Color(0, 0, 0, 0.580392)
ProgressBar/constants/outline_size = 1
ProgressBar/font_sizes/font_size = 8
ProgressBar/fonts/font = ExtResource("1_q1l18")
ProgressBar/styles/background = SubResource("StyleBoxFlat_yg7tn")
ProgressBar/styles/fill = SubResource("StyleBoxFlat_enag8")