This commit is contained in:
gdz
2025-09-07 14:57:10 +02:00
commit 7770ce1ae3
27 changed files with 1046 additions and 0 deletions

View File

@@ -0,0 +1,222 @@
[gd_scene load_steps=4 format=3 uid="uid://icuiqfoy5pkr"]
[ext_resource type="Script" uid="uid://ccc1qonkjw7k8" path="res://scenes/Tools/SessionTool.cs" id="1_icata"]
[sub_resource type="SystemFont" id="SystemFont_br8qb"]
[sub_resource type="Theme" id="Theme_px18m"]
default_font = SubResource("SystemFont_br8qb")
[node name="SessionTool" type="MarginContainer"]
clip_contents = true
size_flags_horizontal = 0
size_flags_vertical = 4
theme = SubResource("Theme_px18m")
script = ExtResource("1_icata")
[node name="ElementsBoxContainer" type="BoxContainer" parent="."]
layout_mode = 2
vertical = true
[node name="PropertiesVBoxContainer" type="VBoxContainer" parent="ElementsBoxContainer"]
layout_mode = 2
theme_override_constants/separation = 1
[node name="MeetingKeyHBoxContainer" type="HBoxContainer" parent="ElementsBoxContainer/PropertiesVBoxContainer"]
layout_mode = 2
[node name="MeetingKeyLabel" type="Label" parent="ElementsBoxContainer/PropertiesVBoxContainer/MeetingKeyHBoxContainer"]
layout_mode = 2
size_flags_horizontal = 3
text = "Meeting Key:"
[node name="MeetingKeyLineEdit" type="LineEdit" parent="ElementsBoxContainer/PropertiesVBoxContainer/MeetingKeyHBoxContainer"]
layout_mode = 2
placeholder_text = "latest"
expand_to_text_length = true
clear_button_enabled = true
[node name="SessionKeyHBoxContainer" type="HBoxContainer" parent="ElementsBoxContainer/PropertiesVBoxContainer"]
layout_mode = 2
[node name="SessionKeyLabel" type="Label" parent="ElementsBoxContainer/PropertiesVBoxContainer/SessionKeyHBoxContainer"]
layout_mode = 2
size_flags_horizontal = 3
text = "Session Key: "
[node name="SessionKeyLineEdit" type="LineEdit" parent="ElementsBoxContainer/PropertiesVBoxContainer/SessionKeyHBoxContainer"]
layout_mode = 2
placeholder_text = "latest"
expand_to_text_length = true
clear_button_enabled = true
[node name="LocationHBoxContainer" type="HBoxContainer" parent="ElementsBoxContainer/PropertiesVBoxContainer"]
layout_mode = 2
[node name="LocationLabel" type="Label" parent="ElementsBoxContainer/PropertiesVBoxContainer/LocationHBoxContainer"]
layout_mode = 2
size_flags_horizontal = 3
text = "Location:"
[node name="LocationLineEdit" type="LineEdit" parent="ElementsBoxContainer/PropertiesVBoxContainer/LocationHBoxContainer"]
layout_mode = 2
placeholder_text = "Monza"
expand_to_text_length = true
clear_button_enabled = true
[node name="DateStartHBoxContainer" type="HBoxContainer" parent="ElementsBoxContainer/PropertiesVBoxContainer"]
layout_mode = 2
[node name="DateStartLabel" type="Label" parent="ElementsBoxContainer/PropertiesVBoxContainer/DateStartHBoxContainer"]
layout_mode = 2
size_flags_horizontal = 3
text = "Date Start:"
[node name="DateStartLineEdit" type="LineEdit" parent="ElementsBoxContainer/PropertiesVBoxContainer/DateStartHBoxContainer"]
layout_mode = 2
placeholder_text = "2023-09-01T11:30:00+00:00"
expand_to_text_length = true
clear_button_enabled = true
[node name="DateEndHBoxContainer" type="HBoxContainer" parent="ElementsBoxContainer/PropertiesVBoxContainer"]
layout_mode = 2
[node name="DateEndLabel" type="Label" parent="ElementsBoxContainer/PropertiesVBoxContainer/DateEndHBoxContainer"]
layout_mode = 2
size_flags_horizontal = 3
text = "Date End:"
[node name="DateEndLineEdit" type="LineEdit" parent="ElementsBoxContainer/PropertiesVBoxContainer/DateEndHBoxContainer"]
layout_mode = 2
placeholder_text = "2023-09-01T11:30:00+00:00"
expand_to_text_length = true
clear_button_enabled = true
[node name="SessionTypeHBoxContainer" type="HBoxContainer" parent="ElementsBoxContainer/PropertiesVBoxContainer"]
layout_mode = 2
[node name="SessionTypeLabel" type="Label" parent="ElementsBoxContainer/PropertiesVBoxContainer/SessionTypeHBoxContainer"]
layout_mode = 2
size_flags_horizontal = 3
text = "Session Type:"
[node name="SessionTypeLineEdit" type="LineEdit" parent="ElementsBoxContainer/PropertiesVBoxContainer/SessionTypeHBoxContainer"]
layout_mode = 2
placeholder_text = "Practice"
expand_to_text_length = true
clear_button_enabled = true
[node name="SessionNameHBoxContainer" type="HBoxContainer" parent="ElementsBoxContainer/PropertiesVBoxContainer"]
layout_mode = 2
[node name="SessionNameLabel" type="Label" parent="ElementsBoxContainer/PropertiesVBoxContainer/SessionNameHBoxContainer"]
layout_mode = 2
size_flags_horizontal = 3
text = "Session Name:"
[node name="SessionNameLineEdit" type="LineEdit" parent="ElementsBoxContainer/PropertiesVBoxContainer/SessionNameHBoxContainer"]
layout_mode = 2
placeholder_text = "Practice 1"
expand_to_text_length = true
clear_button_enabled = true
[node name="CountryKeyHBoxContainer" type="HBoxContainer" parent="ElementsBoxContainer/PropertiesVBoxContainer"]
layout_mode = 2
[node name="CountryKeyLabel" type="Label" parent="ElementsBoxContainer/PropertiesVBoxContainer/CountryKeyHBoxContainer"]
layout_mode = 2
size_flags_horizontal = 3
text = "Country Key:"
[node name="CountryKeyLineEdit" type="LineEdit" parent="ElementsBoxContainer/PropertiesVBoxContainer/CountryKeyHBoxContainer"]
layout_mode = 2
placeholder_text = "13.0"
expand_to_text_length = true
clear_button_enabled = true
[node name="CountryCodeHBoxContainer" type="HBoxContainer" parent="ElementsBoxContainer/PropertiesVBoxContainer"]
layout_mode = 2
[node name="CountryCodeLabel" type="Label" parent="ElementsBoxContainer/PropertiesVBoxContainer/CountryCodeHBoxContainer"]
layout_mode = 2
size_flags_horizontal = 3
text = "Country Code:"
[node name="CountryCodeLineEdit" type="LineEdit" parent="ElementsBoxContainer/PropertiesVBoxContainer/CountryCodeHBoxContainer"]
layout_mode = 2
placeholder_text = "ITA"
expand_to_text_length = true
clear_button_enabled = true
[node name="CountryNameHBoxContainer" type="HBoxContainer" parent="ElementsBoxContainer/PropertiesVBoxContainer"]
layout_mode = 2
[node name="CountryNameLabel" type="Label" parent="ElementsBoxContainer/PropertiesVBoxContainer/CountryNameHBoxContainer"]
layout_mode = 2
size_flags_horizontal = 3
text = "Country Name:"
[node name="CountryNameLineEdit" type="LineEdit" parent="ElementsBoxContainer/PropertiesVBoxContainer/CountryNameHBoxContainer"]
layout_mode = 2
placeholder_text = "Italy"
expand_to_text_length = true
clear_button_enabled = true
[node name="CircuitKeyHBoxContainer" type="HBoxContainer" parent="ElementsBoxContainer/PropertiesVBoxContainer"]
layout_mode = 2
[node name="CircuitKeyLabel" type="Label" parent="ElementsBoxContainer/PropertiesVBoxContainer/CircuitKeyHBoxContainer"]
layout_mode = 2
size_flags_horizontal = 3
text = "Circuit Key:"
[node name="CircuitKeyLineEdit" type="LineEdit" parent="ElementsBoxContainer/PropertiesVBoxContainer/CircuitKeyHBoxContainer"]
layout_mode = 2
placeholder_text = "39.0"
expand_to_text_length = true
clear_button_enabled = true
[node name="CircuitShortNameHBoxContainer" type="HBoxContainer" parent="ElementsBoxContainer/PropertiesVBoxContainer"]
layout_mode = 2
[node name="CircuitShortNameLabel" type="Label" parent="ElementsBoxContainer/PropertiesVBoxContainer/CircuitShortNameHBoxContainer"]
layout_mode = 2
size_flags_horizontal = 3
text = "Circuit Short Name:"
[node name="CircuitShortNameLineEdit" type="LineEdit" parent="ElementsBoxContainer/PropertiesVBoxContainer/CircuitShortNameHBoxContainer"]
layout_mode = 2
placeholder_text = "Monza"
expand_to_text_length = true
clear_button_enabled = true
[node name="GmtOffsetHBoxContainer" type="HBoxContainer" parent="ElementsBoxContainer/PropertiesVBoxContainer"]
layout_mode = 2
[node name="GmtOffsetLabel" type="Label" parent="ElementsBoxContainer/PropertiesVBoxContainer/GmtOffsetHBoxContainer"]
layout_mode = 2
size_flags_horizontal = 3
text = "GMT Offset:"
[node name="GmtOffsetLineEdit" type="LineEdit" parent="ElementsBoxContainer/PropertiesVBoxContainer/GmtOffsetHBoxContainer"]
layout_mode = 2
placeholder_text = "02:00:00"
expand_to_text_length = true
clear_button_enabled = true
[node name="YearBoxContainer" type="HBoxContainer" parent="ElementsBoxContainer/PropertiesVBoxContainer"]
layout_mode = 2
[node name="YearLabel" type="Label" parent="ElementsBoxContainer/PropertiesVBoxContainer/YearBoxContainer"]
layout_mode = 2
size_flags_horizontal = 3
text = "Year:"
[node name="YearLineEdit" type="LineEdit" parent="ElementsBoxContainer/PropertiesVBoxContainer/YearBoxContainer"]
layout_mode = 2
placeholder_text = "2023.0"
expand_to_text_length = true
clear_button_enabled = true
[node name="ControlsVBoxContainer" type="HBoxContainer" parent="ElementsBoxContainer"]
layout_mode = 2