More code splitting

This commit is contained in:
adrienmalin
2018-08-06 12:23:47 +02:00
parent 9c409a5ced
commit c176782d16
15 changed files with 1830 additions and 1751 deletions

View File

@ -1,2 +1,3 @@
for /F %%n in ('dir /B *.ts') do pylupdate5 ..\game_gui.py -ts -noobsolete %%n
for /F %%n in ('dir /B *.ts') do pylupdate5 -verbose ..\window.py ..\settings.py ..\stats.py ..\matrix.py ..\frames.py -ts -noobsolete %%n
echo You may need to edit *.ts files with a text editor to correct special characters
pause