mirror of
https://github.com/Steffo99/flyingsnake.git
synced 2024-12-22 06:34:18 +00:00
Fix missing )
This commit is contained in:
parent
35a9d8310d
commit
fe47c30797
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ def get_region_size(*, world, min_x, min_y, region_width, region_height):
|
||||||
@c.option("-w", "--region_width", "region_width",
|
@c.option("-w", "--region_width", "region_width",
|
||||||
help="Width of region for custom world rendering", default=None)
|
help="Width of region for custom world rendering", default=None)
|
||||||
@c.option("-h", "--region_height", "region_height",
|
@c.option("-h", "--region_height", "region_height",
|
||||||
help="Height of region for custom world rendering", default=None
|
help="Height of region for custom world rendering", default=None)
|
||||||
def flyingsnake(input_file: str,
|
def flyingsnake(input_file: str,
|
||||||
output_file: str,
|
output_file: str,
|
||||||
colors_file: str,
|
colors_file: str,
|
||||||
|
|
Loading…
Reference in a new issue