Files
rgb/data/themes/red_progress_bar_theme.tres
Eric 6f1d578ee1 spawns all entities
connected chests to color/ui
2024-02-12 08:08:35 -06:00

16 lines
500 B
Plaintext

[gd_resource type="Theme" load_steps=3 format=3 uid="uid://7w47qwaweedo"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_brxtc"]
bg_color = Color(0, 0, 0, 1)
corner_radius_top_left = 2
corner_radius_top_right = 2
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_qebp0"]
bg_color = Color(1, 0, 0, 1)
corner_radius_top_left = 1
corner_radius_top_right = 1
[resource]
ProgressBar/styles/background = SubResource("StyleBoxFlat_brxtc")
ProgressBar/styles/fill = SubResource("StyleBoxFlat_qebp0")