50 lines
1.5 KiB
Text
50 lines
1.5 KiB
Text
[gd_scene load_steps=2 format=3 uid="uid://5ilscynpg61o"]
|
|
|
|
[ext_resource type="Script" path="res://levels/ui/pause.gd" id="1_x3t1h"]
|
|
|
|
[node name="Pause" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_x3t1h")
|
|
|
|
[node name="CanvasLayer" type="CanvasLayer" parent="."]
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="CanvasLayer"]
|
|
custom_minimum_size = Vector2(1280, 720)
|
|
offset_right = 1280.0
|
|
offset_bottom = 720.0
|
|
color = Color(0, 0, 0, 1)
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="CanvasLayer"]
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="CanvasLayer/HBoxContainer"]
|
|
custom_minimum_size = Vector2(116, 116)
|
|
layout_mode = 2
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="CanvasLayer/HBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="Cname" type="Label" parent="CanvasLayer/HBoxContainer/VBoxContainer"]
|
|
custom_minimum_size = Vector2(174, 0)
|
|
layout_mode = 2
|
|
text = "Name"
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="CanvasLayer/HBoxContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="Label" type="Label" parent="CanvasLayer/HBoxContainer/VBoxContainer/HBoxContainer"]
|
|
custom_minimum_size = Vector2(70, 0)
|
|
layout_mode = 2
|
|
text = "Health"
|
|
|
|
[node name="Label2" type="Label" parent="CanvasLayer/HBoxContainer/VBoxContainer/HBoxContainer"]
|
|
custom_minimum_size = Vector2(123, 0)
|
|
layout_mode = 2
|
|
text = "100/100"
|
|
horizontal_alignment = 2
|