-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmenu.tscn
142 lines (125 loc) · 4.47 KB
/
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
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
[gd_scene load_steps=27 format=2]
[ext_resource path="res://image/splash.jpg" type="Texture" id=1]
[ext_resource path="res://titlename/0001.png" type="Texture" id=2]
[ext_resource path="res://titlename/0006.png" type="Texture" id=3]
[ext_resource path="res://titlename/0005.png" type="Texture" id=4]
[ext_resource path="res://titlename/0004.png" type="Texture" id=5]
[ext_resource path="res://titlename/0003.png" type="Texture" id=6]
[ext_resource path="res://titlename/0002.png" type="Texture" id=7]
[ext_resource path="res://menu.gd" type="Script" id=8]
[ext_resource path="res://quitlogo/0005.png" type="Texture" id=9]
[ext_resource path="res://quitlogo/0001.png" type="Texture" id=10]
[ext_resource path="res://starticon/0001.png" type="Texture" id=11]
[ext_resource path="res://quitlogo/0004.png" type="Texture" id=12]
[ext_resource path="res://quitlogo/0006.png" type="Texture" id=13]
[ext_resource path="res://starticon/0004.png" type="Texture" id=14]
[ext_resource path="res://quitlogo/0002.png" type="Texture" id=15]
[ext_resource path="res://starticon/0002.png" type="Texture" id=16]
[ext_resource path="res://starticon/0003.png" type="Texture" id=17]
[ext_resource path="res://starticon/0006.png" type="Texture" id=18]
[ext_resource path="res://starticon/0005.png" type="Texture" id=19]
[ext_resource path="res://quitlogo/0003.png" type="Texture" id=20]
[ext_resource path="res://sounds/menusound.ogg" type="AudioStream" id=21]
[sub_resource type="SpriteFrames" id=1]
animations = [ {
"frames": [ ExtResource( 2 ), ExtResource( 7 ), ExtResource( 6 ), ExtResource( 5 ), ExtResource( 4 ), ExtResource( 3 ) ],
"loop": true,
"name": "logo",
"speed": 5.0
} ]
[sub_resource type="SpriteFrames" id=2]
animations = [ {
"frames": [ ExtResource( 11 ), ExtResource( 16 ), ExtResource( 17 ), ExtResource( 14 ), ExtResource( 19 ), ExtResource( 18 ) ],
"loop": true,
"name": "start",
"speed": 5.0
} ]
[sub_resource type="SpriteFrames" id=3]
animations = [ {
"frames": [ ExtResource( 10 ), ExtResource( 15 ), ExtResource( 20 ), ExtResource( 12 ), ExtResource( 9 ), ExtResource( 13 ) ],
"loop": true,
"name": "default",
"speed": 5.0
} ]
[sub_resource type="Theme" id=4]
[sub_resource type="DynamicFont" id=5]
size = 45
outline_color = Color( 0.105882, 0.0470588, 0.0470588, 1 )
[node name="menu" type="Node2D"]
script = ExtResource( 8 )
[node name="splash" type="Sprite" parent="."]
position = Vector2( 538.178, 301.115 )
scale = Vector2( 5.02851, 2.85805 )
texture = ExtResource( 1 )
[node name="logo" type="AnimatedSprite" parent="."]
position = Vector2( 550.026, 143.645 )
frames = SubResource( 1 )
animation = "logo"
frame = 2
playing = true
[node name="start" type="AnimatedSprite" parent="."]
position = Vector2( 537.749, 308.162 )
frames = SubResource( 2 )
animation = "start"
frame = 4
playing = true
[node name="start" type="Button" parent="start"]
modulate = Color( 1, 1, 1, 0 )
margin_left = -75.0
margin_top = -28.0
margin_right = 78.0
margin_bottom = 31.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="quit" type="AnimatedSprite" parent="."]
position = Vector2( 540.205, 401.47 )
frames = SubResource( 3 )
frame = 1
playing = true
[node name="quit" type="Button" parent="quit"]
modulate = Color( 1, 1, 1, 0.027451 )
margin_left = -65.0
margin_top = -28.0
margin_right = 65.0
margin_bottom = 29.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="."]
stream = ExtResource( 21 )
autoplay = true
[node name="RichTextLabel" type="RichTextLabel" parent="."]
margin_left = 642.107
margin_top = 290.974
margin_right = 682.107
margin_bottom = 330.974
theme = SubResource( 4 )
custom_fonts/mono_font = SubResource( 5 )
custom_colors/default_color = Color( 0.117647, 0.0156863, 0.0156863, 1 )
text = "UP KEY"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="RichTextLabel2" type="RichTextLabel" parent="."]
margin_left = 633.513
margin_top = 386.737
margin_right = 673.513
margin_bottom = 426.737
custom_colors/default_color = Color( 0.027451, 0.0235294, 0.0235294, 1 )
text = "Down Key"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label" type="Label" parent="."]
margin_left = 409.0
margin_top = 218.0
margin_right = 687.0
margin_bottom = 232.0
custom_colors/font_color = Color( 0.137255, 0.027451, 0.027451, 1 )
text = "Reach to the Red Tower ASAP(Within 3 min)"
__meta__ = {
"_edit_use_anchors_": false
}
[connection signal="pressed" from="start/start" to="." method="_on_start_pressed"]
[connection signal="pressed" from="quit/quit" to="." method="_on_quit_pressed"]