1234567891011121314151617181920212223 |
- [gd_scene load_steps=2 format=3 uid="uid://uiwxfl4dyoyw"]
- [ext_resource type="Theme" uid="uid://dhb6h35g1bk0x" path="res://data/themes/DefaultTheme.tres" id="1_1ynyk"]
- [node name="Tab" type="RichTextLabel"]
- anchors_preset = 15
- anchor_right = 1.0
- anchor_bottom = 1.0
- offset_left = 6.0
- offset_top = 30.0
- offset_right = -6.0
- offset_bottom = -6.0
- grow_horizontal = 2
- grow_vertical = 2
- size_flags_horizontal = 3
- size_flags_vertical = 3
- mouse_filter = 2
- theme = ExtResource("1_1ynyk")
- bbcode_enabled = true
- scroll_following = true
- autowrap_mode = 2
- context_menu_enabled = true
|