online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/PromotionPreview.tscn')
| -rw-r--r-- | ui/PromotionPreview.tscn | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/ui/PromotionPreview.tscn b/ui/PromotionPreview.tscn deleted file mode 100644 index 9bf892e..0000000 --- a/ui/PromotionPreview.tscn +++ /dev/null @@ -1,24 +0,0 @@ -[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 -anchor_top = 0.5 -anchor_right = 0.5 -anchor_bottom = 0.5 -margin_left = -711.0 -margin_top = -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 ) - -[connection signal="mouse_entered" from="." to="." method="set_focused" binds= [ true ]] -[connection signal="mouse_exited" from="." to="." method="set_focused" binds= [ false ]] |