No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Title.tscn 448B

123456789101112131415161718
  1. [gd_scene load_steps=3 format=2]
  2. [ext_resource path="res://fonts/open-sans/OpenSans-Bold.ttf" type="DynamicFontData" id=1]
  3. [sub_resource type="DynamicFont" id=1]
  4. size = 60
  5. outline_size = 4
  6. outline_color = Color( 0.384314, 0.380392, 0.380392, 1 )
  7. font_data = ExtResource( 1 )
  8. [node name="Label" type="Label"]
  9. margin_right = 132.0
  10. margin_bottom = 83.0
  11. custom_fonts/font = SubResource( 1 )
  12. text = "Title"
  13. __meta__ = {
  14. "_edit_use_anchors_": false
  15. }