-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWinScreen.tscn
More file actions
36 lines (29 loc) · 1.05 KB
/
WinScreen.tscn
File metadata and controls
36 lines (29 loc) · 1.05 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
[gd_scene load_steps=5 format=2]
[ext_resource path="res://Music/ALGER.TTF" type="DynamicFontData" id=1]
[ext_resource path="res://WinColor.gd" type="Script" id=2]
[ext_resource path="res://Music/Victory.mp3" type="AudioStream" id=3]
[sub_resource type="DynamicFont" id=1]
size = 30
outline_color = Color( 0.12549, 0.145098, 0.192157, 1 )
font_data = ExtResource( 1 )
[node name="WinScreen" type="Node2D"]
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
stream = ExtResource( 3 )
autoplay = true
[node name="Panel" type="Panel" parent="."]
margin_right = 320.0
margin_bottom = 180.0
[node name="ColorRect" type="ColorRect" parent="Panel"]
margin_right = 319.0
margin_bottom = 179.0
color = Color( 1, 0.984375, 0, 1 )
[node name="Winner" type="RichTextLabel" parent="Panel/ColorRect"]
margin_left = 127.0
margin_top = 50.0
margin_right = 211.0
margin_bottom = 135.0
custom_fonts/normal_font = SubResource( 1 )
custom_colors/font_color_selected = Color( 0, 0, 0, 1 )
text = "YOU WIN!"
script = ExtResource( 2 )
text_color = Color( 1, 0.160784, 0, 1 )