bcirpggithubmirror/Godot/MainMenu/GodotUserInterface-Bakhtawar/StartGame.tscn
2021-10-17 16:27:38 -04:00

50 lines
1.2 KiB
Plaintext

[gd_scene load_steps=3 format=2]
[ext_resource path="res://new_dynamicfont.tres" type="DynamicFont" id=1]
[ext_resource path="res://StartGame.gd" type="Script" id=2]
[node name="StartGame" type="MarginContainer"]
anchor_right = 1.0
anchor_bottom = 1.0
custom_constants/margin_right = 120
custom_constants/margin_top = 80
custom_constants/margin_left = 120
custom_constants/margin_bottom = 80
script = ExtResource( 2 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="VBoxContainer" type="VBoxContainer" parent="."]
margin_left = 120.0
margin_top = 80.0
margin_right = 904.0
margin_bottom = 520.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Title" type="Label" parent="VBoxContainer"]
margin_right = 784.0
margin_bottom = 19.0
custom_fonts/font = ExtResource( 1 )
text = "Start Game"
align = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Back" type="Label" parent="VBoxContainer"]
margin_top = 23.0
margin_right = 784.0
margin_bottom = 42.0
mouse_filter = 1
custom_fonts/font = ExtResource( 1 )
text = "Back"
align = 1
__meta__ = {
"_edit_use_anchors_": false
}
[connection signal="gui_input" from="VBoxContainer/Back" to="." method="_on_Back_gui_input"]