-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtitle.tscn
119 lines (101 loc) · 2.92 KB
/
title.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
[gd_scene load_steps=7 format=2]
[ext_resource path="res://themes/default_inconsolata.tres" type="Theme" id=1]
[ext_resource path="res://scripts/Title.gd" type="Script" id=2]
[ext_resource path="res://prefabs/interface_sounds.tscn" type="PackedScene" id=3]
[ext_resource path="res://images/hangar.png" type="Texture" id=4]
[ext_resource path="res://images/title_text.png" type="Texture" id=5]
[ext_resource path="res://options.tscn" type="PackedScene" id=6]
[node name="Title" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
theme = ExtResource( 1 )
script = ExtResource( 2 )
[node name="Interface Sounds" parent="." instance=ExtResource( 3 )]
[node name="Background" type="TextureRect" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
texture = ExtResource( 4 )
expand = true
stretch_mode = 7
[node name="Container" type="VBoxContainer" parent="."]
anchor_left = 1.0
anchor_right = 1.0
margin_left = -396.0
margin_top = 16.0
margin_right = -32.0
margin_bottom = 157.0
[node name="Title Container" type="CenterContainer" parent="Container"]
margin_right = 364.0
margin_bottom = 97.0
[node name="Title" type="TextureRect" parent="Container/Title Container"]
margin_left = 57.0
margin_right = 307.0
margin_bottom = 97.0
texture = ExtResource( 5 )
[node name="HSeparator" type="HSeparator" parent="Container"]
margin_top = 101.0
margin_right = 364.0
margin_bottom = 113.0
rect_min_size = Vector2( 0, 12 )
size_flags_horizontal = 3
[node name="New Campaign" type="Button" parent="Container" groups=[
"audible_hover",
]]
margin_top = 117.0
margin_right = 364.0
margin_bottom = 135.0
text = "New Campaign"
[node name="Continue Campaign" type="Button" parent="Container" groups=[
"audible_hover",
]]
margin_top = 139.0
margin_right = 364.0
margin_bottom = 157.0
disabled = true
text = "Continue Campaign"
[node name="Mission Select" type="Button" parent="Container" groups=[
"audible_hover",
]]
margin_top = 161.0
margin_right = 364.0
margin_bottom = 179.0
text = "Mission Select"
[node name="Mission Editor" type="Button" parent="Container" groups=[
"audible_hover",
]]
margin_top = 183.0
margin_right = 364.0
margin_bottom = 201.0
text = "Mission Editor"
[node name="Database" type="Button" parent="Container" groups=[
"audible_hover",
]]
margin_top = 205.0
margin_right = 364.0
margin_bottom = 223.0
text = "Database"
[node name="Options" type="Button" parent="Container" groups=[
"audible_hover",
]]
margin_top = 227.0
margin_right = 364.0
margin_bottom = 245.0
text = "Options"
[node name="Change Profile" type="Button" parent="Container" groups=[
"audible_hover",
]]
margin_top = 249.0
margin_right = 364.0
margin_bottom = 267.0
text = "Change Profile"
[node name="Exit" type="Button" parent="Container" groups=[
"audible_hover",
]]
margin_top = 271.0
margin_right = 364.0
margin_bottom = 289.0
text = "Exit"
[node name="Options Menu" parent="." instance=ExtResource( 6 )]
visible = false
[node name="Eyecatch Timer" type="Timer" parent="."]
wait_time = 12.0