first
This commit is contained in:
72
actors/Player/Hud.tscn
Normal file
72
actors/Player/Hud.tscn
Normal file
@@ -0,0 +1,72 @@
|
||||
[gd_scene load_steps=5 format=3 uid="uid://mv0dgwdlha3m"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://d0idf4f20sbiy" path="res://assets/2D/Back.png" id="1_05nb1"]
|
||||
[ext_resource type="Texture2D" uid="uid://dlnfrfnyh16sb" path="res://assets/2D/Progress.png" id="2_4v4de"]
|
||||
[ext_resource type="Texture2D" uid="uid://c1401tikex5vt" path="res://assets/2D/Viser.png" id="3_gwlmi"]
|
||||
[ext_resource type="Texture2D" uid="uid://csbtt12ohhvec" path="res://assets/2D/GreenCross.png" id="4_je5l8"]
|
||||
|
||||
[node name="Hud" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="TextureProgressBar" type="TextureProgressBar" parent="."]
|
||||
z_index = 2
|
||||
layout_mode = 1
|
||||
anchors_preset = 7
|
||||
anchor_left = 0.5
|
||||
anchor_top = 1.0
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 1.0
|
||||
offset_left = -61.0
|
||||
offset_top = -87.0
|
||||
offset_right = 141.5
|
||||
offset_bottom = 42.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 0
|
||||
scale = Vector2(0.685, 0.685)
|
||||
value = 100.0
|
||||
nine_patch_stretch = true
|
||||
texture_under = ExtResource("1_05nb1")
|
||||
texture_progress = ExtResource("2_4v4de")
|
||||
|
||||
[node name="Viser" type="TextureRect" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_top = -9.0
|
||||
offset_bottom = 15.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("3_gwlmi")
|
||||
expand_mode = 2
|
||||
|
||||
[node name="InteractCross" type="TextureRect" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 7
|
||||
anchor_left = 0.5
|
||||
anchor_top = 1.0
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 1.0
|
||||
offset_left = -105.0
|
||||
offset_top = -60.0
|
||||
offset_right = -75.0
|
||||
offset_bottom = -30.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 0
|
||||
texture = ExtResource("4_je5l8")
|
||||
expand_mode = 2
|
||||
|
||||
[node name="ProgressBar" type="ProgressBar" parent="."]
|
||||
layout_mode = 0
|
||||
offset_left = 661.0
|
||||
offset_top = 582.0
|
||||
offset_right = 665.0
|
||||
offset_bottom = 609.0
|
||||
scale = Vector2(3.1574438, 2.083971)
|
||||
fill_mode = 3
|
||||
show_percentage = false
|
||||
Reference in New Issue
Block a user