online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/menus/sidebarright/sandisplay/SanDisplay.tscn')
| -rw-r--r-- | ui/menus/sidebarright/sandisplay/SanDisplay.tscn | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/ui/menus/sidebarright/sandisplay/SanDisplay.tscn b/ui/menus/sidebarright/sandisplay/SanDisplay.tscn index 80b9b1c..1a28bdf 100644 --- a/ui/menus/sidebarright/sandisplay/SanDisplay.tscn +++ b/ui/menus/sidebarright/sandisplay/SanDisplay.tscn @@ -1,20 +1,26 @@ -[gd_scene load_steps=3 format=2] +[gd_scene load_steps=4 format=2] +[ext_resource path="res://ui/theme/main.theme" type="Theme" id=1] [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 +hint_tooltip = "click to copy pgn" +theme = ExtResource( 1 ) 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" +mouse_filter = 2 scroll_horizontal_enabled = false +__meta__ = { +"_edit_group_": true, +"_edit_lock_": true +} [node name="sanholder" type="VBoxContainer" parent="Scroller"] margin_right = 1422.0 |