59 lines
1.5 KiB
Plaintext
59 lines
1.5 KiB
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://btdd2g3e7uk1e"]
|
|
|
|
[ext_resource type="Theme" uid="uid://x4at2pluavto" path="res://general_theme.tres" id="1_mehkg"]
|
|
[ext_resource type="Texture2D" uid="uid://byvaevohjdunq" path="res://assets/art/cornerGUI.png" id="2_v0myb"]
|
|
[ext_resource type="Texture2D" uid="uid://taaths18mmx0" path="res://assets/art/pickup-outline.png" id="3_1wjbg"]
|
|
|
|
[node name="GUI" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme = ExtResource("1_mehkg")
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="."]
|
|
layout_mode = 0
|
|
anchor_right = 1.0
|
|
offset_right = -904.0
|
|
offset_bottom = 31.0
|
|
texture = ExtResource("2_v0myb")
|
|
expand_mode = 1
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 36.4586
|
|
offset_top = 11.069
|
|
offset_right = 160.459
|
|
offset_bottom = 42.069
|
|
text = "0"
|
|
clip_text = true
|
|
|
|
[node name="TextureRect2" type="TextureRect" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 13.7422
|
|
offset_top = 16.7484
|
|
offset_right = 33.7422
|
|
offset_bottom = 36.7484
|
|
texture = ExtResource("3_1wjbg")
|
|
expand_mode = 1
|
|
|
|
[node name="Healthbar" type="ProgressBar" parent="."]
|
|
layout_mode = 0
|
|
anchor_left = 0.5
|
|
anchor_top = 1.0
|
|
anchor_right = 0.5
|
|
anchor_bottom = 1.0
|
|
offset_left = -92.5
|
|
offset_top = -50.0
|
|
offset_right = 92.5
|
|
offset_bottom = -14.0
|
|
step = 1.0
|
|
value = 100.0
|
|
|
|
[node name="SlideRect" type="ColorRect" parent="."]
|
|
layout_mode = 0
|
|
anchor_right = 1.0
|
|
color = Color(0, 0, 0, 1)
|