-
Notifications
You must be signed in to change notification settings - Fork 0
/
win_popup.tscn
117 lines (100 loc) · 3.37 KB
/
win_popup.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
[gd_scene load_steps=9 format=3 uid="uid://c0gw631q6uu7o"]
[ext_resource type="Texture2D" uid="uid://duhjaxmpmcnu6" path="res://img/popupv.png" id="1_14v3s"]
[ext_resource type="Script" path="res://win_popup.gd" id="2_odppo"]
[ext_resource type="Texture2D" uid="uid://d00atl8axer4m" path="res://img/button.png" id="3_xqeja"]
[ext_resource type="FontFile" uid="uid://cj5kipumd5mdm" path="res://fonts/Chicle-Regular.ttf" id="4_jb8b1"]
[ext_resource type="Texture2D" uid="uid://dl3i1nc0w5cdn" path="res://img/star.png" id="5_01syv"]
[sub_resource type="LabelSettings" id="LabelSettings_mvwsk"]
font = ExtResource("4_jb8b1")
font_size = 90
[sub_resource type="LabelSettings" id="LabelSettings_ah8ey"]
font = ExtResource("4_jb8b1")
font_size = 125
[sub_resource type="LabelSettings" id="LabelSettings_vbgtf"]
font = ExtResource("4_jb8b1")
font_size = 96
[node name="WinPopup" type="TextureRect"]
offset_right = 40.0
offset_bottom = 40.0
texture = ExtResource("1_14v3s")
script = ExtResource("2_odppo")
[node name="HFlowContainer" type="HFlowContainer" parent="."]
offset_left = 150.0
offset_top = 965.0
offset_right = 1337.0
offset_bottom = 1115.0
scale = Vector2(0.8, 0.8)
theme_override_constants/h_separation = 150
alignment = 1
[node name="Button1" type="TextureButton" parent="HFlowContainer"]
layout_mode = 2
texture_normal = ExtResource("3_xqeja")
[node name="Label" type="Label" parent="HFlowContainer/Button1"]
layout_mode = 0
offset_right = 462.0
offset_bottom = 150.0
text = "Salir"
label_settings = SubResource("LabelSettings_mvwsk")
horizontal_alignment = 1
vertical_alignment = 1
[node name="Button2" type="TextureButton" parent="HFlowContainer"]
layout_mode = 2
texture_normal = ExtResource("3_xqeja")
[node name="Label" type="Label" parent="HFlowContainer/Button2"]
layout_mode = 0
offset_right = 462.0
offset_bottom = 150.0
text = "Jugar"
label_settings = SubResource("LabelSettings_mvwsk")
horizontal_alignment = 1
vertical_alignment = 1
[node name="Title" type="Label" parent="."]
offset_left = 150.0
offset_top = 169.0
offset_right = 1101.0
offset_bottom = 329.0
text = "¡HAS GANADO!"
label_settings = SubResource("LabelSettings_ah8ey")
horizontal_alignment = 1
vertical_alignment = 1
[node name="You" type="Label" parent="."]
offset_left = 150.0
offset_top = 657.0
offset_right = 1101.0
offset_bottom = 817.0
text = "Tu tiempo: "
label_settings = SubResource("LabelSettings_vbgtf")
horizontal_alignment = 1
vertical_alignment = 1
[node name="Best" type="Label" parent="."]
offset_left = 150.0
offset_top = 769.0
offset_right = 1101.0
offset_bottom = 929.0
text = "Mejor tiempo:"
label_settings = SubResource("LabelSettings_vbgtf")
horizontal_alignment = 1
vertical_alignment = 1
[node name="Star1" type="TextureRect" parent="."]
layout_mode = 0
offset_left = 309.0
offset_top = 417.0
offset_right = 523.0
offset_bottom = 633.0
texture = ExtResource("5_01syv")
[node name="Star2" type="TextureRect" parent="."]
layout_mode = 0
offset_left = 516.0
offset_top = 337.0
offset_right = 730.0
offset_bottom = 553.0
texture = ExtResource("5_01syv")
[node name="Star3" type="TextureRect" parent="."]
layout_mode = 0
offset_left = 725.0
offset_top = 417.0
offset_right = 939.0
offset_bottom = 633.0
texture = ExtResource("5_01syv")
[connection signal="pressed" from="HFlowContainer/Button1" to="." method="_on_button_1_pressed"]
[connection signal="pressed" from="HFlowContainer/Button2" to="." method="_on_button_2_pressed"]