-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstart.tscn
33 lines (28 loc) · 804 Bytes
/
start.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[gd_scene load_steps=2 format=3 uid="uid://bbexql180h25u"]
[ext_resource type="Script" path="res://start.gd" id="1_gy1ch"]
[node name="Start" type="Control"]
process_mode = 3
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_gy1ch")
[node name="PanelContainer" type="PanelContainer" parent="."]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -20.0
offset_top = -20.0
offset_right = 20.0
offset_bottom = 20.0
grow_horizontal = 2
grow_vertical = 2
[node name="Button" type="Button" parent="PanelContainer"]
layout_mode = 2
text = "## START ##"
[connection signal="pressed" from="PanelContainer/Button" to="." method="_on_button_pressed"]