-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain menu.tscn
58 lines (50 loc) · 1.29 KB
/
main menu.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[gd_scene load_steps=3 format=2]
[ext_resource path="res://scripts/main menu.gd" type="Script" id=1]
[ext_resource path="res://assets/new_theme.tres" type="Theme" id=2]
[node name="Control" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="VBoxContainer" type="VBoxContainer" parent="."]
margin_top = 128.0
margin_right = 140.0
margin_bottom = 202.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Button" type="Button" parent="VBoxContainer"]
margin_right = 140.0
margin_bottom = 22.0
theme = ExtResource( 2 )
text = "new"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Button2" type="Button" parent="VBoxContainer"]
margin_top = 26.0
margin_right = 140.0
margin_bottom = 48.0
theme = ExtResource( 2 )
text = "view files"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Button3" type="Button" parent="VBoxContainer"]
margin_top = 52.0
margin_right = 140.0
margin_bottom = 74.0
theme = ExtResource( 2 )
text = "test scene"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="TextureRect" type="TextureRect" parent="."]
margin_right = 40.0
margin_bottom = 40.0
__meta__ = {
"_edit_use_anchors_": false
}
[connection signal="pressed" from="VBoxContainer/Button3" to="." method="_on_Button3_pressed"]