i changed the squiggle

This commit is contained in:
ilmabura
2025-09-21 11:24:29 -04:00
parent 0df5838eb4
commit 512a02d0da
3 changed files with 15 additions and 7 deletions

View File

@@ -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")