-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEndCredits.tscn
More file actions
55 lines (46 loc) · 1.17 KB
/
Copy pathEndCredits.tscn
File metadata and controls
55 lines (46 loc) · 1.17 KB
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
[gd_scene load_steps=3 format=2]
[ext_resource path="res://src/fonts/hint_font.tres" type="FontFile" id=1]
[ext_resource path="res://EndCredits.gd" type="Script" id=2]
[node name="Node" type="Node"]
script = ExtResource( 2 )
[node name="ColorRect" type="ColorRect" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
color = Color( 0, 0, 0, 1 )
[node name="Label" type="Label" parent="."]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -323.5
offset_top = -116.5
offset_right = 323.5
offset_bottom = 116.5
theme_override_fonts/font = ExtResource( 1 )
text = "「DREAM」
ZHENG JIANHAO ズン ジアンハオ"
align = 1
[node name="Label2" type="Label" parent="."]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -258.0
offset_top = -411.5
offset_right = 258.0
offset_bottom = 411.5
theme_override_fonts/font = ExtResource( 1 )
text = "
I can hear the silence
inside the endless forest
I can hear the stars
blinking in the sky
When the rain starts
and thunder strikes
I can see the forest
changing its shape
When the time comes
and I fall into the void
the stars will rise
take me to the other world"
align = 1