gpn20: improve intros
This commit is contained in:
parent
5063f71f72
commit
454197fc18
4 changed files with 42 additions and 49 deletions
4
make.py
4
make.py
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue