-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMenu.tscn
More file actions
96 lines (83 loc) · 3.04 KB
/
Menu.tscn
File metadata and controls
96 lines (83 loc) · 3.04 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
[gd_scene load_steps=6 format=2]
[ext_resource path="res://Assets/UI/menu_box_1.png" type="Texture" id=1]
[ext_resource path="res://Assets/UI/pkmnfl.ttf" type="DynamicFontData" id=2]
[ext_resource path="res://Assets/UI/ui_arrow_left_right.png" type="Texture" id=3]
[ext_resource path="res://Menu.gd" type="Script" id=4]
[sub_resource type="DynamicFont" id=1]
size = 12
font_data = ExtResource( 2 )
[node name="Menu" type="CanvasLayer"]
script = ExtResource( 4 )
[node name="Control" type="Control" parent="."]
margin_right = 40.0
margin_bottom = 40.0
[node name="NinePatchRect" type="NinePatchRect" parent="Control"]
margin_left = 179.0
margin_top = 1.0
margin_right = 239.0
margin_bottom = 97.0
texture = ExtResource( 1 )
patch_margin_left = 6
patch_margin_top = 6
patch_margin_right = 6
patch_margin_bottom = 6
[node name="VBoxContainer" type="VBoxContainer" parent="Control/NinePatchRect"]
margin_left = 13.0
margin_top = 8.0
margin_right = 63.0
margin_bottom = 94.0
rect_scale = Vector2( 0.97, 1 )
custom_constants/separation = 3
[node name="RichTextLabel" type="RichTextLabel" parent="Control/NinePatchRect/VBoxContainer"]
margin_right = 50.0
margin_bottom = 11.0
rect_min_size = Vector2( 50, 11 )
custom_colors/default_color = Color( 0.435294, 0.435294, 0.580392, 1 )
custom_fonts/normal_font = SubResource( 1 )
text = "POKéMON"
[node name="RichTextLabel2" type="RichTextLabel" parent="Control/NinePatchRect/VBoxContainer"]
margin_top = 14.0
margin_right = 50.0
margin_bottom = 25.0
rect_min_size = Vector2( 50, 11 )
custom_colors/default_color = Color( 0.435294, 0.435294, 0.580392, 1 )
custom_fonts/normal_font = SubResource( 1 )
text = "BAG"
[node name="RichTextLabel3" type="RichTextLabel" parent="Control/NinePatchRect/VBoxContainer"]
margin_top = 28.0
margin_right = 50.0
margin_bottom = 39.0
rect_min_size = Vector2( 50, 11 )
custom_colors/default_color = Color( 0.435294, 0.435294, 0.580392, 1 )
custom_fonts/normal_font = SubResource( 1 )
text = "ARKIVE"
[node name="RichTextLabel4" type="RichTextLabel" parent="Control/NinePatchRect/VBoxContainer"]
margin_top = 42.0
margin_right = 50.0
margin_bottom = 53.0
rect_min_size = Vector2( 50, 11 )
custom_colors/default_color = Color( 0.435294, 0.435294, 0.580392, 1 )
custom_fonts/normal_font = SubResource( 1 )
text = "SAVE"
[node name="RichTextLabel5" type="RichTextLabel" parent="Control/NinePatchRect/VBoxContainer"]
margin_top = 56.0
margin_right = 50.0
margin_bottom = 67.0
rect_min_size = Vector2( 50, 11 )
custom_colors/default_color = Color( 0.435294, 0.435294, 0.580392, 1 )
custom_fonts/normal_font = SubResource( 1 )
text = "OPTION"
[node name="RichTextLabel6" type="RichTextLabel" parent="Control/NinePatchRect/VBoxContainer"]
margin_top = 70.0
margin_right = 50.0
margin_bottom = 81.0
rect_min_size = Vector2( 50, 11 )
custom_colors/default_color = Color( 0.435294, 0.435294, 0.580392, 1 )
custom_fonts/normal_font = SubResource( 1 )
text = "EXIT"
[node name="TextureRect" type="TextureRect" parent="Control/NinePatchRect"]
margin_left = 6.0
margin_top = 8.0
margin_right = 12.0
margin_bottom = 18.0
texture = ExtResource( 3 )