summaryrefslogtreecommitdiff
path: root/scenes/ui.tscn
diff options
context:
space:
mode:
authorGustavoEklund <eklundgu@gmail.com>2025-08-28 20:38:10 -0300
committerGustavoEklund <eklundgu@gmail.com>2025-08-28 20:38:10 -0300
commit5f23459b25f9232847e2c9b33b3171937c536fd6 (patch)
tree16926b62e80a1d0a9ec08ca8e57398faef76f26f /scenes/ui.tscn
parentf55c5e899a073cc0033fdbdde04a2de4644433fb (diff)
parent3c9192b24c09146df066fd986f34d269c50648e8 (diff)
Merge branch 'master' of https://github.com/Simplesmente-O-Grupo/projeto-fantasia
Diffstat (limited to 'scenes/ui.tscn')
-rw-r--r--scenes/ui.tscn3
1 files changed, 3 insertions, 0 deletions
diff --git a/scenes/ui.tscn b/scenes/ui.tscn
index b71e544..47fdf59 100644
--- a/scenes/ui.tscn
+++ b/scenes/ui.tscn
@@ -1,5 +1,6 @@
[gd_scene load_steps=7 format=3 uid="uid://b4h4xyr1g8o50"]
+[ext_resource type="Script" uid="uid://br7w3abe0boqb" path="res://scripts/UI.cs" id="1_gdt2y"]
[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"]
@@ -8,12 +9,14 @@
[ext_resource type="Texture2D" uid="uid://b1rotmrfynpau" path="res://assets/sprites/inter-face/MP/ManaBar.png" id="6_ktti3"]
[node name="UI" type="Node2D"]
+script = ExtResource("1_gdt2y")
[node name="CanvasLayer" type="CanvasLayer" parent="."]
[node name="HPbar" type="TextureProgressBar" parent="CanvasLayer"]
offset_right = 50.0
offset_bottom = 10.0
+scale = Vector2(6, 6)
value = 100.0
texture_under = ExtResource("1_yev5y")
texture_over = ExtResource("2_gdt2y")