shine-runners-test/example/ChatMessage.tscn

16 lines
425 B
Text
Raw Permalink Normal View History

2025-04-21 00:17:07 +10:00
[gd_scene load_steps=2 format=3 uid="uid://d3asrgnlj151a"]
[ext_resource type="Script" path="res://example/ChatMessage.gd" id="1_h3nqp"]
[node name="ChatMessage" type="HBoxContainer"]
size_flags_horizontal = 3
script = ExtResource("1_h3nqp")
[node name="RichTextLabel" type="RichTextLabel" parent="."]
layout_mode = 2
size_flags_horizontal = 3
bbcode_enabled = true
text = "Testg"
fit_content = true
scroll_active = false