online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/chat/MessageList.tscn')
| -rw-r--r-- | ui/chat/MessageList.tscn | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/ui/chat/MessageList.tscn b/ui/chat/MessageList.tscn deleted file mode 100644 index ea252f0..0000000 --- a/ui/chat/MessageList.tscn +++ /dev/null @@ -1,41 +0,0 @@ -[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 |