online multiplayer chess game (note server currently down)
Diffstat (limited to 'Piece.tscn')
| -rw-r--r-- | Piece.tscn | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -110,6 +110,18 @@ rect_pivot_offset = Vector2( 50, 50 ) mouse_filter = 2 script = ExtResource( 1 ) +[node name="Popup" type="Popup" parent="."] +margin_right = 40.0 +margin_bottom = 40.0 +mouse_filter = 2 +popup_exclusive = true + +[node name="Previews" type="VBoxContainer" parent="Popup"] +anchor_right = 1.0 +anchor_bottom = 1.0 +mouse_filter = 2 +custom_constants/separation = 0 + [node name="ColorRect" type="ColorRect" parent="."] visible = false anchor_right = 1.0 |