online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/boardlabels/TopRightLabel.tscn')
| -rw-r--r-- | ui/boardlabels/TopRightLabel.tscn | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/ui/boardlabels/TopRightLabel.tscn b/ui/boardlabels/TopRightLabel.tscn deleted file mode 100644 index 3e78fe7..0000000 --- a/ui/boardlabels/TopRightLabel.tscn +++ /dev/null @@ -1,24 +0,0 @@ -[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="LabelsTopRight" type="Control"] -margin_right = 40.0 -margin_bottom = 40.0 -mouse_filter = 2 - -[node name="Label" type="Label" parent="."] -anchor_left = 1.0 -anchor_right = 1.0 -margin_left = -40.0 -margin_top = 8.0 -margin_right = -8.0 -margin_bottom = 32.0 -custom_fonts/font = SubResource( 1 ) -text = "b3" -align = 2 -valign = 1 |