online multiplayer chess game (note server currently down)
Diffstat (limited to 'Piece.tscn')
| -rw-r--r-- | Piece.tscn | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -104,9 +104,10 @@ tracks/0/keys = { } [node name="Piece" type="Control"] -margin_right = 100.0 -margin_bottom = 100.0 -rect_pivot_offset = Vector2( 50, 50 ) +margin_right = 80.0 +margin_bottom = 80.0 +rect_min_size = Vector2( 80, 80 ) +rect_pivot_offset = Vector2( 40, 40 ) mouse_filter = 2 script = ExtResource( 1 ) @@ -127,7 +128,7 @@ visible = false anchor_right = 1.0 anchor_bottom = 1.0 mouse_filter = 2 -color = Color( 0.2, 0.345098, 0.188235, 0.592157 ) +color = Color( 0.0784314, 0.333333, 0.117647, 0.498039 ) [node name="Sprite" type="TextureRect" parent="."] anchor_right = 1.0 |