-
Notifications
You must be signed in to change notification settings - Fork 0
/
Start.tscn
111 lines (96 loc) · 3.05 KB
/
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
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
[gd_scene load_steps=13 format=2]
[ext_resource path="res://gurahana-clean.png" type="Texture" id=1]
[ext_resource path="res://Sprites/grot.png" type="Texture" id=2]
[ext_resource path="res://Scripts/Start.gd" type="Script" id=3]
[ext_resource path="res://button.png" type="Texture" id=4]
[ext_resource path="res://game_font.tres" type="DynamicFont" id=5]
[ext_resource path="res://Sprites/background_start.png" type="Texture" id=6]
[ext_resource path="res://Godot-Fontpack-d244bf6170b399a6d4d26a0d906058ddf2dafdf1/fonts/montreal/Montreal-Bold.ttf" type="DynamicFontData" id=7]
[ext_resource path="res://Sprites/tite.png" type="Texture" id=8]
[ext_resource path="res://drum.tscn" type="PackedScene" id=9]
[ext_resource path="res://drumRed.tscn" type="PackedScene" id=10]
[sub_resource type="DynamicFont" id=1]
size = 58
outline_size = 4
outline_color = Color( 0, 0, 0, 1 )
font_data = ExtResource( 7 )
[sub_resource type="DynamicFont" id=2]
size = 400
outline_size = 40
outline_color = Color( 0, 0, 0, 1 )
font_data = ExtResource( 7 )
[node name="Node2D" type="Node2D"]
script = ExtResource( 3 )
[node name="background_start" type="Sprite" parent="."]
position = Vector2( 516.052, 302.632 )
texture = ExtResource( 6 )
[node name="grot" type="Sprite" parent="."]
position = Vector2( 887.44, 326.79 )
texture = ExtResource( 2 )
[node name="gurahana-clean" type="Sprite" parent="."]
position = Vector2( 234.37, 327.186 )
scale = Vector2( 0.3, 0.3 )
texture = ExtResource( 1 )
[node name="StartButton" type="TextureButton" parent="."]
margin_left = 344.893
margin_top = 311.667
margin_right = 744.893
margin_bottom = 411.667
texture_normal = ExtResource( 4 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label" type="Label" parent="StartButton"]
margin_right = 400.0
margin_bottom = 100.0
custom_fonts/font = ExtResource( 5 )
text = "START"
align = 1
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="tite" type="Sprite" parent="."]
position = Vector2( 514.78, 168.079 )
texture = ExtResource( 8 )
[node name="english title" type="Label" parent="tite"]
margin_left = -513.648
margin_top = -47.9915
margin_right = 514.352
margin_bottom = 253.009
custom_fonts/font = SubResource( 1 )
text = "Grafana no Taiko"
align = 1
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="drum" parent="." instance=ExtResource( 9 )]
position = Vector2( 653.472, 517.735 )
[node name="Label2" type="Label" parent="drum"]
margin_left = 650.0
margin_top = -318.035
margin_right = 2074.0
margin_bottom = 170.965
custom_fonts/font = SubResource( 2 )
text = "L to hit"
align = 1
valign = 1
__meta__ = {
"_edit_use_anchors_": true
}
[node name="grafanaLogoRed" parent="." instance=ExtResource( 10 )]
position = Vector2( 347.935, 517.735 )
[node name="Label3" type="Label" parent="grafanaLogoRed"]
margin_left = 650.0
margin_top = -306.712
margin_right = 2145.0
margin_bottom = 182.288
custom_fonts/font = SubResource( 2 )
text = "A to hit"
align = 1
valign = 1
__meta__ = {
"_edit_use_anchors_": true
}
[connection signal="pressed" from="StartButton" to="." method="_on_TextureButton_pressed"]