-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtitle.tscn
37 lines (33 loc) · 896 Bytes
/
title.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=2 format=3 uid="uid://gswuvr57vyt7"]
[sub_resource type="LabelSettings" id="LabelSettings_gmyf3"]
font_size = 78
outline_size = 6
outline_color = Color(0, 0, 0, 1)
shadow_size = 17
shadow_color = Color(0.14902, 0.0745098, 0.054902, 0.866667)
[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
[node name="ColorRect" type="ColorRect" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
color = Color(0.623529, 0.537255, 0.219608, 1)
[node name="Label" type="Label" parent="."]
layout_mode = 1
anchors_preset = 5
anchor_left = 0.5
anchor_right = 0.5
offset_left = -87.0
offset_right = 87.0
offset_bottom = 94.0
grow_horizontal = 2
text = "MY GAME "
label_settings = SubResource("LabelSettings_gmyf3")