diff options
| author | GustavoEklund <eklundgu@gmail.com> | 2025-08-28 21:04:08 -0300 |
|---|---|---|
| committer | GustavoEklund <eklundgu@gmail.com> | 2025-08-28 21:04:08 -0300 |
| commit | 7f5681b4e78982b08bf91913b2d5fa39923945f9 (patch) | |
| tree | 15579a694dd3ae250774f95d97b6333cdbd0c0bb /scenes/ui.tscn | |
| parent | 5f23459b25f9232847e2c9b33b3171937c536fd6 (diff) | |
Buttons
Diffstat (limited to 'scenes/ui.tscn')
| -rw-r--r-- | scenes/ui.tscn | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/scenes/ui.tscn b/scenes/ui.tscn index 47fdf59..d01a08b 100644 --- a/scenes/ui.tscn +++ b/scenes/ui.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=7 format=3 uid="uid://b4h4xyr1g8o50"] +[gd_scene load_steps=8 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"] @@ -23,9 +23,10 @@ texture_over = ExtResource("2_gdt2y") texture_progress = ExtResource("3_wm3ai") [node name="MPbar" type="TextureProgressBar" parent="CanvasLayer"] -offset_top = 11.0 +offset_top = 72.0 offset_right = 50.0 -offset_bottom = 21.0 +offset_bottom = 82.0 +scale = Vector2(6, 6) value = 100.0 texture_under = ExtResource("4_8dubc") texture_over = ExtResource("5_p7vwb") |
