added new health bar and new energy pip bar

This commit is contained in:
2025-11-04 12:52:27 +11:00
parent a411be74aa
commit 2f4159ebbe
54 changed files with 1193 additions and 254 deletions

View File

@@ -1,17 +1,49 @@
[gd_resource type="Theme" load_steps=2 format=3 uid="uid://jn4qqx5hxc5i"]
[gd_resource type="Theme" load_steps=9 format=3 uid="uid://jn4qqx5hxc5i"]
[ext_resource type="StyleBox" uid="uid://bgxt37xw4tma6" path="res://button_style_box_normal.tres" id="1_b02pe"]
[ext_resource type="FontFile" uid="uid://bqy8dm2o3piqm" path="res://Assets/Fonts/Quaver v1.0/quaver.ttf" id="1_u5gny"]
[ext_resource type="StyleBox" uid="uid://bfuea1sjymo8g" path="res://pane_style_box.tres" id="3_inyly"]
[ext_resource type="StyleBox" uid="uid://cm3wsvk3woory" path="res://switch_side_a_style_box.tres" id="4_u1sfq"]
[ext_resource type="StyleBox" uid="uid://jnnnhb3i2265" path="res://switch_side_b_style_box.tres" id="5_78ak8"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_u1sfq"]
[sub_resource type="FontVariation" id="FontVariation_b02pe"]
base_font = ExtResource("1_u5gny")
baseline_offset = 0.15
[sub_resource type="FontVariation" id="FontVariation_inyly"]
base_font = ExtResource("1_u5gny")
[resource]
Button/font_sizes/font_size = 8
Button/fonts/font = ExtResource("1_u5gny")
Button/colors/font_color = Color(0.8388973, 0.838897, 0.838897, 1)
Button/colors/font_hover_color = Color(0.95, 0.95, 0.95, 1)
Button/styles/focus = SubResource("StyleBoxEmpty_u1sfq")
Button/styles/hover = ExtResource("1_b02pe")
Button/styles/normal = ExtResource("1_b02pe")
Control/constants/outline_size = 4
Control/font_sizes/font_size = 8
Control/fonts/font = SubResource("FontVariation_b02pe")
InteractLabel/base_type = &"Label"
Label/font_sizes/font_size = 8
Label/fonts/font = ExtResource("1_u5gny")
LineEdit/font_sizes/font_size = 8
LineEdit/fonts/font = ExtResource("1_u5gny")
PanelContainer/styles/panel = ExtResource("3_inyly")
PopupMenu/constants/outline_size = 4
PopupMenu/font_sizes/font_size = 8
PopupMenu/fonts/font = SubResource("FontVariation_inyly")
RichTextLabel/font_sizes/normal_font_size = 8
RichTextLabel/fonts/normal_font = ExtResource("1_u5gny")
SideCheckButton/base_type = &"Button"
SideCheckButton/colors/font_color = Color(0.8392157, 0.8392157, 0.8392157, 1)
SideCheckButton/colors/font_hover_color = Color(1, 1, 1, 1)
SideCheckButton/colors/font_hover_pressed_color = Color(1, 1, 1, 1)
SideCheckButton/colors/font_pressed_color = Color(0.8392157, 0.8392157, 0.8392157, 1)
SideCheckButton/styles/hover = ExtResource("5_78ak8")
SideCheckButton/styles/hover_pressed = ExtResource("4_u1sfq")
SideCheckButton/styles/normal = ExtResource("5_78ak8")
SideCheckButton/styles/pressed = ExtResource("4_u1sfq")
StartWaveLabel/base_type = &"Label"
VersionLabel/base_type = &"Label"
VersionLabel/colors/font_color = Color(0.85, 0.85, 0.85, 0.7)