-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEndScreen.tscn
49 lines (39 loc) · 1.59 KB
/
EndScreen.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
[gd_scene load_steps=4 format=3 uid="uid://bkqgyknlig72n"]
[ext_resource type="Script" path="res://EndScreen.gd" id="1_83lyy"]
[ext_resource type="Texture2D" uid="uid://rc85vinat2tx" path="res://blank.png" id="2_leq2u"]
[sub_resource type="Theme" id="Theme_10gb5"]
[node name="EndScreen" type="Node2D"]
script = ExtResource("1_83lyy")
[node name="TextureButton" type="TextureButton" parent="."]
offset_left = -18.0
offset_top = -10.0
offset_right = 251.0
offset_bottom = 59.0
scale = Vector2(4.77321, 10.092)
[node name="MarginContainer" type="MarginContainer" parent="."]
offset_right = 269.0
offset_bottom = 69.0
theme_override_constants/margin_left = 50
theme_override_constants/margin_top = 50
theme_override_constants/margin_right = 50
theme_override_constants/margin_bottom = 50
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"]
layout_mode = 2
theme_override_constants/separation = 25
[node name="Sprite2D" type="Sprite2D" parent="MarginContainer/VBoxContainer"]
modulate = Color(0.25098, 0.25098, 0.25098, 1)
position = Vector2(-13, -16)
rotation = 3.14159
scale = Vector2(5502.55, -158.728)
texture = ExtResource("2_leq2u")
[node name="SCORE" type="Label" parent="MarginContainer/VBoxContainer"]
layout_mode = 2
theme = SubResource("Theme_10gb5")
theme_override_font_sizes/font_size = 50
text = "SCORE - ???"
[node name="AVG" type="Label" parent="MarginContainer/VBoxContainer"]
layout_mode = 2
theme = SubResource("Theme_10gb5")
theme_override_font_sizes/font_size = 50
text = "SCORE - ???"
[connection signal="pressed" from="TextureButton" to="." method="_on_texture_button_pressed"]