120 lines
4.1 KiB
Plaintext
120 lines
4.1 KiB
Plaintext
[gd_scene load_steps=6 format=3 uid="uid://c8ofw6na082gv"]
|
|
|
|
[ext_resource type="Script" uid="uid://dhw85vqlvw33s" path="res://main_panel.gd" id="1_pdekv"]
|
|
[ext_resource type="Script" uid="uid://4jrp67ckp7vt" path="res://timer_label.gd" id="2_5rs2c"]
|
|
[ext_resource type="StyleBox" uid="uid://by1jk8r2avjp4" path="res://styles/open_shift_panel.tres" id="2_b7y1i"]
|
|
[ext_resource type="StyleBox" uid="uid://b7vjpwageyi6m" path="res://styles/working_shift_panel.tres" id="4_b7y1i"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_q6wja"]
|
|
content_margin_left = 4.0
|
|
content_margin_top = 4.0
|
|
content_margin_right = 4.0
|
|
content_margin_bottom = 4.0
|
|
bg_color = Color(0.32774815, 0.3295362, 0.561609, 0.6)
|
|
corner_radius_top_left = 3
|
|
corner_radius_top_right = 3
|
|
corner_radius_bottom_right = 3
|
|
corner_radius_bottom_left = 3
|
|
corner_detail = 5
|
|
|
|
[node name="MainPanel" type="MarginContainer"]
|
|
offset_right = 319.0
|
|
offset_bottom = 189.0
|
|
theme_override_constants/margin_left = 0
|
|
theme_override_constants/margin_top = 0
|
|
theme_override_constants/margin_right = 0
|
|
script = ExtResource("1_pdekv")
|
|
|
|
[node name="Timer" type="Timer" parent="."]
|
|
wait_time = 400000.0
|
|
autostart = true
|
|
|
|
[node name="OpenShift" type="PanelContainer" parent="."]
|
|
visible = false
|
|
layout_mode = 2
|
|
theme_override_styles/panel = ExtResource("2_b7y1i")
|
|
|
|
[node name="Margin" type="MarginContainer" parent="OpenShift"]
|
|
layout_mode = 2
|
|
theme_override_constants/margin_top = -20
|
|
theme_override_constants/margin_right = -80
|
|
|
|
[node name="OpenList" type="VBoxContainer" parent="OpenShift/Margin"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
alignment = 1
|
|
|
|
[node name="Label" type="Label" parent="OpenShift/Margin/OpenList"]
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 28
|
|
text = "Time til Next Shift"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="TimerLabel" type="Label" parent="OpenShift/Margin/OpenList"]
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 28
|
|
text = "00:00:00.00"
|
|
horizontal_alignment = 1
|
|
script = ExtResource("2_5rs2c")
|
|
|
|
[node name="VisitorsLabel" type="Label" parent="OpenShift/Margin/OpenList"]
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 28
|
|
text = "000:00:00.00"
|
|
script = ExtResource("2_5rs2c")
|
|
|
|
[node name="Button" type="Button" parent="OpenShift/Margin/OpenList"]
|
|
layout_mode = 2
|
|
theme_override_styles/normal = SubResource("StyleBoxFlat_q6wja")
|
|
text = "CLOSE GUILD"
|
|
|
|
[node name="WorkingShift" type="PanelContainer" parent="."]
|
|
visible = false
|
|
layout_mode = 2
|
|
theme_override_styles/panel = ExtResource("4_b7y1i")
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="WorkingShift"]
|
|
layout_mode = 2
|
|
theme_override_constants/margin_left = -80
|
|
theme_override_constants/margin_top = -20
|
|
|
|
[node name="WorkingList" type="VBoxContainer" parent="WorkingShift/MarginContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
|
|
[node name="Label" type="Label" parent="WorkingShift/MarginContainer/WorkingList"]
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 28
|
|
text = "Time til Next Shift"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="TimerLabel" type="Label" parent="WorkingShift/MarginContainer/WorkingList"]
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 28
|
|
text = "000:00:00.00"
|
|
script = ExtResource("2_5rs2c")
|
|
|
|
[node name="Button" type="Button" parent="WorkingShift/MarginContainer/WorkingList"]
|
|
layout_mode = 2
|
|
theme_override_styles/normal = SubResource("StyleBoxFlat_q6wja")
|
|
text = "Show Quests"
|
|
|
|
[node name="QuestProgressList" type="ScrollContainer" parent="."]
|
|
visible = false
|
|
clip_contents = false
|
|
custom_minimum_size = Vector2(260, 100)
|
|
layout_mode = 2
|
|
horizontal_scroll_mode = 0
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="QuestProgressList"]
|
|
custom_minimum_size = Vector2(300, 100)
|
|
layout_mode = 2
|
|
|
|
[node name="Notices" type="VBoxContainer" parent="."]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
|
|
[connection signal="time_changed" from="." to="OpenShift/Margin/OpenList/TimerLabel" method="_on_time_changed"]
|
|
[connection signal="pressed" from="OpenShift/Margin/OpenList/Button" to="OpenShift" method="_on_end_shift_pressed"]
|
|
[connection signal="pressed" from="WorkingShift/MarginContainer/WorkingList/Button" to="OpenShift" method="_on_end_shift_pressed"]
|