mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2025-12-16 05:20:06 +01:00
19 lines
487 B
Plaintext
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
|
|
}
|