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
32
33
34
35
36
37
38
39
40
41
[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]
content_margin_left = 10.0
content_margin_right = 10.0
content_margin_top = 10.0
content_margin_bottom = 10.0
bg_color = Color( 0, 0.168627, 0.211765, 0.392157 )
border_width_left = 3
border_width_top = 3
border_width_right = 3
border_color = Color( 0.0286, 0.21372, 0.26, 0.588235 )

[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_left = 10.0
margin_top = 10.0
margin_right = 1412.0
margin_bottom = 790.0
custom_constants/margin_right = 10
custom_constants/margin_left = 10

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

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