Skip to content

Commit

Permalink
Merge pull request #1 from maxb2/fix-pixel-arg
Browse files Browse the repository at this point in the history
Fix pixel argument type parsing
  • Loading branch information
Blackflighter authored Aug 5, 2020
2 parents 799928e + f79dc28 commit c700d94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions donjon_painter/painter.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def getArgs(showHelp=0):
parser.add_argument(
"-p", "--pixels",
help="specify the size of your map tile assets (default 70)",
type=int,
default=70)
parser.add_argument(
"-r", "--randomise",
Expand Down

0 comments on commit c700d94

Please sign in to comment.