-
Notifications
You must be signed in to change notification settings - Fork 1
/
Title.tscn
53 lines (46 loc) · 1.41 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
[gd_scene load_steps=8 format=2]
[ext_resource path="res://fonts/Pacifico-Regular.ttf" type="DynamicFontData" id=1]
[ext_resource path="res://icon.png" type="Texture" id=2]
[ext_resource path="res://Title.gd" type="Script" id=3]
[ext_resource path="res://Settings.gd" type="Script" id=4]
[ext_resource path="res://fonts/Roboto-Black.ttf" type="DynamicFontData" id=5]
[sub_resource type="DynamicFont" id=1]
size = 128
font_data = ExtResource( 1 )
[sub_resource type="DynamicFont" id=2]
size = 32
font_data = ExtResource( 5 )
[node name="Title" type="Node2D"]
script = ExtResource( 3 )
Settings = ExtResource( 4 )
[node name="Text" type="RichTextLabel" parent="."]
anchor_left = 0.5
anchor_right = 0.5
margin_left = 408.097
margin_top = 100.259
margin_right = 951.097
margin_bottom = 334.259
custom_fonts/normal_font = SubResource( 1 )
custom_colors/default_color = Color( 0.611765, 0.290196, 1, 1 )
custom_colors/font_color_shadow = Color( 0.4, 0.776471, 0.835294, 1 )
text = "Catcheese"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Sprite" type="Sprite" parent="."]
position = Vector2( 680.38, 339.311 )
texture = ExtResource( 2 )
[node name="Version" type="Label" parent="."]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = 964.0
margin_top = 252.0
margin_right = 1146.0
margin_bottom = 299.0
custom_fonts/font = SubResource( 2 )
text = "v. 0.1"
__meta__ = {
"_edit_use_anchors_": false
}