online multiplayer chess game (note server currently down)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[gd_scene load_steps=3 format=2]

[ext_resource path="res://ui/chat/MessageList.gd" type="Script" id=1]

[sub_resource type="StyleBoxFlat" id=1]
bg_color = Color( 0.188235, 0.180392, 0.172549, 1 )

[node name="MessageList" type="PanelContainer"]
anchor_right = 1.0
anchor_bottom = 1.0
size_flags_vertical = 3
custom_styles/panel = SubResource( 1 )
script = ExtResource( 1 )

[node name="MC" type="MarginContainer" parent="."]
margin_right = 1422.0
margin_bottom = 800.0
custom_constants/margin_right = 10
custom_constants/margin_left = 10

[node name="scroller" type="ScrollContainer" parent="MC"]
margin_left = 10.0
margin_right = 1412.0
margin_bottom = 800.0
scroll_horizontal_enabled = false

[node name="labels" type="VBoxContainer" parent="MC/scroller"]
margin_right = 1402.0
size_flags_horizontal = 3
size_flags_vertical = 2
custom_constants/separation = 0