Files
recombinator/Main Menu.tscn
T
2020-02-15 15:21:10 +01:00

65 lines
1.6 KiB
Plaintext

[gd_scene load_steps=3 format=2]
[ext_resource path="res://Menu/iconegg.png" type="Texture" id=1]
[ext_resource path="res://Main Menu.gd" type="Script" id=2]
[node name="Main Menu" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = -35.7413
margin_top = 63.0057
margin_right = -35.7412
margin_bottom = 63.0056
script = ExtResource( 2 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="PanelM" type="Panel" parent="."]
margin_left = 660.0
margin_top = 240.0
margin_right = 1260.0
margin_bottom = 840.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="TestButton" type="Button" parent="PanelM"]
margin_left = 20.0
margin_top = 20.0
margin_right = 580.0
margin_bottom = 60.0
text = "Testomgeving"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="ExitButton" type="Button" parent="PanelM"]
margin_left = 21.0526
margin_top = 550.0
margin_right = 581.053
margin_bottom = 580.0
text = "Exit Game"
[node name="SuperButton" type="Button" parent="PanelM"]
margin_left = 601.67
margin_top = 584.929
margin_right = 869.67
margin_bottom = 846.929
rect_scale = Vector2( 0.05, 0.05 )
icon = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="SuperText" type="TextEdit" parent="PanelM"]
visible = false
margin_left = 23.0
margin_top = 69.0
margin_right = 577.0
margin_bottom = 535.0
text = "Mark houdt van BBC"
[connection signal="pressed" from="PanelM/TestButton" to="." method="_on_TestButton_pressed"]
[connection signal="pressed" from="PanelM/ExitButton" to="." method="_on_ExitButton_pressed"]
[connection signal="pressed" from="PanelM/SuperButton" to="." method="_on_SuperButton_pressed"]