59 lines
1.4 KiB
Plaintext
59 lines
1.4 KiB
Plaintext
|
[gd_scene load_steps=2 format=2]
|
||
|
|
||
|
[ext_resource path="res://Menus/Main Menu/Menu.gd" type="Script" id=1]
|
||
|
|
||
|
[node name="Menu" type="Control"]
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 1.0
|
||
|
script = ExtResource( 1 )
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": true
|
||
|
}
|
||
|
|
||
|
[node name="VSplitContainer" type="VSplitContainer" parent="."]
|
||
|
anchor_left = 0.5
|
||
|
anchor_top = 0.5
|
||
|
anchor_right = 0.5
|
||
|
anchor_bottom = 0.5
|
||
|
margin_left = -100.0
|
||
|
margin_top = -100.0
|
||
|
margin_right = 100.0
|
||
|
margin_bottom = 100.0
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|
||
|
|
||
|
[node name="StartButton" type="Button" parent="VSplitContainer"]
|
||
|
margin_right = 200.0
|
||
|
margin_bottom = 20.0
|
||
|
text = "Start"
|
||
|
|
||
|
[node name="QuitButton" type="Button" parent="VSplitContainer"]
|
||
|
margin_top = 32.0
|
||
|
margin_right = 200.0
|
||
|
margin_bottom = 200.0
|
||
|
text = "Quit"
|
||
|
|
||
|
[node name="RichTextLabel" type="RichTextLabel" parent="."]
|
||
|
anchor_top = 0.5
|
||
|
anchor_bottom = 0.5
|
||
|
margin_left = 24.0416
|
||
|
margin_top = -61.0
|
||
|
margin_right = 280.042
|
||
|
margin_bottom = 61.0
|
||
|
text = "Forwards: W or Up
|
||
|
Backwards: S or Down
|
||
|
Turn Left: A or Left
|
||
|
Turn Right: D or Right
|
||
|
Look Up: Shift (either side)
|
||
|
Look Down: Control or /
|
||
|
|
||
|
There is no mouse look"
|
||
|
fit_content_height = true
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|
||
|
|
||
|
[connection signal="pressed" from="VSplitContainer/StartButton" to="." method="_on_StartButton_pressed"]
|
||
|
[connection signal="pressed" from="VSplitContainer/QuitButton" to="." method="_on_QuitButton_pressed"]
|