-
Notifications
You must be signed in to change notification settings - Fork 0
/
Winner.tscn
48 lines (40 loc) · 1.33 KB
/
Winner.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
[gd_scene load_steps=4 format=3 uid="uid://b47exo30n1f16"]
[ext_resource type="Script" path="res://control.gd" id="1_dj7gp"]
[ext_resource type="PackedScene" uid="uid://db630vvojlej7" path="res://node_2d.tscn" id="2_oi10v"]
[ext_resource type="Texture2D" uid="uid://b7gr0nqm22t8q" path="res://assets/CosmicLilac_Tiles.png" id="3_dy1ri"]
[node name="MainMenu" 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_dj7gp")
main = ExtResource("2_oi10v")
[node name="CosmicCastleLilacPngPetricakeGames" type="Sprite2D" parent="."]
position = Vector2(578, 370)
scale = Vector2(5.66071, 5.77253)
texture = ExtResource("3_dy1ri")
[node name="MainMenu" type="VBoxContainer" parent="."]
layout_mode = 0
offset_left = 466.0
offset_top = 189.0
offset_right = 589.0
offset_bottom = 317.0
scale = Vector2(2.10824, 2.29829)
[node name="Label" type="Label" parent="MainMenu"]
layout_mode = 2
text = "WINNER"
horizontal_alignment = 1
[node name="Start" type="Button" parent="MainMenu"]
unique_name_in_owner = true
layout_mode = 2
text = " Start "
[node name="Credits" type="Button" parent="MainMenu"]
unique_name_in_owner = true
layout_mode = 2
text = "Credits"
[node name="Quit" type="Button" parent="MainMenu"]
unique_name_in_owner = true
layout_mode = 2
text = "Quit"