twitch integration addon
This commit is contained in:
parent
558d01b6aa
commit
e5a055c667
21 changed files with 1116 additions and 0 deletions
16
example/ChatMessage.tscn
Normal file
16
example/ChatMessage.tscn
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://g4ajgul65cwi"]
|
||||
|
||||
[ext_resource type="Script" path="res://example/ChatMessage.gd" id="1"]
|
||||
|
||||
[node name="ChatMessage" type="HBoxContainer"]
|
||||
size_flags_horizontal = 3
|
||||
script = ExtResource("1")
|
||||
|
||||
[node name="RichTextLabel" type="RichTextLabel" parent="."]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
focus_mode = 2
|
||||
bbcode_enabled = true
|
||||
fit_content = true
|
||||
scroll_active = false
|
||||
selection_enabled = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue