-
Notifications
You must be signed in to change notification settings - Fork 0
/
mainMenu.tscn
43 lines (35 loc) · 1.1 KB
/
mainMenu.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
[gd_scene load_steps=3 format=2]
[ext_resource path="res://theme.tres" type="Theme" id=1]
[ext_resource path="res://images/download (1).png" type="Texture" id=2]
[node name="MainMenu" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
[node name="ColorRect" type="ColorRect" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
color = Color( 0.94902, 0.933333, 0.890196, 1 )
[node name="TextureRect" type="TextureRect" parent="."]
margin_right = 720.0
margin_bottom = 721.0
texture = ExtResource( 2 )
stretch_mode = 6
[node name="Control" type="Control" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
margin_top = 717.0
[node name="VBoxContainer" type="VBoxContainer" parent="Control"]
anchor_left = 0.5
anchor_right = 0.5
margin_left = -360.0
margin_top = 20.0
margin_right = 360.0
margin_bottom = 20.0
[node name="CenterContainer" type="CenterContainer" parent="Control/VBoxContainer"]
margin_right = 720.0
margin_bottom = 41.0
[node name="Button" type="Button" parent="Control/VBoxContainer/CenterContainer"]
margin_left = 325.0
margin_right = 395.0
margin_bottom = 41.0
theme = ExtResource( 1 )
text = "Start"