online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/menus/sidebarright/SidebarRight.tscn')
-rw-r--r--ui/menus/sidebarright/SidebarRight.tscn199
1 files changed, 199 insertions, 0 deletions
diff --git a/ui/menus/sidebarright/SidebarRight.tscn b/ui/menus/sidebarright/SidebarRight.tscn
new file mode 100644
index 0000000..ebe1e82
--- /dev/null
+++ b/ui/menus/sidebarright/SidebarRight.tscn
@@ -0,0 +1,199 @@
+[gd_scene load_steps=29 format=2]
+
+[ext_resource path="res://ui/barbutton/drawbutton.gd" type="Script" id=1]
+[ext_resource path="res://ui/barbutton/resignbutton.gd" type="Script" id=2]
+[ext_resource path="res://ui/Status.gd" type="Script" id=3]
+[ext_resource path="res://assets/ui/whitespace.png" type="Texture" id=4]
+[ext_resource path="res://assets/ui/verdana-bold.ttf" type="DynamicFontData" id=5]
+[ext_resource path="res://ui/barbutton/BarTextureButton.tscn" type="PackedScene" id=6]
+[ext_resource path="res://ui/theme/flatblack.tres" type="StyleBox" id=7]
+[ext_resource path="res://ui/theme/button.tres" type="StyleBox" id=8]
+[ext_resource path="res://assets/ui/button.png" type="Texture" id=9]
+[ext_resource path="res://assets/ui/checkedbox.png" type="Texture" id=10]
+[ext_resource path="res://ui/theme/buttonhover.tres" type="StyleBox" id=11]
+[ext_resource path="res://assets/ui/Roboto-Medium.ttf" type="DynamicFontData" id=12]
+[ext_resource path="res://ui/menus/sidebarright/SidebarRight.gd" type="Script" id=13]
+[ext_resource path="res://ui/theme/main.tres" type="Theme" id=14]
+[ext_resource path="res://assets/ui/draw.png" type="Texture" id=16]
+[ext_resource path="res://assets/ui/flip_board.png" type="Texture" id=17]
+[ext_resource path="res://ui/barbutton/flipbutton.gd" type="Script" id=19]
+[ext_resource path="res://assets/ui/flag.png" type="Texture" id=20]
+[ext_resource path="res://ui/menus/sidebarright/sandisplay/SanDisplay.tscn" type="PackedScene" id=21]
+[ext_resource path="res://ui/menus/sidebarright/UserPanel.tscn" type="PackedScene" id=22]
+
+[sub_resource type="StyleBoxFlat" id=8]
+content_margin_right = 10.0
+content_margin_top = 10.0
+content_margin_bottom = 10.0
+bg_color = Color( 0.188235, 0.180392, 0.172549, 1 )
+
+[sub_resource type="StyleBoxEmpty" id=2]
+
+[sub_resource type="StyleBoxEmpty" id=4]
+
+[sub_resource type="StyleBoxFlat" id=3]
+bg_color = Color( 0.0784314, 0.0784314, 0.0784314, 1 )
+border_width_left = 2
+border_width_top = 2
+border_width_right = 2
+border_width_bottom = 2
+border_color = Color( 1, 1, 1, 1 )
+corner_detail = 20
+
+[sub_resource type="StyleBoxEmpty" id=5]
+
+[sub_resource type="DynamicFont" id=7]
+size = 35
+font_data = ExtResource( 5 )
+
+[sub_resource type="Theme" id=6]
+default_font = SubResource( 7 )
+Button/colors/font_color = Color( 1, 1, 1, 1 )
+Button/colors/font_color_focus = Color( 1, 1, 1, 1 )
+Button/colors/font_color_hover = Color( 0, 0, 0, 1 )
+Button/colors/font_color_pressed = Color( 1, 1, 1, 1 )
+Button/styles/disabled = SubResource( 2 )
+Button/styles/focus = ExtResource( 8 )
+Button/styles/hover = ExtResource( 11 )
+Button/styles/normal = ExtResource( 8 )
+Button/styles/pressed = ExtResource( 8 )
+CheckBox/icons/checked = ExtResource( 10 )
+CheckBox/icons/checked_disabled = null
+CheckBox/icons/radio_checked = null
+CheckBox/icons/radio_checked_disabled = null
+CheckBox/icons/radio_unchecked = null
+CheckBox/icons/radio_unchecked_disabled = null
+CheckBox/icons/unchecked = ExtResource( 9 )
+CheckBox/icons/unchecked_disabled = null
+HBoxContainer/constants/separation = 15
+ItemList/colors/font_color = Color( 1, 1, 1, 1 )
+ItemList/colors/font_color_selected = Color( 0.905882, 0.905882, 0.905882, 1 )
+ItemList/styles/bg = SubResource( 4 )
+ItemList/styles/bg_focus = ExtResource( 7 )
+LineEdit/colors/cursor_color = Color( 1, 1, 1, 1 )
+LineEdit/colors/font_color = Color( 1, 1, 1, 1 )
+LineEdit/colors/font_color_uneditable = Color( 1, 1, 1, 0.67451 )
+LineEdit/styles/focus = ExtResource( 8 )
+LineEdit/styles/normal = ExtResource( 8 )
+LineEdit/styles/read_only = ExtResource( 8 )
+OptionButton/colors/font_color = Color( 1, 1, 1, 1 )
+OptionButton/colors/font_color_focus = Color( 1, 1, 1, 1 )
+OptionButton/colors/font_color_hover = Color( 0, 0, 0, 1 )
+OptionButton/colors/font_color_pressed = Color( 1, 1, 1, 1 )
+OptionButton/icons/arrow = ExtResource( 4 )
+PopupMenu/colors/font_color = Color( 1, 1, 1, 1 )
+PopupMenu/colors/font_color_accel = Color( 1, 1, 1, 0.8 )
+PopupMenu/colors/font_color_hover = Color( 1, 1, 1, 1 )
+PopupMenu/colors/font_color_separator = Color( 0.262745, 0.262745, 0.262745, 1 )
+PopupMenu/icons/radio_checked = ExtResource( 4 )
+PopupMenu/icons/radio_unchecked = ExtResource( 4 )
+PopupMenu/styles/hover = SubResource( 3 )
+PopupMenu/styles/panel = ExtResource( 7 )
+VBoxContainer/constants/separation = 15
+VScrollBar/styles/scroll = SubResource( 5 )
+
+[sub_resource type="DynamicFont" id=1]
+size = 35
+font_data = ExtResource( 12 )
+
+[node name="SidebarRight" type="ColorRect"]
+margin_left = 940.0
+margin_right = 1422.0
+margin_bottom = 800.0
+rect_min_size = Vector2( 300, 0 )
+size_flags_horizontal = 3
+theme = ExtResource( 14 )
+color = Color( 0.14902, 0.141176, 0.129412, 0.588235 )
+script = ExtResource( 13 )
+__meta__ = {
+"_edit_lock_": true
+}
+panel_holder = NodePath("V")
+
+[node name="V" type="VBoxContainer" parent="."]
+anchor_right = 1.0
+anchor_bottom = 1.0
+custom_constants/separation = 0
+alignment = 1
+__meta__ = {
+"_edit_lock_": true
+}
+
+[node name="BlackPanel" parent="V" instance=ExtResource( 22 )]
+anchor_right = 0.0
+anchor_bottom = 0.0
+margin_top = 184.0
+margin_right = 492.0
+margin_bottom = 244.0
+
+[node name="buttonbarholder" type="Control" parent="V"]
+margin_top = 244.0
+margin_right = 492.0
+margin_bottom = 294.0
+rect_min_size = Vector2( 50, 50 )
+__meta__ = {
+"_edit_group_": true,
+"_edit_lock_": true
+}
+
+[node name="Panel" type="Panel" parent="V/buttonbarholder"]
+anchor_right = 1.0
+anchor_bottom = 1.0
+
+[node name="buttonbar" type="HBoxContainer" parent="V/buttonbarholder/Panel"]
+anchor_right = 1.0
+anchor_bottom = 1.0
+custom_constants/separation = 0
+alignment = 1
+
+[node name="FlipBoard" parent="V/buttonbarholder/Panel/buttonbar" instance=ExtResource( 6 )]
+margin_left = 171.0
+margin_right = 221.0
+texture_normal = ExtResource( 17 )
+script = ExtResource( 19 )
+
+[node name="DrawButton" parent="V/buttonbarholder/Panel/buttonbar" instance=ExtResource( 6 )]
+margin_left = 221.0
+margin_right = 271.0
+texture_normal = ExtResource( 16 )
+script = ExtResource( 1 )
+status = NodePath("../../../../Status")
+
+[node name="ResignButton" parent="V/buttonbarholder/Panel/buttonbar" instance=ExtResource( 6 )]
+margin_left = 271.0
+margin_right = 321.0
+texture_normal = ExtResource( 20 )
+script = ExtResource( 2 )
+status = NodePath("../../../../Status")
+
+[node name="SanDisplay" type="PanelContainer" parent="V"]
+margin_top = 294.0
+margin_right = 492.0
+margin_bottom = 514.0
+custom_styles/panel = SubResource( 8 )
+
+[node name="SanDisplay" parent="V/SanDisplay" instance=ExtResource( 21 )]
+margin_top = 10.0
+margin_right = 482.0
+margin_bottom = 210.0
+rect_min_size = Vector2( 482, 200 )
+theme = SubResource( 6 )
+
+[node name="WhitePanel" parent="V" instance=ExtResource( 22 )]
+anchor_right = 0.0
+anchor_bottom = 0.0
+margin_top = 514.0
+margin_right = 492.0
+margin_bottom = 574.0
+
+[node name="Status" type="Label" parent="V"]
+margin_top = 574.0
+margin_right = 492.0
+margin_bottom = 616.0
+custom_fonts/font = SubResource( 1 )
+align = 1
+autowrap = true
+script = ExtResource( 3 )
+__meta__ = {
+"_edit_lock_": true
+}