spawns all entities
connected chests to color/ui
This commit is contained in:
15
data/themes/blue_progress_bar_theme.tres
Normal file
15
data/themes/blue_progress_bar_theme.tres
Normal file
@@ -0,0 +1,15 @@
|
||||
[gd_resource type="Theme" load_steps=3 format=3 uid="uid://dm1sx57hw07cn"]
|
||||
|
||||
[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(0, 0, 1, 1)
|
||||
corner_radius_top_left = 1
|
||||
corner_radius_top_right = 1
|
||||
|
||||
[resource]
|
||||
ProgressBar/styles/background = SubResource("StyleBoxFlat_brxtc")
|
||||
ProgressBar/styles/fill = SubResource("StyleBoxFlat_qebp0")
|
||||
Reference in New Issue
Block a user