Improved UI event system
This commit is contained in:
26
client/ui/chat/Chat.tscn
Normal file
26
client/ui/chat/Chat.tscn
Normal file
@ -0,0 +1,26 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://dvfy6k5h51x7w"]
|
||||
|
||||
[ext_resource type="Script" path="res://ui/chat/Chat.gd" id="1_sxxey"]
|
||||
[ext_resource type="Script" path="res://ui/chat/ChatInput.gd" id="2_yjq4f"]
|
||||
|
||||
[node name="Chat" type="VBoxContainer"]
|
||||
custom_minimum_size = Vector2(320, 180)
|
||||
size_flags_vertical = 3
|
||||
alignment = 2
|
||||
script = ExtResource("1_sxxey")
|
||||
|
||||
[node name="Messages" type="RichTextLabel" parent="."]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 3
|
||||
focus_mode = 2
|
||||
bbcode_enabled = true
|
||||
scroll_active = false
|
||||
scroll_following = true
|
||||
context_menu_enabled = true
|
||||
selection_enabled = true
|
||||
|
||||
[node name="Input" type="LineEdit" parent="."]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
script = ExtResource("2_yjq4f")
|
Reference in New Issue
Block a user