online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/PromotionPreview.tscn')
| -rw-r--r-- | ui/PromotionPreview.tscn | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/ui/PromotionPreview.tscn b/ui/PromotionPreview.tscn index 71928f6..9bf892e 100644 --- a/ui/PromotionPreview.tscn +++ b/ui/PromotionPreview.tscn @@ -1,6 +1,7 @@ -[gd_scene load_steps=2 format=2] +[gd_scene load_steps=3 format=2] [ext_resource path="res://ui/PromotionPreview.gd" type="Script" id=1] +[ext_resource path="res://assets/pieces/california/wP.png" type="Texture" id=2] [node name="PromotionPreview" type="TextureButton"] anchor_left = 0.5 @@ -9,9 +10,12 @@ anchor_right = 0.5 anchor_bottom = 0.5 margin_left = -711.0 margin_top = -400.0 -margin_right = 711.0 -margin_bottom = 400.0 +margin_right = -631.0 +margin_bottom = -320.0 +rect_min_size = Vector2( 80, 80 ) +rect_pivot_offset = Vector2( 40, 40 ) mouse_filter = 1 +texture_normal = ExtResource( 2 ) expand = true stretch_mode = 5 script = ExtResource( 1 ) |