76 lines
2.3 KiB
Plaintext
76 lines
2.3 KiB
Plaintext
|
[gd_scene load_steps=5 format=3 uid="uid://dna0q0tmmxs0g"]
|
||
|
|
||
|
[ext_resource type="Script" path="res://scripts/ui.gd" id="1_1b5vo"]
|
||
|
|
||
|
[sub_resource type="LabelSettings" id="LabelSettings_bb10x"]
|
||
|
font_size = 12
|
||
|
font_color = Color(0.776471, 0.027451, 0.113725, 1)
|
||
|
outline_size = 1
|
||
|
outline_color = Color(0.0768358, 0.0768358, 0.0768358, 1)
|
||
|
shadow_size = 3
|
||
|
shadow_color = Color(0.121569, 0.121569, 0.121569, 0.670588)
|
||
|
|
||
|
[sub_resource type="LabelSettings" id="LabelSettings_rb7h3"]
|
||
|
font_size = 12
|
||
|
outline_size = 1
|
||
|
outline_color = Color(0.0768358, 0.0768358, 0.0768358, 1)
|
||
|
shadow_size = 3
|
||
|
shadow_color = Color(0.121569, 0.121569, 0.121569, 0.670588)
|
||
|
|
||
|
[sub_resource type="LabelSettings" id="LabelSettings_fsj7b"]
|
||
|
font_size = 12
|
||
|
font_color = Color(0.99068, 0.855439, 0.297628, 1)
|
||
|
outline_size = 1
|
||
|
outline_color = Color(0.0768358, 0.0768358, 0.0768358, 1)
|
||
|
shadow_size = 3
|
||
|
shadow_color = Color(0.121569, 0.121569, 0.121569, 0.670588)
|
||
|
|
||
|
[node name="Control" 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_1b5vo")
|
||
|
|
||
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
||
|
layout_mode = 1
|
||
|
anchors_preset = 10
|
||
|
anchor_right = 1.0
|
||
|
offset_bottom = 23.0
|
||
|
grow_horizontal = 2
|
||
|
metadata/_edit_use_anchors_ = true
|
||
|
|
||
|
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"]
|
||
|
texture_filter = 1
|
||
|
layout_mode = 2
|
||
|
|
||
|
[node name="MarginContainer" type="MarginContainer" parent="VBoxContainer/HBoxContainer"]
|
||
|
layout_mode = 2
|
||
|
size_flags_horizontal = 3
|
||
|
|
||
|
[node name="health" type="Label" parent="VBoxContainer/HBoxContainer/MarginContainer"]
|
||
|
texture_filter = 1
|
||
|
layout_mode = 2
|
||
|
label_settings = SubResource("LabelSettings_bb10x")
|
||
|
|
||
|
[node name="MarginContainer3" type="MarginContainer" parent="VBoxContainer/HBoxContainer"]
|
||
|
layout_mode = 2
|
||
|
size_flags_horizontal = 3
|
||
|
|
||
|
[node name="timer" type="Label" parent="VBoxContainer/HBoxContainer/MarginContainer3"]
|
||
|
layout_mode = 2
|
||
|
label_settings = SubResource("LabelSettings_rb7h3")
|
||
|
horizontal_alignment = 1
|
||
|
|
||
|
[node name="MarginContainer2" type="MarginContainer" parent="VBoxContainer/HBoxContainer"]
|
||
|
layout_mode = 2
|
||
|
size_flags_horizontal = 3
|
||
|
|
||
|
[node name="coins" type="Label" parent="VBoxContainer/HBoxContainer/MarginContainer2"]
|
||
|
texture_filter = 1
|
||
|
layout_mode = 2
|
||
|
label_settings = SubResource("LabelSettings_fsj7b")
|
||
|
horizontal_alignment = 2
|