[gd_scene load_steps=24 format=2]
[ext_resource path="res://ui/menus/sidebarright/drawbutton.gd" type="Script" id=1]
[ext_resource path="res://ui/menus/sidebarright/resignbutton.gd" type="Script" id=2]
[ext_resource path="res://ui/Status.gd" type="Script" id=3]
[ext_resource path="res://ui/ubuntu-medium.tres" type="DynamicFont" id=4]
[ext_resource path="res://ui/barbutton/default_highlight.tres" type="StyleBox" id=5]
[ext_resource path="res://ui/barbutton/default_pressed.tres" type="StyleBox" id=6]
[ext_resource path="res://ui/barbutton/default.tres" type="StyleBox" id=7]
[ext_resource path="res://ui/ubuntu-bold-regular.tres" type="DynamicFont" id=8]
[ext_resource path="res://ui/ubuntu-bold-medium.tres" type="DynamicFont" id=9]
[ext_resource path="res://ui/menus/sidebarright/OpeningLabel.gd" type="Script" id=10]
[ext_resource path="res://ui/menus/sidebarright/material/MaterialLabelManager.gd" type="Script" id=11]
[ext_resource path="res://ui/menus/sidebarright/material/MaterialLabel.gd" type="Script" id=12]
[ext_resource path="res://ui/menus/sidebarright/SidebarRight.gd" type="Script" id=13]
[ext_resource path="res://ui/theme/main.theme" type="Theme" id=14]
[ext_resource path="res://assets/fonts/ubuntu/ubuntu-normal-nerd.ttf" type="DynamicFontData" id=15]
[ext_resource path="res://ui/menus/sidebarright/undobutton.gd" type="Script" id=18]
[ext_resource path="res://ui/menus/sidebarright/flipbutton.gd" type="Script" id=19]
[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=22]
content_margin_left = 10.0
content_margin_right = 10.0
content_margin_top = 5.0
content_margin_bottom = 5.0
bg_color = Color( 0, 0.168627, 0.211765, 1 )
border_width_left = 3
border_width_top = 3
border_width_right = 3
border_width_bottom = 3
border_color = Color( 0.027451, 0.211765, 0.258824, 1 )
corner_radius_top_left = 5
corner_radius_top_right = 5
corner_radius_bottom_right = 5
corner_radius_bottom_left = 5
[sub_resource type="DynamicFont" id=23]
size = 40
font_data = ExtResource( 15 )
[sub_resource type="StyleBoxEmpty" id=11]
[sub_resource type="Theme" id=24]
Button/colors/font_color = Color( 0.933333, 0.909804, 0.835294, 1 )
Button/colors/font_color_disabled = Color( 0.576471, 0.631373, 0.631373, 1 )
Button/colors/font_color_focus = Color( 0.992157, 0.964706, 0.890196, 1 )
Button/colors/font_color_hover = Color( 0.992157, 0.964706, 0.890196, 1 )
Button/colors/font_color_pressed = Color( 0.992157, 0.964706, 0.890196, 1 )
Button/fonts/font = SubResource( 23 )
Button/styles/disabled = ExtResource( 7 )
Button/styles/focus = SubResource( 11 )
Button/styles/hover = ExtResource( 5 )
Button/styles/normal = ExtResource( 7 )
Button/styles/pressed = ExtResource( 6 )
[node name="SidebarRight" type="PanelContainer"]
anchor_right = 1.0
anchor_bottom = 1.0
rect_min_size = Vector2( 320, 0 )
theme = ExtResource( 14 )
custom_styles/panel = SubResource( 22 )
script = ExtResource( 13 )
__meta__ = {
"_edit_lock_": true
}
panel_holder = NodePath("V")
[node name="MaterialLabelManager" type="Node" parent="."]
script = ExtResource( 11 )
white_path = NodePath("../V/WhitePanel/WhiteMaterialLabel")
black_path = NodePath("../V/BlackPanel/BlackMaterialLabel")
[node name="V" type="VBoxContainer" parent="."]
margin_left = 10.0
margin_top = 5.0
margin_right = 1412.0
margin_bottom = 795.0
custom_constants/separation = 0
alignment = 1
[node name="OpeningLabel" type="Label" parent="V"]
visible = false
margin_top = 176.0
margin_right = 1402.0
margin_bottom = 199.0
custom_fonts/font = ExtResource( 8 )
script = ExtResource( 10 )
[node name="BlackPanel" parent="V" instance=ExtResource( 22 )]
anchor_right = 0.0
anchor_bottom = 0.0
margin_top = 226.0
margin_right = 1402.0
margin_bottom = 270.0
[node name="BlackMaterialLabel" type="HBoxContainer" parent="V/BlackPanel"]
margin_top = 2.0
margin_right = 1402.0
margin_bottom = 42.0
alignment = 2
script = ExtResource( 12 )
[node name="buttonbarholder" type="MarginContainer" parent="V"]
margin_top = 270.0
margin_right = 1402.0
margin_bottom = 320.0
rect_min_size = Vector2( 50, 50 )
__meta__ = {
"_edit_group_": true,
"_edit_lock_": true
}
[node name="buttonbar" type="HBoxContainer" parent="V/buttonbarholder"]
margin_right = 1402.0
margin_bottom = 50.0
theme = SubResource( 24 )
custom_constants/separation = 0
alignment = 1
[node name="FlipButton" type="Button" parent="V/buttonbarholder/buttonbar"]
margin_right = 350.0
margin_bottom = 50.0
hint_tooltip = "flip the board"
focus_mode = 0
mouse_default_cursor_shape = 2
size_flags_horizontal = 3
custom_fonts/font = ExtResource( 9 )
text = "ﮨ"
script = ExtResource( 19 )
[node name="DrawButton" type="Button" parent="V/buttonbarholder/buttonbar"]
margin_left = 350.0
margin_right = 701.0
margin_bottom = 50.0
rect_min_size = Vector2( 0, 50 )
hint_tooltip = "request a draw"
focus_mode = 0
mouse_default_cursor_shape = 2
size_flags_horizontal = 3
custom_fonts/font = ExtResource( 4 )
text = "½-½"
script = ExtResource( 1 )
confirm_text = "Your opponent requests a draw"
[node name="ResignButton" type="Button" parent="V/buttonbarholder/buttonbar"]
margin_left = 701.0
margin_right = 1051.0
margin_bottom = 50.0
rect_min_size = Vector2( 0, 50 )
hint_tooltip = "resign"
focus_mode = 0
mouse_default_cursor_shape = 2
size_flags_horizontal = 3
text = ""
script = ExtResource( 2 )
confirm_text = "Resign?"
[node name="UndoButton" type="Button" parent="V/buttonbarholder/buttonbar"]
margin_left = 1051.0
margin_right = 1402.0
margin_bottom = 50.0
rect_min_size = Vector2( 0, 50 )
hint_tooltip = "request a undo"
focus_mode = 0
mouse_default_cursor_shape = 2
size_flags_horizontal = 3
text = "社"
script = ExtResource( 18 )
confirm_text = "Your opponent requests a undo"
status = NodePath("../../../Status")
[node name="SanDisplay" parent="V" instance=ExtResource( 21 )]
anchor_right = 0.0
anchor_bottom = 0.0
margin_top = 320.0
margin_right = 1402.0
margin_bottom = 520.0
rect_min_size = Vector2( 0, 200 )
[node name="WhitePanel" parent="V" instance=ExtResource( 22 )]
anchor_right = 0.0
anchor_bottom = 0.0
margin_top = 520.0
margin_right = 1402.0
margin_bottom = 564.0
[node name="WhiteMaterialLabel" type="HBoxContainer" parent="V/WhitePanel"]
margin_top = 2.0
margin_right = 1402.0
margin_bottom = 42.0
alignment = 2
script = ExtResource( 12 )
[node name="Status" type="Label" parent="V"]
visible = false
margin_top = 549.0
margin_right = 1402.0
margin_bottom = 583.0
align = 1
autowrap = true
script = ExtResource( 3 )
__meta__ = {
"_edit_lock_": true
}