online multiplayer chess game (note server currently down)
Diffstat (limited to 'MessageList.tscn')
| -rw-r--r-- | MessageList.tscn | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/MessageList.tscn b/MessageList.tscn new file mode 100644 index 0000000..14973ee --- /dev/null +++ b/MessageList.tscn @@ -0,0 +1,31 @@ +[gd_scene load_steps=3 format=2] + +[ext_resource path="res://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 |