This commit is contained in:
Tabby 2025-07-18 22:41:26 +10:00
parent 1a5c9d3425
commit bcbe8ab287
6 changed files with 53 additions and 22 deletions

View file

@ -1,12 +1,13 @@
[gd_scene load_steps=3 format=3 uid="uid://cfdsa5scvso6m"]
[ext_resource type="Texture2D" uid="uid://1uqioi3jaw62" path="res://Sprites/batteryOutline.png" id="1_extsq"]
[ext_resource type="Texture2D" uid="uid://1gx13iy21l2a" path="res://Sprites/batteryfull.png" id="2_n31ms"]
[ext_resource type="Texture2D" uid="uid://wkhhifawnhew" path="res://Sprites/fullAlt.png" id="2_extsq"]
[node name="Battery2" type="TextureProgressBar"]
max_value = 16.0
step = 0.0
value = 16.0
fill_mode = 3
texture_under = ExtResource("1_extsq")
texture_progress = ExtResource("2_n31ms")
texture_progress = ExtResource("2_extsq")
tint_progress = Color(0, 1, 0, 1)