StreamOverlay/ChatMessage.tscn

29 lines
775 B
Plaintext

[gd_scene load_steps=4 format=2]
[ext_resource path="res://ChatMessage.gd" type="Script" id=1]
[ext_resource path="res://assets/cecep-s-handwriting-2-font/CecepsHandwriting-vmpKZ.ttf" type="DynamicFontData" id=2]
[sub_resource type="DynamicFont" id=1]
font_data = ExtResource( 2 )
[node name="ChatMessage" type="HBoxContainer"]
margin_right = 400.0
margin_bottom = 24.0
size_flags_horizontal = 3
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="RichTextLabel" type="RichTextLabel" parent="."]
margin_right = 400.0
margin_bottom = 24.0
focus_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
custom_fonts/normal_font = SubResource( 1 )
bbcode_enabled = true
fit_content_height = true
scroll_active = false
selection_enabled = true