-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwon.tscn
45 lines (38 loc) · 1.24 KB
/
won.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
[gd_scene load_steps=5 format=2]
[ext_resource path="res://restart.gd" type="Script" id=1]
[ext_resource path="res://VCR_OSD_MONO_1.001.ttf" type="DynamicFontData" id=2]
[ext_resource path="res://Peaceful Forest.wav" type="AudioStream" id=3]
[sub_resource type="DynamicFont" id=1]
size = 60
font_data = ExtResource( 2 )
[node name="Node2D" type="Node2D"]
script = ExtResource( 1 )
[node name="CanvasLayer" type="CanvasLayer" parent="."]
[node name="Won" type="RichTextLabel" parent="CanvasLayer"]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -200.0
margin_top = -40.0
margin_right = 200.0
margin_bottom = 40.0
custom_fonts/normal_font = SubResource( 1 )
custom_colors/default_color = Color( 0.0588235, 0.737255, 0.054902, 1 )
text = "YOU WON!"
[node name="Restart" type="RichTextLabel" parent="CanvasLayer"]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -200.0
margin_top = 40.0
margin_right = 200.0
margin_bottom = 120.0
custom_fonts/normal_font = SubResource( 1 )
custom_colors/default_color = Color( 0, 1, 0.505882, 1 )
text = "RESTART: F5"
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
stream = ExtResource( 3 )
volume_db = -21.189
autoplay = true