cute lil prototype
This commit is contained in:
parent
57f147236a
commit
0e4a55d7bd
19 changed files with 305 additions and 2 deletions
12
Prefabs/spare_battery.tscn
Normal file
12
Prefabs/spare_battery.tscn
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[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"]
|
||||
|
||||
[node name="Battery2" type="TextureProgressBar"]
|
||||
max_value = 16.0
|
||||
value = 16.0
|
||||
fill_mode = 3
|
||||
texture_under = ExtResource("1_extsq")
|
||||
texture_progress = ExtResource("2_n31ms")
|
||||
tint_progress = Color(0, 1, 0, 1)
|
||||
Loading…
Add table
Add a link
Reference in a new issue