diff --git a/2d/gd_paint/PaintControl.gd b/2d/gd_paint/PaintControl.gd index 7838a60d..bd08f548 100644 --- a/2d/gd_paint/PaintControl.gd +++ b/2d/gd_paint/PaintControl.gd @@ -256,6 +256,4 @@ func save_picture(path): # Save the image with the passed in path we got from the save dialog cropped_image.save_png(path) - - return diff --git a/2d/gd_paint/PaintTools.png b/2d/gd_paint/PaintTools.png index 7b2ba580..37c67c90 100644 Binary files a/2d/gd_paint/PaintTools.png and b/2d/gd_paint/PaintTools.png differ