147 lines
4.4 KiB
Text
147 lines
4.4 KiB
Text
[gd_scene load_steps=3 format=3 uid="uid://b7eeptlk47ymd"]
|
|
|
|
[ext_resource type="Script" path="res://ui/scripts/ui_component.gd" id="1_6lnte"]
|
|
[ext_resource type="Script" path="res://ui/scripts/pause_menu.gd" id="2_2qrdg"]
|
|
|
|
[node name="UiComponent" 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_6lnte")
|
|
|
|
[node name="PauseMenu" type="Control" parent="."]
|
|
unique_name_in_owner = true
|
|
process_mode = 2
|
|
visible = false
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
mouse_filter = 1
|
|
script = ExtResource("2_2qrdg")
|
|
|
|
[node name="PauseMenuBG" type="Panel" parent="PauseMenu"]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="CenterContainer" type="CenterContainer" parent="PauseMenu"]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_left = -10.0
|
|
offset_top = -10.0
|
|
offset_right = -10.0
|
|
offset_bottom = -10.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="PauseMenu/CenterContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="ResumeButton" type="Button" parent="PauseMenu/CenterContainer/VBoxContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 20
|
|
text = "Resume"
|
|
|
|
[node name="QuitButton" type="Button" parent="PauseMenu/CenterContainer/VBoxContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 20
|
|
text = "Quit"
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
mouse_filter = 2
|
|
theme_override_constants/margin_left = 10
|
|
theme_override_constants/margin_top = 10
|
|
theme_override_constants/margin_right = 10
|
|
theme_override_constants/margin_bottom = 10
|
|
|
|
[node name="NectarBar" type="ProgressBar" parent="MarginContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="MarginContainer"]
|
|
layout_mode = 2
|
|
mouse_filter = 2
|
|
theme_override_constants/margin_left = 20
|
|
theme_override_constants/margin_top = 30
|
|
theme_override_constants/margin_right = 20
|
|
theme_override_constants/margin_bottom = 20
|
|
|
|
[node name="LevelTimer" type="Label" parent="MarginContainer/MarginContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
size_flags_vertical = 0
|
|
theme_override_font_sizes/font_size = 20
|
|
text = "00:00:00"
|
|
|
|
[node name="HelpTextContainer" type="VBoxContainer" parent="MarginContainer/MarginContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
mouse_filter = 2
|
|
|
|
[node name="Help_Drone_Placement_Cancel" type="Label" parent="MarginContainer/MarginContainer/HelpTextContainer"]
|
|
visible = false
|
|
layout_mode = 2
|
|
text = "Right click to cancel placing a drone"
|
|
|
|
[node name="Help_Drone_Placement_Dancer" type="Label" parent="MarginContainer/MarginContainer/HelpTextContainer"]
|
|
visible = false
|
|
layout_mode = 2
|
|
text = "Place a dancing drone within range of
|
|
the hive to tempt bees out. Your time
|
|
starts when you place a dancer drone."
|
|
|
|
[node name="Help_Drone_Placement_Collector" type="Label" parent="MarginContainer/MarginContainer/HelpTextContainer"]
|
|
visible = false
|
|
layout_mode = 2
|
|
text = "Place a collector drone within range
|
|
of a flower patch to tell the bees
|
|
where they need to go to gather pollen."
|
|
|
|
[node name="Help_Drone_Placement_Director" type="Label" parent="MarginContainer/MarginContainer/HelpTextContainer"]
|
|
visible = false
|
|
layout_mode = 2
|
|
text = "Use the Director drones to guide bees
|
|
around obstacles. Bees fly in straight(ish)
|
|
lines between hive, directors, and collectors."
|
|
|
|
[node name="Help_Drone_Placement_Distractor" type="Label" parent="MarginContainer/MarginContainer/HelpTextContainer"]
|
|
visible = false
|
|
layout_mode = 2
|
|
text = "Use a distractor drone to try and divert a
|
|
threats attention away from the bees."
|
|
|
|
[node name="LevelText" type="Label" parent="MarginContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 0
|
|
size_flags_vertical = 8
|
|
text = "Level: 1"
|
|
|
|
[node name="ParText" type="Label" parent="MarginContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 8
|
|
size_flags_vertical = 8
|
|
tooltip_text = "Par is the number of drones it should take you to complete this level"
|
|
mouse_filter = 1
|
|
text = "Par: 2"
|