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
[gd_scene load_steps=3 format=2]

[ext_resource path="res://ui/menus/sidebarright/sandisplay/SanDisplay.gd" type="Script" id=8]
[ext_resource path="res://ui/menus/sidebarright/sandisplay/Base.tscn" type="PackedScene" id=10]

[node name="SanDisplay" type="PanelContainer"]
anchor_right = 1.0
anchor_bottom = 1.0
mouse_filter = 2
script = ExtResource( 8 )
Base = ExtResource( 10 )

[node name="Scroller" type="ScrollContainer" parent="."]
margin_right = 1422.0
margin_bottom = 800.0
hint_tooltip = "click to copy pgn"
scroll_horizontal_enabled = false

[node name="sanholder" type="VBoxContainer" parent="Scroller"]
margin_right = 1422.0
size_flags_horizontal = 3
custom_constants/separation = 0