ChatLabel.tscn 573 B

1234567891011121314151617181920212223
  1. [gd_scene load_steps=2 format=3 uid="uid://uiwxfl4dyoyw"]
  2. [ext_resource type="Theme" uid="uid://dhb6h35g1bk0x" path="res://data/themes/DefaultTheme.tres" id="1_1ynyk"]
  3. [node name="Tab" type="RichTextLabel"]
  4. anchors_preset = 15
  5. anchor_right = 1.0
  6. anchor_bottom = 1.0
  7. offset_left = 6.0
  8. offset_top = 30.0
  9. offset_right = -6.0
  10. offset_bottom = -6.0
  11. grow_horizontal = 2
  12. grow_vertical = 2
  13. size_flags_horizontal = 3
  14. size_flags_vertical = 3
  15. mouse_filter = 2
  16. theme = ExtResource("1_1ynyk")
  17. bbcode_enabled = true
  18. scroll_following = true
  19. autowrap_mode = 2
  20. context_menu_enabled = true