online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/PromotionPreview.tscn')
| -rw-r--r-- | ui/PromotionPreview.tscn | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ui/PromotionPreview.tscn b/ui/PromotionPreview.tscn new file mode 100644 index 0000000..71928f6 --- /dev/null +++ b/ui/PromotionPreview.tscn @@ -0,0 +1,20 @@ +[gd_scene load_steps=2 format=2] + +[ext_resource path="res://ui/PromotionPreview.gd" type="Script" id=1] + +[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 = 711.0 +margin_bottom = 400.0 +mouse_filter = 1 +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 ]] |