Help for this page

Select Code to Download


  1. or download this
    # cycle through 16 x and 16 y values,
    # which generate a total of 256 tile indexes
    ...
            }
        }
    }
    
  2. or download this
    my ($rx,$ry,$y,$x,$tile);
    
    ...
            ++$tile_index;
        }
    }