forked from Uhboer/PIGWAR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlevel_complete.tscn
36 lines (29 loc) · 1.2 KB
/
level_complete.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
[gd_scene load_steps=4 format=3 uid="uid://cm54os4wpdi2x"]
[ext_resource type="Script" path="res://Level_complete.gd" id="1_77c4l"]
[ext_resource type="PackedScene" uid="uid://cm5d7r33x0lry" path="res://bg.tscn" id="2_hhbwe"]
[ext_resource type="AudioStream" uid="uid://xujitif11ls7" path="res://music/Space_Station_13_-_Title_3_66886647.mp3" id="3_yv2ka"]
[node name="Level_complete" type="Node2D"]
script = ExtResource("1_77c4l")
[node name="BG" parent="." instance=ExtResource("2_hhbwe")]
[node name="Label" type="Label" parent="."]
offset_left = 424.0
offset_top = 22.0
offset_right = 831.0
offset_bottom = 256.0
theme_override_colors/font_color = Color(0, 0.792157, 0, 1)
theme_override_font_sizes/font_size = 46
text = "LEVEL COMPLETE!"
horizontal_alignment = 1
vertical_alignment = 1
[node name="Button" type="Button" parent="."]
offset_left = 403.0
offset_top = 322.0
offset_right = 878.0
offset_bottom = 457.0
theme_override_colors/font_color = Color(1, 0, 0, 1)
theme_override_font_sizes/font_size = 67
text = " MENU"
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
stream = ExtResource("3_yv2ka")
autoplay = true
[connection signal="pressed" from="Button" to="." method="_on_button_pressed"]