summaryrefslogtreecommitdiff
path: root/tools/editor/icons/svgs_2_pngs.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/editor/icons/svgs_2_pngs.py')
-rw-r--r--tools/editor/icons/svgs_2_pngs.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/editor/icons/svgs_2_pngs.py b/tools/editor/icons/svgs_2_pngs.py
index 8f218cb452..bfce8da53e 100644
--- a/tools/editor/icons/svgs_2_pngs.py
+++ b/tools/editor/icons/svgs_2_pngs.py
@@ -8,8 +8,8 @@ from os.path import isfile, join
import subprocess
SVGS_PATH = 'source/'
-OUT_DIR = 'out/'
-DPI = 90
+OUT_DIR = '2x/'
+DPI = 180
def export_all(svgs_path=SVGS_PATH, out_dir=OUT_DIR, dpi=DPI):