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

24
energy_pips.tscn Normal file
View File

@@ -0,0 +1,24 @@
[gd_scene load_steps=4 format=3 uid="uid://q73cllewm7pj"]
[ext_resource type="Script" uid="uid://cvdb5y5wmkvmm" path="res://energy_pips.gd" id="1_6l017"]
[ext_resource type="Texture2D" uid="uid://h1m3ss2ln5hq" path="res://energy_sheet.png" id="2_q2m70"]
[sub_resource type="AtlasTexture" id="AtlasTexture_46jyx"]
atlas = ExtResource("2_q2m70")
region = Rect2(0, 0, 21, 149)
[node name="EnergyBar" type="Control" node_paths=PackedStringArray("tex")]
custom_minimum_size = Vector2(149, 21)
layout_mode = 3
anchors_preset = 0
script = ExtResource("1_6l017")
tex = NodePath("TextureRect")
[node name="TextureRect" type="TextureRect" parent="."]
layout_mode = 0
offset_top = 21.0
offset_right = 21.0
offset_bottom = 170.0
rotation = -1.5707964
texture = SubResource("AtlasTexture_46jyx")
stretch_mode = 5