71 lines
2.3 KiB
Plaintext
71 lines
2.3 KiB
Plaintext
|
[gd_scene load_steps=5 format=3 uid="uid://bcqdlw160sfya"]
|
||
|
|
||
|
[ext_resource type="FontFile" uid="uid://dob7f4ij0rf08" path="res://assets/fonts/PixelOperator8.ttf" id="1_c264r"]
|
||
|
[ext_resource type="Script" path="res://scripts/ui.gd" id="1_epn5m"]
|
||
|
|
||
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_c3kbs"]
|
||
|
bg_color = Color(0.133933, 0.132914, 0.00574836, 1)
|
||
|
|
||
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_vga6l"]
|
||
|
bg_color = Color(0.483969, 0.669562, 0.199093, 1)
|
||
|
|
||
|
[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_epn5m")
|
||
|
|
||
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
||
|
layout_mode = 1
|
||
|
anchors_preset = 10
|
||
|
anchor_right = 1.0
|
||
|
grow_horizontal = 2
|
||
|
|
||
|
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"]
|
||
|
layout_mode = 2
|
||
|
|
||
|
[node name="MarginContainer" type="MarginContainer" parent="VBoxContainer/HBoxContainer"]
|
||
|
layout_mode = 2
|
||
|
size_flags_horizontal = 3
|
||
|
|
||
|
[node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer/HBoxContainer/MarginContainer"]
|
||
|
layout_mode = 2
|
||
|
|
||
|
[node name="health" type="Label" parent="VBoxContainer/HBoxContainer/MarginContainer/VBoxContainer"]
|
||
|
layout_mode = 2
|
||
|
theme_override_fonts/font = ExtResource("1_c264r")
|
||
|
theme_override_font_sizes/font_size = 8
|
||
|
text = "Health"
|
||
|
|
||
|
[node name="healthProgress" type="ProgressBar" parent="VBoxContainer/HBoxContainer/MarginContainer/VBoxContainer"]
|
||
|
layout_mode = 2
|
||
|
theme_override_styles/background = SubResource("StyleBoxFlat_c3kbs")
|
||
|
theme_override_styles/fill = SubResource("StyleBoxFlat_vga6l")
|
||
|
show_percentage = false
|
||
|
|
||
|
[node name="MarginContainer2" type="MarginContainer" parent="VBoxContainer/HBoxContainer"]
|
||
|
layout_mode = 2
|
||
|
size_flags_horizontal = 3
|
||
|
|
||
|
[node name="timer" type="Label" parent="VBoxContainer/HBoxContainer/MarginContainer2"]
|
||
|
layout_mode = 2
|
||
|
theme_override_fonts/font = ExtResource("1_c264r")
|
||
|
theme_override_font_sizes/font_size = 8
|
||
|
text = "timer"
|
||
|
horizontal_alignment = 1
|
||
|
|
||
|
[node name="MarginContainer3" type="MarginContainer" parent="VBoxContainer/HBoxContainer"]
|
||
|
layout_mode = 2
|
||
|
size_flags_horizontal = 3
|
||
|
|
||
|
[node name="coins" type="Label" parent="VBoxContainer/HBoxContainer/MarginContainer3"]
|
||
|
texture_filter = 1
|
||
|
layout_mode = 2
|
||
|
theme_override_fonts/font = ExtResource("1_c264r")
|
||
|
theme_override_font_sizes/font_size = 8
|
||
|
text = "coins"
|
||
|
horizontal_alignment = 2
|