↓ 1 callersFunctionparse_quadrant_list Parse a quadrant list string into a list of (x, y) tuples. Args: quadrant_str: String in format "(x,y),(x,y),..." or "(x,y)" Returns:
src/isometric_nyc/generation/generate_template.py:60
↓ 1 callersFunctionrender_quadrant_tile Render a tile with quadrant (x, y) in the top-left position. The rendered tile covers quadrants: (x, y), (x+1, y), (x, y+1), (x+1, y+1). After
src/isometric_nyc/generation/render_tile.py:34
↓ 1 callersFunctionrender_tile_region Render a tile region spanning from (tl_x, tl_y) to (br_x, br_y). For a standard 2x2 tile where br = tl + (1, 1), this renders a single tile. F
src/isometric_nyc/generation/get_renders_for_exports.py:64