Files
godot-demo-projects/2d/role_playing_game/theme/labels/Title.tscn
2021-03-03 02:59:17 -05:00

19 lines
487 B
Plaintext

[gd_scene load_steps=2 format=2]
[ext_resource path="res://theme/fonts/montserrat_extra_bold_48.tres" type="DynamicFont" id=1]
[node name="Title" type="Label"]
margin_right = 113.0
margin_bottom = 60.0
custom_fonts/font = ExtResource( 1 )
custom_colors/font_color = Color( 1, 1, 1, 1 )
custom_colors/font_color_shadow = Color( 1, 0.596078, 0, 1 )
custom_constants/shadow_offset_y = 5
text = "Title"
align = 1
autowrap = true
clip_text = true
__meta__ = {
"_edit_use_anchors_": false
}