Title.tscn 829 B

123456789101112131415161718192021222324252627282930313233
  1. [gd_scene load_steps=2 format=2]
  2. [ext_resource path="res://theme/fonts/montserrat_extra_bold_48.tres" type="DynamicFont" id=1]
  3. [node name="Title" type="Label"]
  4. anchor_left = 0.0
  5. anchor_top = 0.0
  6. anchor_right = 0.0
  7. anchor_bottom = 0.0
  8. margin_right = 113.0
  9. margin_bottom = 60.0
  10. rect_pivot_offset = Vector2( 0, 0 )
  11. rect_clip_content = false
  12. mouse_filter = 2
  13. mouse_default_cursor_shape = 0
  14. size_flags_horizontal = 1
  15. size_flags_vertical = 4
  16. custom_fonts/font = ExtResource( 1 )
  17. custom_colors/font_color = Color( 1, 1, 1, 1 )
  18. custom_colors/font_color_shadow = Color( 1, 0.596078, 0, 1 )
  19. custom_constants/shadow_offset_y = 5
  20. text = "Title"
  21. align = 1
  22. autowrap = true
  23. clip_text = true
  24. percent_visible = 1.0
  25. lines_skipped = 0
  26. max_lines_visible = -1
  27. _sections_unfolded = [ "Rect", "custom_colors", "custom_constants", "custom_fonts" ]