online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/chat/Chat.tscn')
-rw-r--r--ui/chat/Chat.tscn21
1 files changed, 9 insertions, 12 deletions
diff --git a/ui/chat/Chat.tscn b/ui/chat/Chat.tscn
index 50675f6..0bad13e 100644
--- a/ui/chat/Chat.tscn
+++ b/ui/chat/Chat.tscn
@@ -1,35 +1,32 @@
-[gd_scene load_steps=5 format=2]
+[gd_scene load_steps=6 format=2]
[ext_resource path="res://ui/chat/chat_theme.tres" type="Theme" id=1]
[ext_resource path="res://ui/chat/Chat.gd" type="Script" id=2]
-[ext_resource path="res://MessageList.tscn" type="PackedScene" id=3]
-[ext_resource path="res://TextInput.tscn" type="PackedScene" id=5]
+[ext_resource path="res://ui/chat/MessageList.tscn" type="PackedScene" id=3]
+[ext_resource path="res://ui/virtual_keyboard/VirtualKeyboard.tscn" type="PackedScene" id=4]
+[ext_resource path="res://ui/chat/TextEditor.tscn" type="PackedScene" id=5]
[node name="Chat" type="MarginContainer"]
anchor_right = 1.0
anchor_bottom = 1.0
-margin_right = -918.0
rect_min_size = Vector2( 300, 0 )
theme = ExtResource( 1 )
script = ExtResource( 2 )
[node name="v" type="VBoxContainer" parent="."]
-margin_right = 504.0
+margin_right = 1422.0
margin_bottom = 800.0
custom_constants/separation = 0
[node name="MessageList" parent="v" instance=ExtResource( 3 )]
anchor_right = 0.0
anchor_bottom = 0.0
-margin_right = 504.0
+margin_right = 1422.0
margin_bottom = 750.0
-[node name="TextInput" parent="v" instance=ExtResource( 5 )]
-anchor_top = 0.0
-anchor_right = 0.0
-anchor_bottom = 0.0
+[node name="DesktopInput" parent="v" instance=ExtResource( 5 )]
margin_top = 750.0
-margin_right = 504.0
+margin_right = 1422.0
margin_bottom = 800.0
-[connection signal="send" from="v/TextInput" to="." method="send"]
+[node name="Keyboard" parent="v" instance=ExtResource( 4 )]