twitch addon
This commit is contained in:
parent
2cd7af98a1
commit
07de7179c9
254 changed files with 18420 additions and 1 deletions
16
addons/very-simple-twitch/chat/vst_chat_dock_line.tscn
Normal file
16
addons/very-simple-twitch/chat/vst_chat_dock_line.tscn
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://bo1un8cwcrpqr"]
|
||||
|
||||
[ext_resource type="Script" path="res://addons/very-simple-twitch/chat/vst_chat_dock_line.gd" id="1_h0lnd"]
|
||||
|
||||
[node name="VstChatDockLine" type="HBoxContainer"]
|
||||
offset_right = 1.0
|
||||
offset_bottom = 115.0
|
||||
size_flags_horizontal = 3
|
||||
script = ExtResource("1_h0lnd")
|
||||
|
||||
[node name="RichTextLabel" type="RichTextLabel" parent="."]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
bbcode_enabled = true
|
||||
fit_content = true
|
||||
scroll_active = false
|
||||
Loading…
Add table
Add a link
Reference in a new issue