示例#1
0
def operation_ancient_map(world, map_filename, resize_factor, sea_color,
                          draw_biome, draw_rivers, draw_mountains,
                          draw_outer_land_border):
    draw_ancientmap_on_file(world, map_filename, resize_factor, sea_color,
                            draw_biome, draw_rivers, draw_mountains,
                            draw_outer_land_border)
    print("+ ancient map generated in '%s'" % map_filename)
示例#2
0
def operation_ancient_map(world, map_filename, resize_factor, sea_color):
    draw_ancientmap_on_file(world, map_filename, resize_factor, sea_color)
    print("+ ancient map generated in '%s'" % map_filename)
示例#3
0
def operation_ancient_map(world, map_filename, resize_factor, sea_color):
    draw_ancientmap_on_file(world, map_filename, resize_factor, sea_color)
    print("+ ancient map generated in '%s'" % map_filename)