56 lines
1.7 KiB
Plaintext
56 lines
1.7 KiB
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://cx2vkr0hbfe4c"]
|
|
|
|
[ext_resource type="Script" uid="uid://cj1o6v4tq5tiq" path="res://scenes/Main/Main.cs" id="1_gol0p"]
|
|
[ext_resource type="PackedScene" uid="uid://icuiqfoy5pkr" path="res://scenes/Tools/session_tool.tscn" id="2_br8qb"]
|
|
|
|
[node name="Main" type="Node"]
|
|
script = ExtResource("1_gol0p")
|
|
|
|
[node name="HTTPRequest" type="HTTPRequest" parent="."]
|
|
|
|
[node name="HUD" type="MarginContainer" parent="."]
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
size_flags_horizontal = 4
|
|
size_flags_vertical = 4
|
|
|
|
[node name="SessionTool" parent="HUD" instance=ExtResource("2_br8qb")]
|
|
layout_mode = 2
|
|
|
|
[node name="GlobalTool" type="MarginContainer" parent="HUD"]
|
|
clip_contents = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
size_flags_vertical = 4
|
|
|
|
[node name="BoxContainer" type="BoxContainer" parent="HUD/GlobalTool"]
|
|
layout_mode = 2
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="HUD/GlobalTool/BoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="HUD/GlobalTool/BoxContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="Label" type="Label" parent="HUD/GlobalTool/BoxContainer/VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
text = "openF1 Manager"
|
|
|
|
[node name="Button" type="Button" parent="HUD/GlobalTool/BoxContainer/VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Send Request"
|
|
|
|
[node name="ItemList" type="ItemList" parent="HUD/GlobalTool/BoxContainer/VBoxContainer"]
|
|
clip_contents = false
|
|
custom_minimum_size = Vector2(150, 20)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
max_text_lines = 3
|
|
auto_width = true
|
|
text_overrun_behavior = 2
|
|
item_count = 1
|
|
item_0/text = "None"
|