105 lines
3.8 KiB
Plaintext
105 lines
3.8 KiB
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://kq1k014lm2m0"]
|
|
|
|
[ext_resource type="Script" path="res://UI/MenuBar/Quests/QuestStatusPopup.gd" id="1_yr0v5"]
|
|
|
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_4e5mo"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_1sp3r"]
|
|
bg_color = Color(0.321569, 0.482353, 0.713726, 1)
|
|
border_width_left = 8
|
|
border_width_top = 8
|
|
border_width_right = 8
|
|
border_width_bottom = 8
|
|
border_color = Color(0.917647, 0.94902, 0, 1)
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_4hdaa"]
|
|
bg_color = Color(0.113725, 0.172549, 0.368627, 1)
|
|
border_color = Color(0.87451, 0.847059, 0, 1)
|
|
|
|
[node name="QuestStatusPopup" type="PopupPanel"]
|
|
size = Vector2i(500, 500)
|
|
visible = true
|
|
extend_to_title = true
|
|
max_size = Vector2i(32768, 500)
|
|
theme_override_styles/panel = SubResource("StyleBoxEmpty_4e5mo")
|
|
script = ExtResource("1_yr0v5")
|
|
|
|
[node name="PanelContainer" type="PanelContainer" parent="."]
|
|
offset_right = 500.0
|
|
offset_bottom = 500.0
|
|
theme_override_styles/panel = SubResource("StyleBoxFlat_1sp3r")
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="PanelContainer"]
|
|
layout_mode = 2
|
|
theme_override_constants/margin_left = 9
|
|
theme_override_constants/margin_top = 8
|
|
theme_override_constants/margin_right = 9
|
|
theme_override_constants/margin_bottom = 5
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="PanelContainer/MarginContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="QuestNameLabel" type="Label" parent="PanelContainer/MarginContainer/VBoxContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_vertical = 0
|
|
theme_override_colors/font_color = Color(0.12549, 0.847059, 0.905882, 1)
|
|
theme_override_colors/font_outline_color = Color(0, 0, 0, 1)
|
|
theme_override_constants/outline_size = 14
|
|
theme_override_font_sizes/font_size = 32
|
|
text = "Beesley's Special Juice"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 2
|
|
|
|
[node name="QuestScaleLabel" type="Label" parent="PanelContainer/MarginContainer/VBoxContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_vertical = 0
|
|
theme_override_colors/font_color = Color(0.741176, 0.988235, 0, 1)
|
|
theme_override_colors/font_shadow_color = Color(0, 0, 0, 1)
|
|
theme_override_colors/font_outline_color = Color(0, 0, 0, 1)
|
|
theme_override_constants/outline_size = 0
|
|
theme_override_constants/shadow_outline_size = 8
|
|
theme_override_font_sizes/font_size = 20
|
|
text = "Moderate"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="PanelContainer" type="PanelContainer" parent="PanelContainer/MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
theme_override_styles/panel = SubResource("StyleBoxFlat_4hdaa")
|
|
|
|
[node name="QuestProgressLabel" type="Label" parent="PanelContainer/MarginContainer/VBoxContainer/PanelContainer"]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(100, 0)
|
|
layout_mode = 2
|
|
size_flags_vertical = 6
|
|
text = "Go Talk to the beesley bee to start the quest!
|
|
Go Talk to the beesley bee to start the quest!
|
|
Go Talk to the beesley bee to start the quest!
|
|
Go Talk to the beesley bee to start the quest!
|
|
Go Talk to the beesley bee to start the quest!
|
|
Go Talk to the beesley bee to start the quest!
|
|
Go Talk to the beesley bee to start the quest!
|
|
Go Talk to the beesley bee to start the quest!
|
|
Go Talk to the beesley bee to start the quest!
|
|
"
|
|
horizontal_alignment = 1
|
|
autowrap_mode = 3
|
|
|
|
[node name="QuestRequirementsLabel" type="Label" parent="PanelContainer/MarginContainer/VBoxContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_vertical = 0
|
|
text = "Requirements
|
|
None"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="ContinueButton" type="Button" parent="PanelContainer/MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
text = "Continue"
|
|
|
|
[connection signal="popup_hide" from="." to="." method="_on_popup_hide"]
|
|
[connection signal="pressed" from="PanelContainer/MarginContainer/VBoxContainer/ContinueButton" to="." method="_on_continue_button_pressed"]
|