-
Notifications
You must be signed in to change notification settings - Fork 0
/
Title.tscn
111 lines (96 loc) · 2.56 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
[gd_scene load_steps=11 format=2]
[ext_resource path="res://bb3273.ttf" type="DynamicFontData" id=1]
[ext_resource path="res://SUPERSIM.TTF" type="DynamicFontData" id=2]
[ext_resource path="res://Title.gd" type="Script" id=3]
[ext_resource path="res://rain_indoors.wav" type="AudioStream" id=4]
[sub_resource type="DynamicFont" id=1]
size = 24
font_data = ExtResource( 1 )
[sub_resource type="Theme" id=2]
default_font = SubResource( 1 )
[sub_resource type="DynamicFont" id=3]
size = 100
font_data = ExtResource( 2 )
[sub_resource type="Theme" id=4]
default_font = SubResource( 3 )
[sub_resource type="DynamicFont" id=5]
font_data = ExtResource( 1 )
[sub_resource type="Theme" id=6]
default_font = SubResource( 5 )
[node name="Control" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
theme = SubResource( 2 )
script = ExtResource( 3 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="ColorRect" type="ColorRect" parent="."]
margin_right = 1064.0
margin_bottom = 619.0
color = Color( 0, 0, 0, 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="RichTextLabel" type="RichTextLabel" parent="."]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -242.0
margin_top = -199.0
margin_right = 243.0
margin_bottom = -26.0
theme = SubResource( 4 )
text = "Kaerimichi"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="RichTextLabel2" type="RichTextLabel" parent="."]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -309.0
margin_top = 4.0
margin_right = 310.0
margin_bottom = 186.0
theme = SubResource( 6 )
custom_colors/default_color = Color( 0.313726, 0.313726, 0.313726, 1 )
text = "> Regained consciousness…
> On a peaceful summer night, biological tweet and cool wind are turning.
\"Where are you going? In a labyrinth of confusion…\""
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label" type="Label" parent="."]
anchor_left = 0.5
anchor_top = 1.0
anchor_right = 0.5
anchor_bottom = 1.0
margin_left = -100.0
margin_top = -111.0
margin_right = 101.0
margin_bottom = -81.0
text = "press [z] to play"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
stream = ExtResource( 4 )
autoplay = true
[node name="Label2" type="Label" parent="."]
anchor_left = 0.5
anchor_top = 1.0
anchor_right = 0.5
anchor_bottom = 1.0
margin_left = -148.5
margin_top = -51.0
margin_right = 148.5
custom_colors/font_color = Color( 0.184314, 0.184314, 0.184314, 1 )
text = "By Denpa Lab
For 2021 CiGA Game Jam"
align = 1
__meta__ = {
"_edit_use_anchors_": false
}