spawnable tests and hpbar for bebittes

This commit is contained in:
Victor Turgeon
2023-10-10 20:26:50 -04:00
parent d518691cea
commit 660c13980f
13 changed files with 113 additions and 20 deletions

14
Themes/base_theme.tres Normal file
View File

@@ -0,0 +1,14 @@
[gd_resource type="Theme" load_steps=4 format=3 uid="uid://dr1h7to56a2pv"]
[ext_resource type="FontFile" uid="uid://01mccw37teq2" path="res://Assets/Fonts/alagard.ttf" id="1_i16b1"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_hf10d"]
bg_color = Color(0.403922, 0.0117647, 0.0627451, 0.188235)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_jy7e3"]
bg_color = Color(0.803922, 0.152941, 0.188235, 1)
[resource]
Label/fonts/font = ExtResource("1_i16b1")
ProgressBar/styles/background = SubResource("StyleBoxFlat_hf10d")
ProgressBar/styles/fill = SubResource("StyleBoxFlat_jy7e3")