spawns all entities

connected chests to color/ui
This commit is contained in:
2024-02-12 08:07:42 -06:00
parent 8aaedae7c3
commit 6f1d578ee1
23 changed files with 554 additions and 7 deletions

View 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")

View File

@@ -0,0 +1,15 @@
[gd_resource type="Theme" load_steps=3 format=3 uid="uid://ewgo3qi2xs54"]
[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, 1, 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")

View File

@@ -0,0 +1,15 @@
[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")