education-apps/podbooker/MainStartScreen.tscn

1737 lines
56 KiB
Plaintext
Raw Normal View History

[gd_scene load_steps=18 format=3 uid="uid://cntv32f7abpkp"]
2023-03-06 22:52:14 +00:00
[ext_resource type="Script" path="res://ButtonScript.gd" id="1"]
[ext_resource type="Theme" uid="uid://c3niwfgfe0ji" path="res://kellett.tres" id="2"]
[ext_resource type="Texture2D" uid="uid://ccue7ssal6n3g" path="res://assets/noun-grand-central-terminal-2828893.png" id="3"]
[ext_resource type="Script" path="res://MainStartScreen.gd" id="5"]
[ext_resource type="StyleBox" uid="uid://co7uo0oepmwup" path="res://pod_a1_style.tres" id="5_n1n2k"]
2023-03-06 22:52:14 +00:00
[ext_resource type="Script" path="res://BookingScreen.gd" id="6"]
[ext_resource type="StyleBox" uid="uid://qivmmxhwd2lc" path="res://pod_a2_style.tres" id="6_80vf2"]
2023-03-06 22:52:14 +00:00
[ext_resource type="Texture2D" uid="uid://bxm4opuvj1fkv" path="res://noun-cogs-1959786.png" id="7"]
[ext_resource type="Script" path="res://assets/bookings.gd" id="8"]
[ext_resource type="Script" path="res://ResetMenu.gd" id="9"]
[ext_resource type="FontFile" uid="uid://cp5oelmse6f5x" path="res://assets/FutuBk.ttf" id="9_ox1mc"]
2023-03-06 22:52:14 +00:00
[ext_resource type="Script" path="res://assets/ImportantVars.gd" id="10"]
[ext_resource type="Script" path="res://time_script.gd" id="11"]
2022-10-21 09:42:42 +00:00
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_cla8i"]
bg_color = Color(0.231373, 0.443137, 0.611765, 1)
corner_radius_top_left = 10
corner_radius_top_right = 10
corner_radius_bottom_right = 10
corner_radius_bottom_left = 10
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_t28bl"]
bg_color = Color(0.682353, 0.768627, 0.54902, 1)
corner_radius_top_left = 10
corner_radius_top_right = 10
corner_radius_bottom_right = 10
corner_radius_bottom_left = 10
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_2igss"]
bg_color = Color(0.427451, 0.756863, 0.941176, 1)
corner_radius_top_left = 10
corner_radius_top_right = 10
corner_radius_bottom_right = 10
corner_radius_bottom_left = 10
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_0tj26"]
content_margin_left = 26.0
bg_color = Color(1, 1, 1, 1)
corner_radius_top_left = 20
corner_radius_top_right = 20
corner_radius_bottom_right = 20
corner_radius_bottom_left = 20
shadow_offset = Vector2(10, 10)
2022-10-21 09:42:42 +00:00
[node name="MainStartScreen" type="CanvasLayer"]
2023-03-06 22:52:14 +00:00
script = ExtResource("5")
2022-10-21 09:42:42 +00:00
[node name="impvars" type="Node" parent="."]
unique_name_in_owner = true
2023-03-06 22:52:14 +00:00
script = ExtResource("10")
2022-10-21 09:42:42 +00:00
[node name="ColorRect" type="ColorRect" parent="."]
2023-03-06 22:52:14 +00:00
anchors_preset = 15
2022-10-21 09:42:42 +00:00
anchor_right = 1.0
anchor_bottom = 1.0
[node name="ButtonGrid" type="GridContainer" parent="."]
unique_name_in_owner = true
2023-03-06 22:52:14 +00:00
anchors_preset = 15
2022-10-21 09:42:42 +00:00
anchor_right = 1.0
anchor_bottom = 1.0
2023-03-06 22:52:14 +00:00
offset_left = 101.0
offset_top = 110.0
offset_right = -5.0
offset_bottom = -5.0
theme = ExtResource("2")
columns = 8
2023-03-06 22:52:14 +00:00
script = ExtResource("1")
2022-10-21 09:42:42 +00:00
[node name="A1L1" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = ExtResource("5_n1n2k")
2022-10-21 09:42:42 +00:00
[node name="A2L1" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = ExtResource("6_80vf2")
2022-10-21 09:42:42 +00:00
[node name="B1L1" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = SubResource("StyleBoxFlat_cla8i")
2022-10-21 09:42:42 +00:00
[node name="B2L1" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = SubResource("StyleBoxFlat_cla8i")
2022-10-21 09:42:42 +00:00
[node name="CL1" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = ExtResource("5_n1n2k")
2022-10-21 09:42:42 +00:00
[node name="DL1" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = SubResource("StyleBoxFlat_t28bl")
2022-10-21 09:42:42 +00:00
[node name="EL1" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = SubResource("StyleBoxFlat_2igss")
2022-10-21 09:42:42 +00:00
[node name="FL1" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = ExtResource("6_80vf2")
2022-10-21 09:42:42 +00:00
[node name="GL1" type="Button" parent="ButtonGrid"]
visible = false
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="A1L2" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = ExtResource("5_n1n2k")
2022-10-21 09:42:42 +00:00
[node name="A2L2" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = ExtResource("6_80vf2")
2022-10-21 09:42:42 +00:00
[node name="B1L2" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = SubResource("StyleBoxFlat_cla8i")
2022-10-21 09:42:42 +00:00
[node name="B2L2" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = SubResource("StyleBoxFlat_cla8i")
2022-10-21 09:42:42 +00:00
[node name="CL2" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = ExtResource("5_n1n2k")
2022-10-21 09:42:42 +00:00
[node name="DL2" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = SubResource("StyleBoxFlat_t28bl")
2022-10-21 09:42:42 +00:00
[node name="EL2" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = SubResource("StyleBoxFlat_2igss")
2022-10-21 09:42:42 +00:00
[node name="FL2" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = ExtResource("6_80vf2")
2022-10-21 09:42:42 +00:00
[node name="GL2" type="Button" parent="ButtonGrid"]
visible = false
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="A1L3" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = ExtResource("5_n1n2k")
2022-10-21 09:42:42 +00:00
[node name="A2L3" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = ExtResource("6_80vf2")
2022-10-21 09:42:42 +00:00
[node name="B1L3" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = SubResource("StyleBoxFlat_cla8i")
2022-10-21 09:42:42 +00:00
[node name="B2L3" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = SubResource("StyleBoxFlat_cla8i")
2022-10-21 09:42:42 +00:00
[node name="CL3" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = ExtResource("5_n1n2k")
2022-10-21 09:42:42 +00:00
[node name="DL3" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = SubResource("StyleBoxFlat_t28bl")
2022-10-21 09:42:42 +00:00
[node name="EL3" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = SubResource("StyleBoxFlat_2igss")
2022-10-21 09:42:42 +00:00
[node name="FL3" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = ExtResource("6_80vf2")
2022-10-21 09:42:42 +00:00
[node name="GL3" type="Button" parent="ButtonGrid"]
visible = false
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="A1L4" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = ExtResource("5_n1n2k")
2022-10-21 09:42:42 +00:00
[node name="A2L4" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = ExtResource("6_80vf2")
2022-10-21 09:42:42 +00:00
[node name="B1L4" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = SubResource("StyleBoxFlat_cla8i")
2022-10-21 09:42:42 +00:00
[node name="B2L4" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = SubResource("StyleBoxFlat_cla8i")
2022-10-21 09:42:42 +00:00
[node name="CL4" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = ExtResource("5_n1n2k")
2022-10-21 09:42:42 +00:00
[node name="DL4" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = SubResource("StyleBoxFlat_t28bl")
2022-10-21 09:42:42 +00:00
[node name="EL4" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = SubResource("StyleBoxFlat_2igss")
2022-10-21 09:42:42 +00:00
[node name="FL4" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = ExtResource("6_80vf2")
2022-10-21 09:42:42 +00:00
[node name="GL4" type="Button" parent="ButtonGrid"]
visible = false
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="A1L5" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = ExtResource("5_n1n2k")
2022-10-21 09:42:42 +00:00
[node name="A2L5" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = ExtResource("6_80vf2")
2022-10-21 09:42:42 +00:00
[node name="B1L5" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = SubResource("StyleBoxFlat_cla8i")
2022-10-21 09:42:42 +00:00
[node name="B2L5" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = SubResource("StyleBoxFlat_cla8i")
2022-10-21 09:42:42 +00:00
[node name="CL5" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = ExtResource("5_n1n2k")
2022-10-21 09:42:42 +00:00
[node name="DL5" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = SubResource("StyleBoxFlat_t28bl")
2022-10-21 09:42:42 +00:00
[node name="EL5" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = SubResource("StyleBoxFlat_2igss")
2022-10-21 09:42:42 +00:00
[node name="FL5" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = ExtResource("6_80vf2")
2022-10-21 09:42:42 +00:00
[node name="GL5" type="Button" parent="ButtonGrid"]
unique_name_in_owner = true
visible = false
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="A1L8" type="Button" parent="ButtonGrid"]
unique_name_in_owner = true
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = ExtResource("5_n1n2k")
2022-10-21 09:42:42 +00:00
[node name="A2L8" type="Button" parent="ButtonGrid"]
unique_name_in_owner = true
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = ExtResource("6_80vf2")
2022-10-21 09:42:42 +00:00
[node name="B1L8" type="Button" parent="ButtonGrid"]
unique_name_in_owner = true
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = SubResource("StyleBoxFlat_cla8i")
2022-10-21 09:42:42 +00:00
[node name="B2L8" type="Button" parent="ButtonGrid"]
unique_name_in_owner = true
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = SubResource("StyleBoxFlat_cla8i")
2022-10-21 09:42:42 +00:00
[node name="CL8" type="Button" parent="ButtonGrid"]
unique_name_in_owner = true
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = ExtResource("5_n1n2k")
2022-10-21 09:42:42 +00:00
[node name="DL8" type="Button" parent="ButtonGrid"]
unique_name_in_owner = true
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = SubResource("StyleBoxFlat_t28bl")
2022-10-21 09:42:42 +00:00
[node name="EL8" type="Button" parent="ButtonGrid"]
unique_name_in_owner = true
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = SubResource("StyleBoxFlat_2igss")
2022-10-21 09:42:42 +00:00
[node name="FL8" type="Button" parent="ButtonGrid"]
unique_name_in_owner = true
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = ExtResource("6_80vf2")
2022-10-21 09:42:42 +00:00
[node name="GL8" type="Button" parent="ButtonGrid"]
unique_name_in_owner = true
visible = false
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="A1L6" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = ExtResource("5_n1n2k")
2022-10-21 09:42:42 +00:00
[node name="A2L6" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = ExtResource("6_80vf2")
2022-10-21 09:42:42 +00:00
[node name="B1L6" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = SubResource("StyleBoxFlat_cla8i")
2022-10-21 09:42:42 +00:00
[node name="B2L6" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = SubResource("StyleBoxFlat_cla8i")
2022-10-21 09:42:42 +00:00
[node name="CL6" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = ExtResource("5_n1n2k")
2022-10-21 09:42:42 +00:00
[node name="DL6" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = SubResource("StyleBoxFlat_t28bl")
2022-10-21 09:42:42 +00:00
[node name="EL6" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = SubResource("StyleBoxFlat_2igss")
2022-10-21 09:42:42 +00:00
[node name="FL6" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = ExtResource("6_80vf2")
2022-10-21 09:42:42 +00:00
[node name="GL6" type="Button" parent="ButtonGrid"]
visible = false
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="A1L7" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = ExtResource("5_n1n2k")
2022-10-21 09:42:42 +00:00
[node name="A2L7" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = ExtResource("6_80vf2")
2022-10-21 09:42:42 +00:00
[node name="B1L7" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = SubResource("StyleBoxFlat_cla8i")
2022-10-21 09:42:42 +00:00
[node name="B2L7" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = SubResource("StyleBoxFlat_cla8i")
2022-10-21 09:42:42 +00:00
[node name="CL7" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = ExtResource("5_n1n2k")
2022-10-21 09:42:42 +00:00
[node name="DL7" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = SubResource("StyleBoxFlat_t28bl")
2022-10-21 09:42:42 +00:00
[node name="EL7" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = SubResource("StyleBoxFlat_2igss")
2022-10-21 09:42:42 +00:00
[node name="FL7" type="Button" parent="ButtonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/normal = ExtResource("6_80vf2")
2022-10-21 09:42:42 +00:00
[node name="GL7" type="Button" parent="ButtonGrid"]
visible = false
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="RecurringGrid" type="GridContainer" parent="."]
unique_name_in_owner = true
visible = false
2023-03-06 22:52:14 +00:00
anchors_preset = 15
2022-10-21 09:42:42 +00:00
anchor_right = 1.0
anchor_bottom = 1.0
2023-03-06 22:52:14 +00:00
offset_left = 101.0
offset_top = 110.0
offset_right = -5.0
offset_bottom = -5.0
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
columns = 9
2023-03-06 22:52:14 +00:00
script = ExtResource("1")
2022-10-21 09:42:42 +00:00
[node name="A1L1" type="GridContainer" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
columns = 5
[node name="Button" type="Button" parent="RecurringGrid/A1L1"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
text = "M"
[node name="Button2" type="Button" parent="RecurringGrid/A1L1"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
text = "T"
[node name="Button3" type="Button" parent="RecurringGrid/A1L1"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
text = "W"
[node name="Button4" type="Button" parent="RecurringGrid/A1L1"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
text = "T"
[node name="Button5" type="Button" parent="RecurringGrid/A1L1"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
text = "F"
[node name="A2L1" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="B1L1" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="B2L1" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="CL1" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="DL1" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="EL1" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="FL1" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="GL1" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="A1L2" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="A2L2" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="B1L2" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="B2L2" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="CL2" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="DL2" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="EL2" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="FL2" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="GL2" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="A1L3" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="A2L3" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="B1L3" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="B2L3" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="CL3" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="DL3" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="EL3" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="FL3" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="GL3" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="A1L4" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="A2L4" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="B1L4" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="B2L4" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="CL4" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="DL4" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="EL4" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="FL4" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="GL4" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="A1L5" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="A2L5" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="B1L5" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="B2L5" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="CL5" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="DL5" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="EL5" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="FL5" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="GL5" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="A1L8" type="Button" parent="RecurringGrid"]
visible = false
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="A2L8" type="Button" parent="RecurringGrid"]
visible = false
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="B1L8" type="Button" parent="RecurringGrid"]
visible = false
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="B2L8" type="Button" parent="RecurringGrid"]
visible = false
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="CL8" type="Button" parent="RecurringGrid"]
visible = false
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="DL8" type="Button" parent="RecurringGrid"]
visible = false
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="EL8" type="Button" parent="RecurringGrid"]
visible = false
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="FL8" type="Button" parent="RecurringGrid"]
visible = false
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="GL8" type="Button" parent="RecurringGrid"]
visible = false
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="A1L6" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="A2L6" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="B1L6" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="B2L6" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="CL6" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="DL6" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="EL6" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="FL6" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="GL6" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="A1L7" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="A2L7" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="B1L7" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="B2L7" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="CL7" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="DL7" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="EL7" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="FL7" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="GL7" type="Button" parent="RecurringGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="TitleGrid" type="GridContainer" parent="."]
2023-03-06 22:52:14 +00:00
offset_left = 101.0
offset_top = 85.0
2023-03-29 01:03:15 +00:00
offset_right = 1147.0
2023-03-06 22:52:14 +00:00
offset_bottom = 114.0
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
columns = 8
2022-10-21 09:42:42 +00:00
[node name="A1Label" type="Label" parent="TitleGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
text = "Pod A1"
horizontal_alignment = 1
2022-10-21 09:42:42 +00:00
[node name="A2Label" type="Label" parent="TitleGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
text = "Pod A2"
horizontal_alignment = 1
2022-10-21 09:42:42 +00:00
[node name="B1Label" type="Label" parent="TitleGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
text = "Pod B1"
horizontal_alignment = 1
2022-10-21 09:42:42 +00:00
[node name="B2Label" type="Label" parent="TitleGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
text = "Pod B2"
horizontal_alignment = 1
2022-10-21 09:42:42 +00:00
[node name="CLabel" type="Label" parent="TitleGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
text = "Pod C"
horizontal_alignment = 1
2022-10-21 09:42:42 +00:00
[node name="DLabel" type="Label" parent="TitleGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
text = "Pod D"
horizontal_alignment = 1
2022-10-21 09:42:42 +00:00
[node name="ELabel" type="Label" parent="TitleGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
text = "Pod E"
horizontal_alignment = 1
2022-10-21 09:42:42 +00:00
[node name="FLabel" type="Label" parent="TitleGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
text = "Pod F"
horizontal_alignment = 1
2022-10-21 09:42:42 +00:00
[node name="GLabel" type="Label" parent="TitleGrid"]
visible = false
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
size_flags_vertical = 3
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
text = "Pod G"
[node name="LessonGrid" type="GridContainer" parent="."]
unique_name_in_owner = true
2023-03-06 22:52:14 +00:00
offset_left = 5.0
offset_top = 108.0
offset_right = 96.0
2023-03-29 01:03:15 +00:00
offset_bottom = 642.0
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
[node name="Lesson 1" type="RichTextLabel" parent="LessonGrid"]
custom_minimum_size = Vector2(90, 2.08165e-12)
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_vertical = 6
theme_override_colors/default_color = Color(0, 0, 0, 1)
bbcode_enabled = true
text = "[u]Lesson 1[/u]
[color=gray]8.10-9.00[/color]"
fit_content = true
scroll_active = false
2022-10-21 09:42:42 +00:00
2023-05-10 04:09:13 +00:00
[node name="Lesson 2" type="RichTextLabel" parent="LessonGrid"]
custom_minimum_size = Vector2(90, 2.08165e-12)
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_vertical = 6
2023-05-10 04:09:13 +00:00
theme_override_colors/default_color = Color(0, 0, 0, 1)
bbcode_enabled = true
text = "[u]Lesson 2[/u]
[color=gray]9.00-9.50[/color]"
fit_content = true
scroll_active = false
2022-10-21 09:42:42 +00:00
2023-05-10 04:09:13 +00:00
[node name="Lesson 3" type="RichTextLabel" parent="LessonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_vertical = 6
2023-05-10 04:09:13 +00:00
theme_override_colors/default_color = Color(0, 0, 0, 1)
bbcode_enabled = true
text = "[u]Lesson 3[/u]
[color=gray]10.10-11.00[/color]"
fit_content = true
scroll_active = false
2022-10-21 09:42:42 +00:00
2023-05-10 04:09:13 +00:00
[node name="Lesson 4" type="RichTextLabel" parent="LessonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_vertical = 6
2023-05-10 04:09:13 +00:00
theme_override_colors/default_color = Color(0, 0, 0, 1)
bbcode_enabled = true
text = "[u]Lesson 4[/u]
[color=gray]11.00-11.50[/color]"
fit_content = true
scroll_active = false
2022-10-21 09:42:42 +00:00
2023-05-10 04:09:13 +00:00
[node name="Lesson 5" type="RichTextLabel" parent="LessonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_vertical = 6
2023-05-10 04:09:13 +00:00
theme_override_colors/default_color = Color(0, 0, 0, 1)
bbcode_enabled = true
text = "[u]Lesson 5[/u]
[color=gray]11.50-12.40[/color]"
fit_content = true
scroll_active = false
2022-10-21 09:42:42 +00:00
2023-05-10 04:09:13 +00:00
[node name="Lesson8" type="RichTextLabel" parent="LessonGrid"]
2022-10-21 09:42:42 +00:00
unique_name_in_owner = true
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_vertical = 6
2023-05-10 04:09:13 +00:00
theme_override_colors/default_color = Color(0, 0, 0, 1)
bbcode_enabled = true
text = "[u]Lunch[/u]
[color=gray]12.40-13.30[/color]"
fit_content = true
scroll_active = false
2022-10-21 09:42:42 +00:00
2023-05-10 04:09:13 +00:00
[node name="Lesson 6" type="RichTextLabel" parent="LessonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_vertical = 6
2023-05-10 04:09:13 +00:00
theme_override_colors/default_color = Color(0, 0, 0, 1)
bbcode_enabled = true
text = "[u]Lesson 6[/u]
[color=gray]13.30-14.20[/color]"
fit_content = true
scroll_active = false
2022-10-21 09:42:42 +00:00
2023-05-10 04:09:13 +00:00
[node name="Lesson 7" type="RichTextLabel" parent="LessonGrid"]
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_vertical = 6
2023-05-10 04:09:13 +00:00
theme_override_colors/default_color = Color(0, 0, 0, 1)
bbcode_enabled = true
text = "[u]Lesson 7[/u]
[color=gray]14.20-15.10[/color]"
fit_content = true
scroll_active = false
2022-10-21 09:42:42 +00:00
[node name="SettingsButton" type="TextureButton" parent="."]
unique_name_in_owner = true
anchors_preset = 1
anchor_left = 1.0
anchor_right = 1.0
offset_left = -27.0
offset_top = 3.0
offset_right = 1173.0
offset_bottom = 1203.0
grow_horizontal = 0
scale = Vector2(0.02, 0.02)
texture_normal = ExtResource("7")
2023-03-06 22:52:14 +00:00
[node name="CentralLogo" type="Sprite2D" parent="."]
position = Vector2(46, 42)
scale = Vector2(0.06, 0.06)
texture = ExtResource("3")
2022-10-21 09:42:42 +00:00
[node name="AppTitle" type="Label" parent="."]
2023-03-06 22:52:14 +00:00
anchors_preset = 10
2022-10-21 09:42:42 +00:00
anchor_right = 1.0
offset_top = 11.0
offset_bottom = 41.0
grow_horizontal = 2
2023-03-06 22:52:14 +00:00
theme_override_colors/font_color = Color(0, 0, 0, 1)
theme_override_fonts/font = ExtResource("9_ox1mc")
theme_override_font_sizes/font_size = 20
2022-10-21 09:42:42 +00:00
text = "Learning Central Pod Booker"
2023-03-06 22:52:14 +00:00
horizontal_alignment = 1
2022-10-21 09:42:42 +00:00
[node name="DaySelector" type="HBoxContainer" parent="."]
2023-03-06 22:52:14 +00:00
anchors_preset = 10
2022-10-21 09:42:42 +00:00
anchor_right = 1.0
2023-03-06 22:52:14 +00:00
offset_top = 42.0
offset_bottom = 72.0
2022-10-21 09:42:42 +00:00
alignment = 1
[node name="Left" type="Button" parent="DaySelector"]
visible = false
2023-03-06 22:52:14 +00:00
layout_mode = 2
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
text = "<<"
[node name="DayLabel" type="Label" parent="DaySelector"]
unique_name_in_owner = true
2023-03-06 22:52:14 +00:00
layout_mode = 2
theme = ExtResource("2")
theme_override_colors/font_color = Color(0.647059, 0, 0, 1)
theme_override_fonts/font = ExtResource("9_ox1mc")
theme_override_font_sizes/font_size = 24
2022-10-21 09:42:42 +00:00
text = "Day"
[node name="Right" type="Button" parent="DaySelector"]
visible = false
2023-03-06 22:52:14 +00:00
layout_mode = 2
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
text = ">>"
[node name="BookingScreen" type="CanvasLayer" parent="."]
2022-10-21 09:42:42 +00:00
unique_name_in_owner = true
visible = false
script = ExtResource("6")
[node name="TransWhiteBack" type="ColorRect" parent="BookingScreen"]
2023-03-06 22:52:14 +00:00
anchors_preset = 15
2022-10-21 09:42:42 +00:00
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
color = Color(0.298039, 0.298039, 0.298039, 0.858824)
[node name="BookPanel" type="Panel" parent="BookingScreen"]
unique_name_in_owner = true
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -346.5
offset_top = -288.0
offset_right = 346.5
offset_bottom = 288.0
grow_horizontal = 2
grow_vertical = 2
size_flags_horizontal = 4
2023-03-06 22:52:14 +00:00
theme = ExtResource("2")
theme_override_styles/panel = SubResource("StyleBoxFlat_0tj26")
2022-10-21 09:42:42 +00:00
[node name="BookTopBar" type="ColorRect" parent="BookingScreen"]
unique_name_in_owner = true
offset_left = 229.25
offset_top = 35.0
offset_right = 923.75
offset_bottom = 75.0
color = Color(1, 0.215686, 1, 1)
[node name="TopTitles" type="HBoxContainer" parent="BookingScreen"]
offset_left = 240.0
offset_top = 35.0
offset_right = 913.0
offset_bottom = 74.0
[node name="PodName" type="Label" parent="BookingScreen/TopTitles"]
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 3
text = "PodName"
2022-10-21 09:42:42 +00:00
[node name="LessonName" type="Label" parent="BookingScreen/TopTitles"]
2022-10-21 09:42:42 +00:00
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 3
text = "LessonName"
[node name="DayName" type="Label" parent="BookingScreen/TopTitles"]
unique_name_in_owner = true
layout_mode = 2
text = "DayName
"
2022-10-21 09:42:42 +00:00
[node name="NamesBox" type="GridContainer" parent="BookingScreen"]
anchors_preset = 8
2022-10-21 09:42:42 +00:00
anchor_left = 0.5
anchor_top = 0.5
2022-10-21 09:42:42 +00:00
anchor_right = 0.5
anchor_bottom = 0.5
2023-03-06 22:52:14 +00:00
offset_left = -187.5
offset_top = -180.0
2023-03-06 22:52:14 +00:00
offset_right = 187.5
offset_bottom = -14.0
grow_horizontal = 2
grow_vertical = 2
2022-10-21 09:42:42 +00:00
columns = 2
[node name="Names" type="Label" parent="BookingScreen/NamesBox"]
layout_mode = 2
theme_override_colors/font_color = Color(0, 0, 0, 1)
text = "Name(s):"
[node name="Forms" type="Label" parent="BookingScreen/NamesBox"]
layout_mode = 2
theme_override_colors/font_color = Color(0, 0, 0, 1)
text = "Form(s):"
2022-10-21 09:42:42 +00:00
[node name="Name1" type="LineEdit" parent="BookingScreen/NamesBox"]
unique_name_in_owner = true
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
[node name="Form1" type="LineEdit" parent="BookingScreen/NamesBox"]
unique_name_in_owner = true
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
expand_to_text_length = true
[node name="Name2" type="LineEdit" parent="BookingScreen/NamesBox"]
unique_name_in_owner = true
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
[node name="Form2" type="LineEdit" parent="BookingScreen/NamesBox"]
unique_name_in_owner = true
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
expand_to_text_length = true
[node name="Name3" type="LineEdit" parent="BookingScreen/NamesBox"]
unique_name_in_owner = true
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
[node name="Form3" type="LineEdit" parent="BookingScreen/NamesBox"]
unique_name_in_owner = true
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
expand_to_text_length = true
[node name="Name4" type="LineEdit" parent="BookingScreen/NamesBox"]
unique_name_in_owner = true
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
size_flags_horizontal = 3
[node name="Form4" type="LineEdit" parent="BookingScreen/NamesBox"]
unique_name_in_owner = true
2023-03-06 22:52:14 +00:00
layout_mode = 2
2022-10-21 09:42:42 +00:00
expand_to_text_length = true
[node name="ReasonBox" type="VBoxContainer" parent="BookingScreen"]
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -186.0
offset_top = -8.0
offset_right = 189.0
offset_bottom = 165.0
grow_horizontal = 2
grow_vertical = 2
[node name="Reason" type="Label" parent="BookingScreen/ReasonBox"]
2022-10-21 09:42:42 +00:00
unique_name_in_owner = true
2023-03-06 22:52:14 +00:00
layout_mode = 2
theme_override_colors/font_color = Color(0, 0, 0, 1)
text = "For what reason are you booking this Pod?"
2022-10-21 09:42:42 +00:00
[node name="ReasonField" type="TextEdit" parent="BookingScreen/ReasonBox"]
2022-10-21 09:42:42 +00:00
unique_name_in_owner = true
2023-03-06 22:52:14 +00:00
layout_mode = 2
size_flags_vertical = 3
2022-10-21 09:42:42 +00:00
[node name="ErrLabel" type="Label" parent="BookingScreen"]
2022-10-21 09:42:42 +00:00
unique_name_in_owner = true
visible = false
anchors_preset = 7
anchor_left = 0.5
anchor_top = 1.0
anchor_right = 0.5
anchor_bottom = 1.0
offset_left = -183.0
offset_top = -95.0
offset_right = 187.0
offset_bottom = -69.0
grow_horizontal = 2
grow_vertical = 0
theme_override_colors/font_color = Color(0.839216, 0, 0, 1)
text = "You must enter at LEAST one name + a REASON."
2022-10-21 09:42:42 +00:00
[node name="Buttons" type="HBoxContainer" parent="BookingScreen"]
offset_left = 389.0
offset_top = 492.0
offset_right = 765.0
offset_bottom = 532.0
2022-10-21 09:42:42 +00:00
[node name="CancelButton" type="Button" parent="BookingScreen/Buttons"]
layout_mode = 2
size_flags_horizontal = 3
text = "Cancel"
2022-10-21 09:42:42 +00:00
[node name="BookButton" type="Button" parent="BookingScreen/Buttons"]
2022-10-21 09:42:42 +00:00
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 3
text = "Book"
2022-10-21 09:42:42 +00:00
[node name="ChangeButton" type="Button" parent="BookingScreen/Buttons"]
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 3
text = "Change Booking"
[node name="ClearButton" type="Button" parent="BookingScreen/Buttons"]
2022-10-21 09:42:42 +00:00
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 3
2022-10-21 09:42:42 +00:00
text = "Clear Booking"
2023-05-10 04:09:13 +00:00
[node name="PwArea" type="HBoxContainer" parent="BookingScreen"]
offset_left = 389.0
offset_top = 539.0
offset_right = 765.0
offset_bottom = 579.0
[node name="ClearBookPw" type="Label" parent="BookingScreen/PwArea"]
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 3
theme_override_colors/font_color = Color(0, 0, 0, 1)
text = "Clear / Change Password:"
2023-05-10 04:09:13 +00:00
[node name="BookPw" type="LineEdit" parent="BookingScreen/PwArea"]
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 3
secret = true
expand_to_text_length = true
2022-10-21 09:42:42 +00:00
[node name="bookings" type="Node" parent="."]
unique_name_in_owner = true
2023-03-06 22:52:14 +00:00
script = ExtResource("8")
2022-10-21 09:42:42 +00:00
[node name="ResetMenu" type="Panel" parent="."]
unique_name_in_owner = true
visible = false
2023-03-06 22:52:14 +00:00
anchors_preset = 8
2022-10-21 09:42:42 +00:00
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
2023-03-06 22:52:14 +00:00
offset_left = -303.0
offset_top = -45.5
offset_right = 303.0
offset_bottom = 45.5
theme = ExtResource("2")
script = ExtResource("9")
2022-10-21 09:42:42 +00:00
[node name="ResetButton" type="Button" parent="ResetMenu"]
2023-03-06 22:52:14 +00:00
layout_mode = 0
2022-10-21 09:42:42 +00:00
anchor_left = 0.5
anchor_top = 1.0
anchor_right = 0.5
anchor_bottom = 1.0
2023-03-06 22:52:14 +00:00
offset_left = -24.0
offset_top = -30.0
offset_right = 24.0
offset_bottom = -7.0
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
text = "Reset"
[node name="CancelReset" type="Button" parent="ResetMenu"]
2023-03-06 22:52:14 +00:00
layout_mode = 0
2022-10-21 09:42:42 +00:00
anchor_left = 0.5
anchor_top = 1.0
anchor_right = 0.5
anchor_bottom = 1.0
2023-03-06 22:52:14 +00:00
offset_left = 249.0
offset_top = -28.5
offset_right = 298.0
offset_bottom = -5.5
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
text = "Cancel"
[node name="PasswordField" type="LineEdit" parent="ResetMenu"]
unique_name_in_owner = true
2023-03-06 22:52:14 +00:00
layout_mode = 0
2022-10-21 09:42:42 +00:00
anchor_left = 0.5
anchor_right = 0.5
2023-03-06 22:52:14 +00:00
offset_left = -141.0
offset_top = 11.0
offset_right = 141.0
offset_bottom = 44.0
theme = ExtResource("2")
2022-10-21 09:42:42 +00:00
secret = true
[node name="PasswordLabel" type="Label" parent="ResetMenu"]
2023-03-06 22:52:14 +00:00
layout_mode = 0
offset_left = 80.0
offset_top = 15.5
offset_right = 156.0
offset_bottom = 38.5
2022-10-21 09:42:42 +00:00
text = "Password:"
[node name="time" type="Node" parent="."]
unique_name_in_owner = true
2023-03-06 22:52:14 +00:00
script = ExtResource("11")
2022-10-21 09:42:42 +00:00
[connection signal="pressed" from="ButtonGrid/A1L1" to="ButtonGrid" method="_on_A1L1_pressed"]
[connection signal="pressed" from="ButtonGrid/A2L1" to="ButtonGrid" method="_on_A2L1_pressed"]
[connection signal="pressed" from="ButtonGrid/B1L1" to="ButtonGrid" method="_on_B1L1_pressed"]
[connection signal="pressed" from="ButtonGrid/B2L1" to="ButtonGrid" method="_on_B2L1_pressed"]
[connection signal="pressed" from="ButtonGrid/CL1" to="ButtonGrid" method="_on_CL1_pressed"]
[connection signal="pressed" from="ButtonGrid/DL1" to="ButtonGrid" method="_on_DL1_pressed"]
[connection signal="pressed" from="ButtonGrid/EL1" to="ButtonGrid" method="_on_EL1_pressed"]
[connection signal="pressed" from="ButtonGrid/FL1" to="ButtonGrid" method="_on_FL1_pressed"]
[connection signal="pressed" from="ButtonGrid/GL1" to="ButtonGrid" method="_on_GL1_pressed"]
[connection signal="pressed" from="ButtonGrid/A1L2" to="ButtonGrid" method="_on_A1L2_pressed"]
[connection signal="pressed" from="ButtonGrid/A2L2" to="ButtonGrid" method="_on_A2L2_pressed"]
[connection signal="pressed" from="ButtonGrid/B1L2" to="ButtonGrid" method="_on_B1L2_pressed"]
[connection signal="pressed" from="ButtonGrid/B2L2" to="ButtonGrid" method="_on_B2L2_pressed"]
[connection signal="pressed" from="ButtonGrid/CL2" to="ButtonGrid" method="_on_CL2_pressed"]
[connection signal="pressed" from="ButtonGrid/DL2" to="ButtonGrid" method="_on_DL2_pressed"]
[connection signal="pressed" from="ButtonGrid/EL2" to="ButtonGrid" method="_on_EL2_pressed"]
[connection signal="pressed" from="ButtonGrid/FL2" to="ButtonGrid" method="_on_FL2_pressed"]
[connection signal="pressed" from="ButtonGrid/GL2" to="ButtonGrid" method="_on_GL2_pressed"]
[connection signal="pressed" from="ButtonGrid/A1L3" to="ButtonGrid" method="_on_A1L3_pressed"]
[connection signal="pressed" from="ButtonGrid/A2L3" to="ButtonGrid" method="_on_A2L3_pressed"]
[connection signal="pressed" from="ButtonGrid/B1L3" to="ButtonGrid" method="_on_B1L3_pressed"]
[connection signal="pressed" from="ButtonGrid/B2L3" to="ButtonGrid" method="_on_B2L3_pressed"]
[connection signal="pressed" from="ButtonGrid/CL3" to="ButtonGrid" method="_on_CL3_pressed"]
[connection signal="pressed" from="ButtonGrid/DL3" to="ButtonGrid" method="_on_DL3_pressed"]
[connection signal="pressed" from="ButtonGrid/EL3" to="ButtonGrid" method="_on_EL3_pressed"]
[connection signal="pressed" from="ButtonGrid/FL3" to="ButtonGrid" method="_on_FL3_pressed"]
[connection signal="pressed" from="ButtonGrid/GL3" to="ButtonGrid" method="_on_GL3_pressed"]
[connection signal="pressed" from="ButtonGrid/A1L4" to="ButtonGrid" method="_on_A1L4_pressed"]
[connection signal="pressed" from="ButtonGrid/A2L4" to="ButtonGrid" method="_on_A2L4_pressed"]
[connection signal="pressed" from="ButtonGrid/B1L4" to="ButtonGrid" method="_on_B1L4_pressed"]
[connection signal="pressed" from="ButtonGrid/B2L4" to="ButtonGrid" method="_on_B2L4_pressed"]
[connection signal="pressed" from="ButtonGrid/CL4" to="ButtonGrid" method="_on_CL4_pressed"]
[connection signal="pressed" from="ButtonGrid/DL4" to="ButtonGrid" method="_on_DL4_pressed"]
[connection signal="pressed" from="ButtonGrid/EL4" to="ButtonGrid" method="_on_EL4_pressed"]
[connection signal="pressed" from="ButtonGrid/FL4" to="ButtonGrid" method="_on_FL4_pressed"]
[connection signal="pressed" from="ButtonGrid/GL4" to="ButtonGrid" method="_on_GL4_pressed"]
[connection signal="pressed" from="ButtonGrid/A1L5" to="ButtonGrid" method="_on_A1L5_pressed"]
[connection signal="pressed" from="ButtonGrid/A2L5" to="ButtonGrid" method="_on_A2L5_pressed"]
[connection signal="pressed" from="ButtonGrid/B1L5" to="ButtonGrid" method="_on_B1L5_pressed"]
[connection signal="pressed" from="ButtonGrid/B2L5" to="ButtonGrid" method="_on_B2L5_pressed"]
[connection signal="pressed" from="ButtonGrid/CL5" to="ButtonGrid" method="_on_CL5_pressed"]
[connection signal="pressed" from="ButtonGrid/DL5" to="ButtonGrid" method="_on_DL5_pressed"]
[connection signal="pressed" from="ButtonGrid/EL5" to="ButtonGrid" method="_on_EL5_pressed"]
[connection signal="pressed" from="ButtonGrid/FL5" to="ButtonGrid" method="_on_FL5_pressed"]
[connection signal="pressed" from="ButtonGrid/GL5" to="ButtonGrid" method="_on_GL5_pressed"]
[connection signal="pressed" from="ButtonGrid/A1L8" to="ButtonGrid" method="_on_A1L8_pressed"]
[connection signal="pressed" from="ButtonGrid/A2L8" to="ButtonGrid" method="_on_A2L8_pressed"]
[connection signal="pressed" from="ButtonGrid/B1L8" to="ButtonGrid" method="_on_B1L8_pressed"]
[connection signal="pressed" from="ButtonGrid/B2L8" to="ButtonGrid" method="_on_B2L8_pressed"]
[connection signal="pressed" from="ButtonGrid/CL8" to="ButtonGrid" method="_on_CL8_pressed"]
[connection signal="pressed" from="ButtonGrid/DL8" to="ButtonGrid" method="_on_DL8_pressed"]
[connection signal="pressed" from="ButtonGrid/EL8" to="ButtonGrid" method="_on_EL8_pressed"]
[connection signal="pressed" from="ButtonGrid/FL8" to="ButtonGrid" method="_on_FL8_pressed"]
[connection signal="pressed" from="ButtonGrid/GL8" to="ButtonGrid" method="_on_GL8_pressed"]
[connection signal="pressed" from="ButtonGrid/A1L6" to="ButtonGrid" method="_on_A1L6_pressed"]
[connection signal="pressed" from="ButtonGrid/A2L6" to="ButtonGrid" method="_on_A2L6_pressed"]
[connection signal="pressed" from="ButtonGrid/B1L6" to="ButtonGrid" method="_on_B1L6_pressed"]
[connection signal="pressed" from="ButtonGrid/B2L6" to="ButtonGrid" method="_on_B2L6_pressed"]
[connection signal="pressed" from="ButtonGrid/CL6" to="ButtonGrid" method="_on_CL6_pressed"]
[connection signal="pressed" from="ButtonGrid/DL6" to="ButtonGrid" method="_on_DL6_pressed"]
[connection signal="pressed" from="ButtonGrid/EL6" to="ButtonGrid" method="_on_EL6_pressed"]
[connection signal="pressed" from="ButtonGrid/FL6" to="ButtonGrid" method="_on_FL6_pressed"]
[connection signal="pressed" from="ButtonGrid/GL6" to="ButtonGrid" method="_on_GL6_pressed"]
[connection signal="pressed" from="ButtonGrid/A1L7" to="ButtonGrid" method="_on_A1L7_pressed"]
[connection signal="pressed" from="ButtonGrid/A2L7" to="ButtonGrid" method="_on_A2L7_pressed"]
[connection signal="pressed" from="ButtonGrid/B1L7" to="ButtonGrid" method="_on_B1L7_pressed"]
[connection signal="pressed" from="ButtonGrid/B2L7" to="ButtonGrid" method="_on_B2L7_pressed"]
[connection signal="pressed" from="ButtonGrid/CL7" to="ButtonGrid" method="_on_CL7_pressed"]
[connection signal="pressed" from="ButtonGrid/DL7" to="ButtonGrid" method="_on_DL7_pressed"]
[connection signal="pressed" from="ButtonGrid/EL7" to="ButtonGrid" method="_on_EL7_pressed"]
[connection signal="pressed" from="ButtonGrid/FL7" to="ButtonGrid" method="_on_FL7_pressed"]
[connection signal="pressed" from="ButtonGrid/GL7" to="ButtonGrid" method="_on_GL7_pressed"]
[connection signal="pressed" from="RecurringGrid/A2L1" to="RecurringGrid" method="_on_A2L1_pressed"]
[connection signal="pressed" from="RecurringGrid/B1L1" to="RecurringGrid" method="_on_B1L1_pressed"]
[connection signal="pressed" from="RecurringGrid/B2L1" to="RecurringGrid" method="_on_B2L1_pressed"]
[connection signal="pressed" from="RecurringGrid/CL1" to="RecurringGrid" method="_on_CL1_pressed"]
[connection signal="pressed" from="RecurringGrid/DL1" to="RecurringGrid" method="_on_DL1_pressed"]
[connection signal="pressed" from="RecurringGrid/EL1" to="RecurringGrid" method="_on_EL1_pressed"]
[connection signal="pressed" from="RecurringGrid/FL1" to="RecurringGrid" method="_on_FL1_pressed"]
[connection signal="pressed" from="RecurringGrid/GL1" to="RecurringGrid" method="_on_GL1_pressed"]
[connection signal="pressed" from="RecurringGrid/A1L2" to="RecurringGrid" method="_on_A1L2_pressed"]
[connection signal="pressed" from="RecurringGrid/A2L2" to="RecurringGrid" method="_on_A2L2_pressed"]
[connection signal="pressed" from="RecurringGrid/B1L2" to="RecurringGrid" method="_on_B1L2_pressed"]
[connection signal="pressed" from="RecurringGrid/B2L2" to="RecurringGrid" method="_on_B2L2_pressed"]
[connection signal="pressed" from="RecurringGrid/CL2" to="RecurringGrid" method="_on_CL2_pressed"]
[connection signal="pressed" from="RecurringGrid/DL2" to="RecurringGrid" method="_on_DL2_pressed"]
[connection signal="pressed" from="RecurringGrid/EL2" to="RecurringGrid" method="_on_EL2_pressed"]
[connection signal="pressed" from="RecurringGrid/FL2" to="RecurringGrid" method="_on_FL2_pressed"]
[connection signal="pressed" from="RecurringGrid/GL2" to="RecurringGrid" method="_on_GL2_pressed"]
[connection signal="pressed" from="RecurringGrid/A1L3" to="RecurringGrid" method="_on_A1L3_pressed"]
[connection signal="pressed" from="RecurringGrid/A2L3" to="RecurringGrid" method="_on_A2L3_pressed"]
[connection signal="pressed" from="RecurringGrid/B1L3" to="RecurringGrid" method="_on_B1L3_pressed"]
[connection signal="pressed" from="RecurringGrid/B2L3" to="RecurringGrid" method="_on_B2L3_pressed"]
[connection signal="pressed" from="RecurringGrid/CL3" to="RecurringGrid" method="_on_CL3_pressed"]
[connection signal="pressed" from="RecurringGrid/DL3" to="RecurringGrid" method="_on_DL3_pressed"]
[connection signal="pressed" from="RecurringGrid/EL3" to="RecurringGrid" method="_on_EL3_pressed"]
[connection signal="pressed" from="RecurringGrid/FL3" to="RecurringGrid" method="_on_FL3_pressed"]
[connection signal="pressed" from="RecurringGrid/GL3" to="RecurringGrid" method="_on_GL3_pressed"]
[connection signal="pressed" from="RecurringGrid/A1L4" to="RecurringGrid" method="_on_A1L4_pressed"]
[connection signal="pressed" from="RecurringGrid/A2L4" to="RecurringGrid" method="_on_A2L4_pressed"]
[connection signal="pressed" from="RecurringGrid/B1L4" to="RecurringGrid" method="_on_B1L4_pressed"]
[connection signal="pressed" from="RecurringGrid/B2L4" to="RecurringGrid" method="_on_B2L4_pressed"]
[connection signal="pressed" from="RecurringGrid/CL4" to="RecurringGrid" method="_on_CL4_pressed"]
[connection signal="pressed" from="RecurringGrid/DL4" to="RecurringGrid" method="_on_DL4_pressed"]
[connection signal="pressed" from="RecurringGrid/EL4" to="RecurringGrid" method="_on_EL4_pressed"]
[connection signal="pressed" from="RecurringGrid/FL4" to="RecurringGrid" method="_on_FL4_pressed"]
[connection signal="pressed" from="RecurringGrid/GL4" to="RecurringGrid" method="_on_GL4_pressed"]
[connection signal="pressed" from="RecurringGrid/A1L5" to="RecurringGrid" method="_on_A1L5_pressed"]
[connection signal="pressed" from="RecurringGrid/A2L5" to="RecurringGrid" method="_on_A2L5_pressed"]
[connection signal="pressed" from="RecurringGrid/B1L5" to="RecurringGrid" method="_on_B1L5_pressed"]
[connection signal="pressed" from="RecurringGrid/B2L5" to="RecurringGrid" method="_on_B2L5_pressed"]
[connection signal="pressed" from="RecurringGrid/CL5" to="RecurringGrid" method="_on_CL5_pressed"]
[connection signal="pressed" from="RecurringGrid/DL5" to="RecurringGrid" method="_on_DL5_pressed"]
[connection signal="pressed" from="RecurringGrid/EL5" to="RecurringGrid" method="_on_EL5_pressed"]
[connection signal="pressed" from="RecurringGrid/FL5" to="RecurringGrid" method="_on_FL5_pressed"]
[connection signal="pressed" from="RecurringGrid/GL5" to="RecurringGrid" method="_on_GL5_pressed"]
[connection signal="pressed" from="RecurringGrid/A1L8" to="RecurringGrid" method="_on_A1L8_pressed"]
[connection signal="pressed" from="RecurringGrid/A2L8" to="RecurringGrid" method="_on_A2L8_pressed"]
[connection signal="pressed" from="RecurringGrid/B1L8" to="RecurringGrid" method="_on_B1L8_pressed"]
[connection signal="pressed" from="RecurringGrid/B2L8" to="RecurringGrid" method="_on_B2L8_pressed"]
[connection signal="pressed" from="RecurringGrid/CL8" to="RecurringGrid" method="_on_CL8_pressed"]
[connection signal="pressed" from="RecurringGrid/DL8" to="RecurringGrid" method="_on_DL8_pressed"]
[connection signal="pressed" from="RecurringGrid/EL8" to="RecurringGrid" method="_on_EL8_pressed"]
[connection signal="pressed" from="RecurringGrid/FL8" to="RecurringGrid" method="_on_FL8_pressed"]
[connection signal="pressed" from="RecurringGrid/GL8" to="RecurringGrid" method="_on_GL8_pressed"]
[connection signal="pressed" from="RecurringGrid/A1L6" to="RecurringGrid" method="_on_A1L6_pressed"]
[connection signal="pressed" from="RecurringGrid/A2L6" to="RecurringGrid" method="_on_A2L6_pressed"]
[connection signal="pressed" from="RecurringGrid/B1L6" to="RecurringGrid" method="_on_B1L6_pressed"]
[connection signal="pressed" from="RecurringGrid/B2L6" to="RecurringGrid" method="_on_B2L6_pressed"]
[connection signal="pressed" from="RecurringGrid/CL6" to="RecurringGrid" method="_on_CL6_pressed"]
[connection signal="pressed" from="RecurringGrid/DL6" to="RecurringGrid" method="_on_DL6_pressed"]
[connection signal="pressed" from="RecurringGrid/EL6" to="RecurringGrid" method="_on_EL6_pressed"]
[connection signal="pressed" from="RecurringGrid/FL6" to="RecurringGrid" method="_on_FL6_pressed"]
[connection signal="pressed" from="RecurringGrid/GL6" to="RecurringGrid" method="_on_GL6_pressed"]
[connection signal="pressed" from="RecurringGrid/A1L7" to="RecurringGrid" method="_on_A1L7_pressed"]
[connection signal="pressed" from="RecurringGrid/A2L7" to="RecurringGrid" method="_on_A2L7_pressed"]
[connection signal="pressed" from="RecurringGrid/B1L7" to="RecurringGrid" method="_on_B1L7_pressed"]
[connection signal="pressed" from="RecurringGrid/B2L7" to="RecurringGrid" method="_on_B2L7_pressed"]
[connection signal="pressed" from="RecurringGrid/CL7" to="RecurringGrid" method="_on_CL7_pressed"]
[connection signal="pressed" from="RecurringGrid/DL7" to="RecurringGrid" method="_on_DL7_pressed"]
[connection signal="pressed" from="RecurringGrid/EL7" to="RecurringGrid" method="_on_EL7_pressed"]
[connection signal="pressed" from="RecurringGrid/FL7" to="RecurringGrid" method="_on_FL7_pressed"]
[connection signal="pressed" from="RecurringGrid/GL7" to="RecurringGrid" method="_on_GL7_pressed"]
[connection signal="pressed" from="SettingsButton" to="." method="_on_SettingsButton_pressed"]
[connection signal="pressed" from="BookingScreen/Buttons/CancelButton" to="BookingScreen" method="_on_CancelButton_pressed"]
[connection signal="pressed" from="BookingScreen/Buttons/BookButton" to="BookingScreen" method="_on_BookButton_pressed"]
[connection signal="pressed" from="BookingScreen/Buttons/ChangeButton" to="BookingScreen" method="_on_change_button_pressed"]
[connection signal="pressed" from="BookingScreen/Buttons/ClearButton" to="BookingScreen" method="_on_ClearButton_pressed"]
2022-10-21 09:42:42 +00:00
[connection signal="pressed" from="ResetMenu/ResetButton" to="ResetMenu" method="_on_ResetButton_pressed"]
[connection signal="pressed" from="ResetMenu/CancelReset" to="ResetMenu" method="_on_CancelReset_pressed"]