-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTitle.tscn
74 lines (63 loc) · 1.89 KB
/
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
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
[gd_scene load_steps=9 format=2]
[ext_resource path="res://fonts/CommitMono-400-Regular.otf" type="DynamicFontData" id=2]
[ext_resource path="res://fonts/CommitMono-700-Regular.otf" type="DynamicFontData" id=3]
[ext_resource path="res://Title.gd" type="Script" id=4]
[sub_resource type="StyleBoxFlat" id=1]
bg_color = Color( 0.086275, 0.082353, 0.098039, 1 )
[sub_resource type="DynamicFont" id=2]
size = 80
outline_size = 3
outline_color = Color( 0.984314, 0.992157, 0.717647, 1 )
use_filter = true
font_data = ExtResource( 3 )
[sub_resource type="DynamicFont" id=5]
size = 75
font_data = ExtResource( 3 )
[sub_resource type="DynamicFont" id=3]
font_data = ExtResource( 2 )
[sub_resource type="Theme" id=4]
Label/fonts/font = SubResource( 3 )
[node name="Title" type="Panel"]
anchor_right = 1.0
anchor_bottom = 1.0
custom_styles/panel = SubResource( 1 )
script = ExtResource( 4 )
[node name="Title" type="Label" parent="."]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -498.0
margin_top = -254.0
margin_right = 510.0
margin_bottom = -159.0
custom_colors/font_color = Color( 0, 0, 0, 1 )
custom_fonts/font = SubResource( 2 )
text = "The Call of Judgement"
[node name="victorytext" type="Label" parent="."]
visible = false
anchor_left = 0.5
anchor_right = 0.5
margin_left = -168.0
margin_top = 150.0
margin_right = 168.0
margin_bottom = 238.0
custom_colors/font_color = Color( 0.623529, 0.788235, 0.0352941, 1 )
custom_fonts/font = SubResource( 5 )
text = "Victory"
align = 1
valign = 1
[node name="ScrollContainer" type="ScrollContainer" parent="."]
anchor_left = 0.5
anchor_top = 1.0
anchor_right = 0.5
anchor_bottom = 1.0
margin_left = -151.5
margin_top = -205.0
margin_right = 151.5
[node name="unlocks" type="VBoxContainer" parent="ScrollContainer"]
unique_name_in_owner = true
margin_right = 303.0
size_flags_horizontal = 3
theme = SubResource( 4 )
custom_constants/separation = 0