mirror of
https://github.com/tpawstdio/skyscraperrising.git
synced 2025-05-08 07:14:49 -04:00
51 lines
1.1 KiB
Text
51 lines
1.1 KiB
Text
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://src/newgame.gd" type="Script" id=1]
|
|
|
|
[node name="SartMenu" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="WelcomeVbox" type="VBoxContainer" parent="."]
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
margin_left = -156.0
|
|
margin_top = -48.0
|
|
margin_right = 156.0
|
|
margin_bottom = 24.0
|
|
script = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="WelcomeLbl" type="Label" parent="WelcomeVbox"]
|
|
margin_right = 312.0
|
|
margin_bottom = 14.0
|
|
text = "Welcome to Elecoms Tower!"
|
|
align = 1
|
|
|
|
[node name="NameEdit" type="LineEdit" parent="WelcomeVbox"]
|
|
margin_top = 18.0
|
|
margin_right = 312.0
|
|
margin_bottom = 42.0
|
|
text = "Elecoms HQ"
|
|
align = 1
|
|
caret_blink = true
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="CreateBtn" type="Button" parent="WelcomeVbox"]
|
|
margin_top = 46.0
|
|
margin_right = 312.0
|
|
margin_bottom = 66.0
|
|
text = "Create"
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
[connection signal="pressed" from="WelcomeVbox/CreateBtn" to="WelcomeVbox" method="_on_CreateBtn_pressed"]
|