18 lines
448 B
Text
18 lines
448 B
Text
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://fonts/open-sans/OpenSans-Bold.ttf" type="DynamicFontData" id=1]
|
|
|
|
[sub_resource type="DynamicFont" id=1]
|
|
size = 60
|
|
outline_size = 4
|
|
outline_color = Color( 0.384314, 0.380392, 0.380392, 1 )
|
|
font_data = ExtResource( 1 )
|
|
|
|
[node name="Label" type="Label"]
|
|
margin_right = 132.0
|
|
margin_bottom = 83.0
|
|
custom_fonts/font = SubResource( 1 )
|
|
text = "Title"
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|