Просмотр исходного кода

Fixed pixel-art flood fill preserving tolerance

Krzysztof Krysiński 4 месяцев назад
Родитель
Сommit
f1b7386e45
1 измененных файлов с 6 добавлено и 1 удалено
  1. 6 1
      src/PixiEditor/Data/Configs/ToolSetsConfig.json

+ 6 - 1
src/PixiEditor/Data/Configs/ToolSetsConfig.json

@@ -17,7 +17,12 @@
       "Select",
       "MagicWand",
       "Lasso",
-      "FloodFill",
+      {
+        "ToolName": "FloodFill",
+        "Settings": {
+          "Tolerance": 0
+        }
+      },
       "RasterLine",
       "RasterEllipse",
       "RasterRectangle",