gpn20: improve intros

This commit is contained in:
Sophie Schiller 2022-05-17 21:46:53 +02:00
parent 5063f71f72
commit 454197fc18
4 changed files with 42 additions and 49 deletions

View file

@ -52,6 +52,10 @@ parser.add_argument('--imagemagick', action="store_true", default=False, help=''
Render frames using ImageMagick instead of Inkscape.
Usage: ./make.py yourproject/ --imagemagick
''')
parser.add_argument('--resvg', action="store_true", default=False, help='''
Render frames using resvg instead of Inkscape.
Usage: ./make.py yourproject/ --resvg
''')
if len(sys.argv) < 2:
parser.print_help()