2020-09-19 15:21:40 +00:00
|
|
|
[gd_scene load_steps=2 format=2]
|
|
|
|
|
|
|
|
[ext_resource path="res://main_menu.gd" type="Script" id=1]
|
|
|
|
|
|
|
|
[node name="Control" type="Control"]
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
script = ExtResource( 1 )
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
2020-09-23 21:09:49 +00:00
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
2020-09-19 15:21:40 +00:00
|
|
|
anchor_right = 1.0
|
2020-09-23 21:09:49 +00:00
|
|
|
anchor_bottom = 1.0
|
|
|
|
margin_left = 5.0
|
|
|
|
margin_top = 5.0
|
|
|
|
margin_right = -5.0
|
|
|
|
margin_bottom = -5.0
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"]
|
|
|
|
margin_right = 1014.0
|
|
|
|
margin_bottom = 590.0
|
|
|
|
|
|
|
|
[node name="HBoxContainer2" type="HBoxContainer" parent="MarginContainer/VBoxContainer"]
|
|
|
|
margin_right = 1014.0
|
|
|
|
margin_bottom = 20.0
|
2020-09-19 15:21:40 +00:00
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
2020-09-23 21:09:49 +00:00
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/VBoxContainer/HBoxContainer2"]
|
|
|
|
margin_right = 990.0
|
2020-09-19 15:21:40 +00:00
|
|
|
margin_bottom = 20.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
2020-09-23 21:09:49 +00:00
|
|
|
[node name="RichTextLabel" type="RichTextLabel" parent="MarginContainer/VBoxContainer/HBoxContainer2/VBoxContainer"]
|
|
|
|
margin_right = 990.0
|
|
|
|
margin_bottom = 15.0
|
2020-09-19 15:21:40 +00:00
|
|
|
size_flags_horizontal = 3
|
|
|
|
bbcode_enabled = true
|
|
|
|
bbcode_text = "[center]MAIN MENU[/center]"
|
|
|
|
text = "MAIN MENU"
|
|
|
|
fit_content_height = true
|
|
|
|
scroll_active = false
|
|
|
|
|
2020-09-23 21:09:49 +00:00
|
|
|
[node name="Quit" type="Button" parent="MarginContainer/VBoxContainer/HBoxContainer2"]
|
|
|
|
margin_left = 994.0
|
|
|
|
margin_right = 1014.0
|
2020-09-19 15:21:40 +00:00
|
|
|
margin_bottom = 20.0
|
|
|
|
text = "X"
|
|
|
|
script = ExtResource( 1 )
|
|
|
|
|
2020-09-23 21:09:49 +00:00
|
|
|
[node name="GridContainer" type="GridContainer" parent="MarginContainer/VBoxContainer"]
|
|
|
|
margin_top = 24.0
|
|
|
|
margin_right = 1014.0
|
2020-09-25 18:55:30 +00:00
|
|
|
margin_bottom = 135.0
|
2020-09-19 15:21:40 +00:00
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
2020-09-23 21:09:49 +00:00
|
|
|
[node name="RichTextLabel2" type="RichTextLabel" parent="MarginContainer/VBoxContainer/GridContainer"]
|
|
|
|
margin_right = 1014.0
|
|
|
|
margin_bottom = 15.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
bbcode_enabled = true
|
|
|
|
bbcode_text = "Complete Test Scenarios in order, 2 depends on 1 having worked..."
|
|
|
|
text = "Complete Test Scenarios in order, 2 depends on 1 having worked..."
|
|
|
|
fit_content_height = true
|
|
|
|
scroll_active = false
|
|
|
|
|
|
|
|
[node name="DownloadPlayVid" type="Button" parent="MarginContainer/VBoxContainer/GridContainer"]
|
|
|
|
margin_top = 19.0
|
|
|
|
margin_right = 1014.0
|
|
|
|
margin_bottom = 39.0
|
|
|
|
size_flags_horizontal = 3
|
2020-09-19 15:21:40 +00:00
|
|
|
text = "Test scenario 1"
|
|
|
|
|
2020-09-23 21:09:49 +00:00
|
|
|
[node name="DownloadPlayVid2" type="Button" parent="MarginContainer/VBoxContainer/GridContainer"]
|
|
|
|
margin_top = 43.0
|
|
|
|
margin_right = 1014.0
|
|
|
|
margin_bottom = 63.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
text = "Test scenario 2"
|
|
|
|
|
|
|
|
[node name="MicTest" type="Button" parent="MarginContainer/VBoxContainer/GridContainer"]
|
|
|
|
margin_top = 67.0
|
|
|
|
margin_right = 1014.0
|
|
|
|
margin_bottom = 87.0
|
2020-09-19 15:21:40 +00:00
|
|
|
text = "Mic Test"
|
2020-09-25 18:55:30 +00:00
|
|
|
|
|
|
|
[node name="Settings" type="Button" parent="MarginContainer/VBoxContainer/GridContainer"]
|
|
|
|
margin_top = 91.0
|
|
|
|
margin_right = 1014.0
|
|
|
|
margin_bottom = 111.0
|
|
|
|
text = "Settings"
|
2020-09-23 21:09:49 +00:00
|
|
|
[connection signal="pressed" from="MarginContainer/VBoxContainer/HBoxContainer2/Quit" to="MarginContainer/VBoxContainer/HBoxContainer2/Quit" method="_on_Quit_pressed"]
|
|
|
|
[connection signal="pressed" from="MarginContainer/VBoxContainer/GridContainer/DownloadPlayVid" to="." method="_on_Button_pressed"]
|
|
|
|
[connection signal="pressed" from="MarginContainer/VBoxContainer/GridContainer/DownloadPlayVid2" to="." method="_on_DownloadPlayVid2_pressed"]
|
|
|
|
[connection signal="pressed" from="MarginContainer/VBoxContainer/GridContainer/MicTest" to="." method="_on_MicTest_pressed"]
|
2020-09-25 18:55:30 +00:00
|
|
|
[connection signal="pressed" from="MarginContainer/VBoxContainer/GridContainer/Settings" to="." method="_on_Settings_pressed"]
|