ghost-delivery/UI/hud.tscn

148 lines
4.4 KiB
Plaintext

[gd_scene format=3 uid="uid://bhud1ghostdlv"]
[ext_resource type="Script" uid="uid://byb6swae6f3of" path="res://UI/hud.gd" id="1_hud"]
[ext_resource type="Texture2D" uid="uid://cqpeegihykmh3" path="res://UI/settings.png" id="2_2o5uh"]
[ext_resource type="PackedScene" uid="uid://b3e3ei5tw6my0" path="res://UI/settings_panel.tscn" id="3_2o5uh"]
[node name="HUD" type="CanvasLayer" unique_id=2032768702]
script = ExtResource("1_hud")
[node name="TasksPanel" type="PanelContainer" parent="." unique_id=1652751054]
offset_left = 12.0
offset_top = 12.0
offset_right = 260.0
offset_bottom = 120.0
[node name="Margin" type="MarginContainer" parent="TasksPanel" unique_id=245134380]
layout_mode = 2
theme_override_constants/margin_left = 10
theme_override_constants/margin_top = 8
theme_override_constants/margin_right = 10
theme_override_constants/margin_bottom = 8
[node name="VBox" type="VBoxContainer" parent="TasksPanel/Margin" unique_id=2045897441]
layout_mode = 2
[node name="Title" type="Label" parent="TasksPanel/Margin/VBox" unique_id=862322445]
layout_mode = 2
theme_override_font_sizes/font_size = 18
text = "Aufgaben"
[node name="TaskList" type="VBoxContainer" parent="TasksPanel/Margin/VBox" unique_id=1478434354]
layout_mode = 2
[node name="Button" type="Button" parent="." unique_id=1225291221]
offset_left = 1085.0
offset_top = 12.0
offset_right = 1141.0
offset_bottom = 68.0
size_flags_horizontal = 4
size_flags_vertical = 4
icon = ExtResource("2_2o5uh")
icon_alignment = 1
expand_icon = true
[node name="Detection" type="VBoxContainer" parent="." unique_id=1157549528]
visible = false
anchors_preset = 5
anchor_left = 0.5
anchor_right = 0.5
offset_left = -120.0
offset_top = 12.0
offset_right = 120.0
offset_bottom = 60.0
grow_horizontal = 2
[node name="Label" type="Label" parent="Detection" unique_id=407965557]
layout_mode = 2
text = "Erkennung"
horizontal_alignment = 1
[node name="DetectionBar" type="ProgressBar" parent="Detection" unique_id=1429533151]
custom_minimum_size = Vector2(240, 20)
layout_mode = 2
show_percentage = false
[node name="WinPanel" type="Control" parent="." unique_id=1616257636]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="Dim" type="ColorRect" parent="WinPanel" unique_id=1454370047]
layout_mode = 0
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
color = Color(0, 0, 0, 0.55)
[node name="Center" type="CenterContainer" parent="WinPanel" unique_id=1331549823]
layout_mode = 0
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="VBox" type="VBoxContainer" parent="WinPanel/Center" unique_id=1734257404]
layout_mode = 2
theme_override_constants/separation = 16
[node name="Label" type="Label" parent="WinPanel/Center/VBox" unique_id=1676051353]
layout_mode = 2
theme_override_font_sizes/font_size = 42
text = "Geschafft!"
horizontal_alignment = 1
[node name="NextLevelButton" type="Button" parent="WinPanel/Center/VBox" unique_id=1837232006]
layout_mode = 2
text = "Nächstes Level"
[node name="RestartButton" type="Button" parent="WinPanel/Center/VBox" unique_id=184807131]
layout_mode = 2
text = "Nochmal spielen"
[node name="MainMenuButton" type="Button" parent="WinPanel/Center/VBox" unique_id=285659151]
layout_mode = 2
text = "Zurück zum Hauptmenü"
[node name="LosePanel" type="Control" parent="." unique_id=954450986]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="Center" type="CenterContainer" parent="LosePanel" unique_id=737781993]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="VBox" type="VBoxContainer" parent="LosePanel/Center" unique_id=64929258]
layout_mode = 2
theme_override_constants/separation = 16
[node name="Label" type="Label" parent="LosePanel/Center/VBox" unique_id=1033466604]
layout_mode = 2
theme_override_font_sizes/font_size = 42
text = "Entdeckt!"
horizontal_alignment = 1
[node name="RestartButton" type="Button" parent="LosePanel/Center/VBox" unique_id=1399546225]
layout_mode = 2
text = "Nochmal spielen"
[node name="MainMenuButton" type="Button" parent="LosePanel/Center/VBox" unique_id=1627423804]
layout_mode = 2
text = "Zurück zum Hauptmenü"
[node name="SettingsPanel" parent="." unique_id=832925976 instance=ExtResource("3_2o5uh")]
[connection signal="pressed" from="Button" to="." method="_on_button_pressed"]