-
Notifications
You must be signed in to change notification settings - Fork 0
/
MainMenu.tscn
105 lines (94 loc) · 3.14 KB
/
MainMenu.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
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
97
98
99
100
101
102
103
104
105
[gd_scene load_steps=12 format=2]
[ext_resource path="res://MainMenu.gd" type="Script" id=1]
[ext_resource path="res://Fonts/ComfortaaBoldLg.tres" type="DynamicFont" id=2]
[ext_resource path="res://Fonts/ComfortaaLightSm.tres" type="DynamicFont" id=3]
[ext_resource path="res://Fonts/ComfortaaMd.tres" type="DynamicFont" id=4]
[ext_resource path="res://Fonts/ComfortaaLightXs.tres" type="DynamicFont" id=5]
[sub_resource type="StyleBoxFlat" id=1]
expand_margin_left = 3.0
expand_margin_right = 3.0
expand_margin_top = 2.0
expand_margin_bottom = 2.0
[sub_resource type="Theme" id=2]
TooltipLabel/colors/font_color = Color( 0, 0, 0, 1 )
TooltipLabel/colors/font_color_shadow = Color( 0, 0, 0, 0 )
TooltipLabel/constants/shadow_offset_x = 0
TooltipLabel/constants/shadow_offset_y = 0
TooltipLabel/fonts/font = ExtResource( 5 )
TooltipPanel/styles/panel = SubResource( 1 )
[sub_resource type="StyleBoxEmpty" id=3]
[sub_resource type="StyleBoxFlat" id=4]
bg_color = Color( 0.196078, 0.196078, 0.196078, 1 )
corner_radius_top_left = 5
corner_radius_top_right = 5
corner_radius_bottom_right = 5
corner_radius_bottom_left = 5
[sub_resource type="StyleBoxFlat" id=5]
bg_color = Color( 0.368627, 0.368627, 0.368627, 1 )
corner_radius_top_left = 5
corner_radius_top_right = 5
corner_radius_bottom_right = 5
corner_radius_bottom_left = 5
[sub_resource type="StyleBoxFlat" id=6]
bg_color = Color( 0, 0, 0, 1 )
corner_radius_top_left = 5
corner_radius_top_right = 5
corner_radius_bottom_right = 5
corner_radius_bottom_left = 5
[node name="MainMenu" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Title" type="Label" parent="."]
anchor_right = 1.0
margin_left = 56.0
margin_top = 64.0
margin_right = -230.0
margin_bottom = 210.0
custom_fonts/font = ExtResource( 2 )
custom_colors/font_color = Color( 0, 0, 0, 1 )
text = "discover e!"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Link" type="Button" parent="."]
margin_left = 832.0
margin_top = 512.0
margin_right = 968.0
margin_bottom = 552.0
hint_tooltip = "https://realcyguy.netlify.app"
mouse_default_cursor_shape = 2
theme = SubResource( 2 )
custom_styles/hover = SubResource( 3 )
custom_styles/pressed = SubResource( 3 )
custom_styles/focus = SubResource( 3 )
custom_styles/disabled = SubResource( 3 )
custom_styles/normal = SubResource( 3 )
custom_fonts/font = ExtResource( 3 )
custom_colors/font_color = Color( 0, 0, 0, 1 )
custom_colors/font_color_hover = Color( 0.168627, 0.168627, 0.168627, 1 )
custom_colors/font_color_pressed = Color( 0.435294, 0.435294, 0.435294, 1 )
text = "Cyrus Yip"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Play" type="Button" parent="."]
margin_left = 112.0
margin_top = 248.0
margin_right = 464.0
margin_bottom = 368.0
mouse_default_cursor_shape = 2
custom_styles/hover = SubResource( 4 )
custom_styles/pressed = SubResource( 5 )
custom_styles/normal = SubResource( 6 )
custom_fonts/font = ExtResource( 4 )
custom_colors/font_color = Color( 1, 1, 1, 1 )
custom_colors/font_color_hover = Color( 1, 1, 1, 1 )
custom_colors/font_color_pressed = Color( 1, 1, 1, 1 )
text = "Play"
__meta__ = {
"_edit_use_anchors_": false
}