generated from mwc/lab_iteration
i changed the squiggle
This commit is contained in:
@@ -10,6 +10,7 @@ from tile_grid import draw_tile_grid
|
||||
from superturtle.movement import no_delay
|
||||
from argparse import ArgumentParser
|
||||
|
||||
|
||||
parser = ArgumentParser("python drawtiles.py", description="Draws a grid of tiles.")
|
||||
parser.add_argument("width", type=int, help="How many tiles across the grid should be")
|
||||
parser.add_argument("height", type=int, help="How many tiles high the grid should be")
|
||||
|
||||
Reference in New Issue
Block a user