diff options
| author | GustavoEklund <eklundgu@gmail.com> | 2025-08-28 20:00:54 -0300 |
|---|---|---|
| committer | GustavoEklund <eklundgu@gmail.com> | 2025-08-28 20:00:54 -0300 |
| commit | 77aa6e1b8c296a5090bfd3652c75e449ae0d613b (patch) | |
| tree | d3e33e7c1d62d98b1265a5e63531dd578a4d8da7 /scenes | |
| parent | 29e378ff070ae525a666ffa6a286caab898abbc7 (diff) | |
Adição da UI HP
Diffstat (limited to 'scenes')
| -rw-r--r-- | scenes/ui.tscn | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/scenes/ui.tscn b/scenes/ui.tscn new file mode 100644 index 0000000..1572bfc --- /dev/null +++ b/scenes/ui.tscn @@ -0,0 +1,17 @@ +[gd_scene load_steps=4 format=3 uid="uid://d0mir10g2vhk3"] + +[ext_resource type="Texture2D" uid="uid://ch6rupow513ab" path="res://assets/sprites/inter-face/HP/HealthBarUnder.png" id="1_yev5y"] +[ext_resource type="Texture2D" uid="uid://c0vvfwqjxqjcv" path="res://assets/sprites/inter-face/HP/HealthBarOverlay.png" id="2_gdt2y"] +[ext_resource type="Texture2D" uid="uid://ckbvtym6yywf0" path="res://assets/sprites/inter-face/HP/HealthBar.png" id="3_wm3ai"] + +[node name="UI" type="Node2D"] + +[node name="CanvasLayer" type="CanvasLayer" parent="."] + +[node name="HPbar" type="TextureProgressBar" parent="CanvasLayer"] +offset_right = 50.0 +offset_bottom = 10.0 +value = 100.0 +texture_under = ExtResource("1_yev5y") +texture_over = ExtResource("2_gdt2y") +texture_progress = ExtResource("3_wm3ai") |
