asingcrow/godot/main_menu.tscn

68 lines
1.8 KiB
Plaintext

[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
}
[node name="HBoxContainer" type="HBoxContainer" parent="."]
anchor_right = 1.0
anchor_bottom = 0.033
margin_bottom = 0.200001
alignment = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="VBoxContainer" type="VBoxContainer" parent="HBoxContainer"]
margin_right = 1000.0
margin_bottom = 20.0
size_flags_horizontal = 3
alignment = 1
[node name="RichTextLabel" type="RichTextLabel" parent="HBoxContainer/VBoxContainer"]
margin_top = 2.0
margin_right = 1000.0
margin_bottom = 17.0
size_flags_horizontal = 3
bbcode_enabled = true
bbcode_text = "[center]MAIN MENU[/center]"
text = "MAIN MENU"
fit_content_height = true
scroll_active = false
[node name="Quit" type="Button" parent="HBoxContainer"]
margin_left = 1004.0
margin_right = 1024.0
margin_bottom = 20.0
text = "X"
script = ExtResource( 1 )
[node name="GridContainer" type="GridContainer" parent="."]
anchor_right = 1.0
anchor_bottom = 0.815
margin_top = 50.0
margin_bottom = -3.05176e-05
__meta__ = {
"_edit_use_anchors_": false
}
[node name="DownloadPlayVid" type="Button" parent="GridContainer"]
margin_right = 109.0
margin_bottom = 20.0
text = "Test scenario 1"
[node name="MicTest" type="Button" parent="GridContainer"]
margin_top = 24.0
margin_right = 109.0
margin_bottom = 44.0
text = "Mic Test"
[connection signal="pressed" from="HBoxContainer/Quit" to="HBoxContainer/Quit" method="_on_Quit_pressed"]
[connection signal="pressed" from="GridContainer/DownloadPlayVid" to="." method="_on_Button_pressed"]
[connection signal="pressed" from="GridContainer/MicTest" to="." method="_on_MicTest_pressed"]