Commit Diff


commit - 70f214bc5893200ce930dfbb0df57011eaf87ed8
commit + 3fc3080d0c5b55dc5d560c1e48c465b0ee249e14
blob - 7189a38f99df4e3324b3f8e082feae5031e73b6a
blob + 6ad64a0ceb7ba5d9c4c57c10ce8cecb0189cd0a4
--- src/piece/piece.tscn
+++ src/piece/piece.tscn
@@ -15,8 +15,10 @@ shape = SubResource( 1 )
 texture = ExtResource( 1 )
 
 [node name="btn" type="TextureButton" parent="."]
-margin_right = 40.0
-margin_bottom = 40.0
+margin_left = -20.0
+margin_top = -20.0
+margin_right = 20.0
+margin_bottom = 20.0
 
 [connection signal="button_down" from="btn" to="." method="_on_button_down"]
 [connection signal="button_up" from="btn" to="." method="_on_button_up"]