online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/boardlabels/BottomLeftLabel.tscn')
-rw-r--r--ui/boardlabels/BottomLeftLabel.tscn23
1 files changed, 23 insertions, 0 deletions
diff --git a/ui/boardlabels/BottomLeftLabel.tscn b/ui/boardlabels/BottomLeftLabel.tscn
new file mode 100644
index 0000000..f8b2c2d
--- /dev/null
+++ b/ui/boardlabels/BottomLeftLabel.tscn
@@ -0,0 +1,23 @@
+[gd_scene load_steps=3 format=2]
+
+[ext_resource path="res://assets/ui/verdana-bold.ttf" type="DynamicFontData" id=1]
+
+[sub_resource type="DynamicFont" id=1]
+size = 15
+font_data = ExtResource( 1 )
+
+[node name="LabelsBottomLeft" type="Control"]
+margin_right = 40.0
+margin_bottom = 40.0
+mouse_filter = 2
+
+[node name="Label" type="Label" parent="."]
+anchor_top = 1.0
+anchor_bottom = 1.0
+margin_left = 8.0
+margin_top = -32.0
+margin_right = 40.0
+margin_bottom = -8.0
+custom_fonts/font = SubResource( 1 )
+text = "b3"
+valign = 1