online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/TopRightLabel.tscn')
| -rw-r--r-- | ui/TopRightLabel.tscn | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ui/TopRightLabel.tscn b/ui/TopRightLabel.tscn new file mode 100644 index 0000000..8f3918f --- /dev/null +++ b/ui/TopRightLabel.tscn @@ -0,0 +1,19 @@ +[gd_scene load_steps=2 format=2] + +[ext_resource path="res://ui/verdana.tres" type="DynamicFont" id=1] + +[node name="LabelsTopRight" type="Control"] +margin_right = 40.0 +margin_bottom = 40.0 + +[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 = ExtResource( 1 ) +text = "b3" +align = 2 +valign = 1 |