checheche/Robo-Bus-A31-HMI/common/gui/text_item.tscn
2024-12-06 21:22:11 +08:00

23 lines
690 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://dr31ehjcehqwe"]
[ext_resource type="Script" path="res://common/gui/text_item.gd" id="1_81alo"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_h47ld"]
content_margin_left = 10.0
content_margin_right = 10.0
bg_color = Color(0.654232, 0.654232, 0.654232, 1)
corner_radius_top_left = 8
corner_radius_top_right = 8
corner_radius_bottom_right = 8
corner_radius_bottom_left = 8
[node name="Label" type="RichTextLabel"]
mouse_filter = 1
theme_override_styles/normal = SubResource("StyleBoxFlat_h47ld")
bbcode_enabled = true
text = "textasdasd"
fit_content = true
autowrap_mode = 0
script = ExtResource("1_81alo")
metadata/_edit_use_anchors_ = true