-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmenu_pausa.tscn
56 lines (48 loc) · 1.48 KB
/
menu_pausa.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
[gd_scene load_steps=3 format=3 uid="uid://d1p17nu0ladb5"]
[ext_resource type="Theme" uid="uid://dje0qu2hiofjx" path="res://themes/TemaLabel.tres" id="1_8a56o"]
[ext_resource type="Theme" uid="uid://ci820nhchx783" path="res://themes/themebotones.tres" id="2_l3f51"]
[node name="MenuInicio" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_right = 3.0
offset_bottom = 7.0
grow_horizontal = 2
grow_vertical = 2
[node name="VBoxContainer" type="VBoxContainer" parent="."]
layout_mode = 1
anchors_preset = -1
anchor_right = 1.0
anchor_bottom = 0.201
offset_left = 1.0
offset_top = 2.0
offset_bottom = 576.873
alignment = 1
[node name="Label" type="Label" parent="VBoxContainer"]
layout_mode = 2
theme = ExtResource("1_8a56o")
text = "pAuSa"
horizontal_alignment = 1
[node name="HSeparator" type="HSeparator" parent="VBoxContainer"]
clip_children = 1
custom_minimum_size = Vector2(0, 100)
layout_mode = 2
[node name="Button" type="Button" parent="VBoxContainer"]
custom_minimum_size = Vector2(200, 0)
layout_mode = 2
size_flags_horizontal = 4
size_flags_stretch_ratio = 0.0
theme = ExtResource("2_l3f51")
text = "Continuar"
icon_alignment = 1
[node name="HSeparator2" type="HSeparator" parent="VBoxContainer"]
clip_children = 1
custom_minimum_size = Vector2(0, 25)
layout_mode = 2
[node name="Button2" type="Button" parent="VBoxContainer"]
custom_minimum_size = Vector2(200, 0)
layout_mode = 2
size_flags_horizontal = 4
theme = ExtResource("2_l3f51")
text = "Salir"