-
Notifications
You must be signed in to change notification settings - Fork 0
/
FinalScreen.tscn
37 lines (33 loc) · 1.01 KB
/
FinalScreen.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=4 format=3 uid="uid://bkjy25lx0uuxa"]
[ext_resource type="Script" path="res://FinalScreen.gd" id="1_ournl"]
[ext_resource type="Texture2D" uid="uid://baijwc0hohxpu" path="res://assets/FINAL_SCREEN_WIN.png" id="2_v1v4x"]
[ext_resource type="Texture2D" uid="uid://ed7p3qk5uls1" path="res://assets/FINAL_SCREEN_LOSE.png" id="3_joycv"]
[node name="Control" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_ournl")
metadata/_edit_use_anchors_ = true
[node name="WinScreen" type="TextureRect" parent="."]
visible = false
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("2_v1v4x")
expand_mode = 1
[node name="LoseScreen" type="TextureRect" parent="."]
visible = false
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("3_joycv")
expand_mode = 1