1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-30 23:16:09 +00:00

Icones etc...

This commit is contained in:
Yan Maniez 2018-09-14 18:28:34 +02:00
parent c4a3a06f09
commit d5ff8f5390
53 changed files with 386 additions and 337 deletions

10
Data/Icons/convertone.bat Normal file
View file

@ -0,0 +1,10 @@
set INKSCAPE=..\..\Ignore\inkscape\inkscape.com
set ANDROID_PATH=..\..\AideDeJeu\AideDeJeu.Android\Resources\
set UWP_PATH=..\..\AideDeJeu\AideDeJeu.UWP\
%INKSCAPE% -z -e %ANDROID_PATH%drawable\%1 -w 72 -h 72 %2
%INKSCAPE% -z -e %ANDROID_PATH%drawable-hdpi\%1 -w 72 -h 72 %2
%INKSCAPE% -z -e %ANDROID_PATH%drawable-xhdpi\%1 -w 96 -h 96 %2
%INKSCAPE% -z -e %ANDROID_PATH%drawable-xxhdpi\%1 -w 144 -h 144 %2
%INKSCAPE% -z -e %UWP_PATH%%1 -w 144 -h 144 %2