-
Notifications
You must be signed in to change notification settings - Fork 0
/
Level End Screen.tscn
133 lines (124 loc) · 3.35 KB
/
Level End Screen.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
[gd_scene load_steps=6 format=2]
[ext_resource path="res://Scripts/Level End Screen.gd" type="Script" id=1]
[ext_resource path="res://Sprites/UI/Level End/Menu.png" type="Texture" id=2]
[ext_resource path="res://Sprites/UI/Level End/Success State.png" type="Texture" id=3]
[ext_resource path="res://611Bit.tres" type="DynamicFont" id=4]
[sub_resource type="Animation" id=1]
resource_name = "Show"
length = 0.5
tracks/0/type = "bezier"
tracks/0/path = NodePath(".:rect_position:x")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/keys = {
"points": PoolRealArray( ),
"times": PoolRealArray( )
}
tracks/1/type = "bezier"
tracks/1/path = NodePath(".:rect_position:y")
tracks/1/interp = 1
tracks/1/loop_wrap = true
tracks/1/imported = false
tracks/1/enabled = true
tracks/1/keys = {
"points": PoolRealArray( 454, -0.25, 0, 0.25, 0, 0, -0.25, 0, 0.25, 0 ),
"times": PoolRealArray( 0, 0.4 )
}
tracks/2/type = "value"
tracks/2/path = NodePath("Page/Shadow:rect_position")
tracks/2/interp = 1
tracks/2/loop_wrap = true
tracks/2/imported = false
tracks/2/enabled = true
tracks/2/keys = {
"times": PoolRealArray( 0.3, 0.5 ),
"transitions": PoolRealArray( 1, 1 ),
"update": 0,
"values": [ Vector2( 0, 0 ), Vector2( 16, 16 ) ]
}
tracks/3/type = "value"
tracks/3/path = NodePath(".:color")
tracks/3/interp = 1
tracks/3/loop_wrap = true
tracks/3/imported = false
tracks/3/enabled = true
tracks/3/keys = {
"times": PoolRealArray( 0, 0.4 ),
"transitions": PoolRealArray( 1, 1 ),
"update": 0,
"values": [ Color( 0, 0, 0, 0 ), Color( 0, 0, 0, 0.392157 ) ]
}
[node name="Level End Screen" type="ColorRect"]
anchor_right = 1.0
anchor_bottom = 1.0
margin_top = 454.0
margin_bottom = 454.0
color = Color( 0, 0, 0, 0 )
script = ExtResource( 1 )
[node name="Page" type="TextureRect" parent="."]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -128.0
margin_top = -176.0
margin_right = 128.0
margin_bottom = 176.0
texture = ExtResource( 2 )
stretch_mode = 4
[node name="Shadow" type="TextureRect" parent="Page"]
modulate = Color( 0, 0, 0, 1 )
show_behind_parent = true
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 16.0
margin_top = 16.0
margin_right = 16.0
margin_bottom = 16.0
texture = ExtResource( 2 )
[node name="SuccessPanel" type="Control" parent="Page"]
margin_left = 38.0
margin_top = 30.0
margin_right = 220.0
margin_bottom = 101.0
rect_clip_content = true
[node name="Success" type="TextureRect" parent="Page/SuccessPanel"]
margin_right = 182.0
margin_bottom = 142.0
texture = ExtResource( 3 )
expand = true
stretch_mode = 2
[node name="Score Display" type="RichTextLabel" parent="Page"]
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 32.0
margin_top = 74.0
margin_right = -32.0
margin_bottom = -32.0
custom_fonts/normal_font = ExtResource( 4 )
custom_colors/default_color = Color( 0, 0, 0, 1 )
custom_colors/font_color_shadow = Color( 0.643137, 0.643137, 0.643137, 1 )
custom_constants/shadow_offset_x = 2
custom_constants/shadow_offset_y = 2
bbcode_enabled = true
bbcode_text = "[center]
[color=#5DBCD2]Followers: 10[/color]
[color=red]Enemies: 10[/color]
Time Left: 100
------------
Score: 100
Press any key
[/center]"
text = "
Followers: 10
Enemies: 10
Time Left: 100
------------
Score: 100
Press any key
"
scroll_active = false
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
anims/Show = SubResource( 1 )