-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathendgame_overlay.tscn
37 lines (30 loc) · 1.06 KB
/
endgame_overlay.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
[gd_scene load_steps=3 format=3 uid="uid://cfghsr0kckqg1"]
[ext_resource type="Texture2D" uid="uid://b3sorje55mrgm" path="res://images/boom.png" id="1"]
[ext_resource type="Script" path="res://endgame_overlay_button.gd" id="2"]
[node name="Control" type="Control"]
layout_mode = 3
anchors_preset = 0
offset_right = 1600.0
offset_bottom = 960.0
[node name="CenterContainer" type="CenterContainer" parent="."]
layout_mode = 0
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -165.0
offset_top = -68.0
offset_right = 165.0
offset_bottom = 68.0
[node name="VBoxContainer" type="VBoxContainer" parent="CenterContainer"]
layout_mode = 2
[node name="TextureRect" type="TextureRect" parent="CenterContainer/VBoxContainer"]
layout_mode = 2
texture = ExtResource("1")
[node name="Label" type="Label" parent="CenterContainer/VBoxContainer"]
layout_mode = 2
text = "You failed and left 624424 mines in the field"
[node name="Button" type="Button" parent="CenterContainer/VBoxContainer"]
layout_mode = 2
text = "Main menu"
script = ExtResource("2")