Example #1
0
def build_obj_map_level_3():  #snow level 1

    array = []

    array = [
        ob.Floor(x=MAP_UNIT_X * 2,
                 y=ground - MAP_UNIT_Y * 6,
                 sizex=MAP_UNIT_X * 32,
                 sizey=MAP_UNIT_Y * 20),
        ob.Block_Snow(x=MAP_UNIT_X * 2, y=ground - MAP_UNIT_Y * 6),
        ob.Block_Snow(x=MAP_UNIT_X * 4, y=ground - MAP_UNIT_Y * 6),
        ob.Block_Snow(x=MAP_UNIT_X * 6, y=ground - MAP_UNIT_Y * 6),
        ob.Block_Snow(x=MAP_UNIT_X * 8, y=ground - MAP_UNIT_Y * 6),
        ob.Block_Snow(x=MAP_UNIT_X * 10, y=ground - MAP_UNIT_Y * 6),
        ob.Block_Snow(x=MAP_UNIT_X * 12, y=ground - MAP_UNIT_Y * 6),
        ob.Coin(x=12 * MAP_UNIT_X, y=ground - 8 * MAP_UNIT_Y),
        ob.Block_Snow(x=MAP_UNIT_X * 14, y=ground - MAP_UNIT_Y * 6),
        ob.Block_Snow(x=MAP_UNIT_X * 16, y=ground - MAP_UNIT_Y * 6),
        ob.Block_Snow(x=MAP_UNIT_X * 18, y=ground - MAP_UNIT_Y * 6),
        ob.Block_Snow(x=MAP_UNIT_X * 20, y=ground - MAP_UNIT_Y * 6),
        ob.Block_Snow(x=MAP_UNIT_X * 22, y=ground - MAP_UNIT_Y * 6),
        ob.Block_Snow(x=MAP_UNIT_X * 24, y=ground - MAP_UNIT_Y * 6),
        ob.Coin(x=24 * MAP_UNIT_X, y=ground - 8 * MAP_UNIT_Y),
        ob.Block_Snow(x=MAP_UNIT_X * 26, y=ground - MAP_UNIT_Y * 6),
        ob.Block_Snow(x=MAP_UNIT_X * 28, y=ground - MAP_UNIT_Y * 6),
        ob.Block_Snow(x=MAP_UNIT_X * 30, y=ground - MAP_UNIT_Y * 6),
        ob.Block_Snow(x=MAP_UNIT_X * 32, y=ground - MAP_UNIT_Y * 6),
        ob.Block_Corner3_Snow(x=MAP_UNIT_X * 32, y=ground - MAP_UNIT_Y * 6),
        ob.Block_Corner4_Snow(x=MAP_UNIT_X * 32, y=ground - MAP_UNIT_Y * 4),
        ob.Floor(x=MAP_UNIT_X * 70,
                 y=ground - MAP_UNIT_Y * 16,
                 sizex=MAP_UNIT_X * 4,
                 sizey=MAP_UNIT_Y * 6),
        ob.Floor(x=MAP_UNIT_X * 36,
                 y=ground - MAP_UNIT_Y * 8,
                 sizex=MAP_UNIT_X * 4,
                 sizey=MAP_UNIT_Y * 8),
        ob.Floor(x=MAP_UNIT_X * 42,
                 y=ground - MAP_UNIT_Y * 12,
                 sizex=MAP_UNIT_X * 4,
                 sizey=MAP_UNIT_Y * 24),
        ob.Floor(x=MAP_UNIT_X * 48,
                 y=ground - MAP_UNIT_Y * 16,
                 sizex=MAP_UNIT_X * 2,
                 sizey=MAP_UNIT_Y * 24),
        ob.Block_Corner_Snow(x=MAP_UNIT_X * 36, y=ground - MAP_UNIT_Y * 10),
        ob.Block_Corner3_Snow(x=MAP_UNIT_X * 38, y=ground - MAP_UNIT_Y * 10),
        ob.Block_Corner2_Snow(x=MAP_UNIT_X * 36, y=ground - MAP_UNIT_Y * 8),
        ob.Block_Corner4_Snow(x=MAP_UNIT_X * 38, y=ground - MAP_UNIT_Y * 8),
        ob.Block_Corner_Snow(x=MAP_UNIT_X * 42, y=ground - MAP_UNIT_Y * 14),
        ob.Block_Corner3_Snow(x=MAP_UNIT_X * 44, y=ground - MAP_UNIT_Y * 14),
        ob.Block_Corner2_Snow(x=MAP_UNIT_X * 42, y=ground - MAP_UNIT_Y * 12),
        ob.Block_Corner4_Snow(x=MAP_UNIT_X * 44, y=ground - MAP_UNIT_Y * 12),
        ob.Block_Corner_Snow(x=MAP_UNIT_X * 48, y=ground - MAP_UNIT_Y * 18),
        ob.Block_Corner2_Snow(x=MAP_UNIT_X * 48, y=ground - MAP_UNIT_Y * 16),
        ob.Block_Snow(x=MAP_UNIT_X * 50, y=ground - MAP_UNIT_Y * 18),
        ob.Block_Snow(x=MAP_UNIT_X * 52, y=ground - MAP_UNIT_Y * 18),
        ob.Block_Snow(x=MAP_UNIT_X * 54, y=ground - MAP_UNIT_Y * 18),
        ob.Block_Snow(x=MAP_UNIT_X * 56, y=ground - MAP_UNIT_Y * 18),
        ob.Block_Snow(x=MAP_UNIT_X * 58, y=ground - MAP_UNIT_Y * 18),
        ob.Block_Snow(x=MAP_UNIT_X * 60, y=ground - MAP_UNIT_Y * 18),
        ob.Block_Snow(x=MAP_UNIT_X * 62, y=ground - MAP_UNIT_Y * 18),
        ob.Block_Snow(x=MAP_UNIT_X * 64, y=ground - MAP_UNIT_Y * 18),
        ob.Block_Fall(x=MAP_UNIT_X * 66, y=ground - MAP_UNIT_Y * 18),
        ob.Block_Fall(x=MAP_UNIT_X * 68, y=ground - MAP_UNIT_Y * 18),
        ob.Block_Snow(x=MAP_UNIT_X * 70, y=ground - MAP_UNIT_Y * 18),
        ob.Block_Snow(x=MAP_UNIT_X * 72, y=ground - MAP_UNIT_Y * 18),
        ob.Block_Snow(x=MAP_UNIT_X * 62, y=ground - MAP_UNIT_Y * 12),
        ob.Block_Snow(x=MAP_UNIT_X * 64, y=ground - MAP_UNIT_Y * 12),
        ob.Block_Snow(x=MAP_UNIT_X * 54, y=ground - MAP_UNIT_Y * 12),
        ob.Coin(x=54 * MAP_UNIT_X, y=ground - 14 * MAP_UNIT_Y),
        ob.Block_Snow(x=MAP_UNIT_X * 56, y=ground - MAP_UNIT_Y * 12),
        ob.Block_Snow(x=MAP_UNIT_X * 58, y=ground - MAP_UNIT_Y * 12),
        ob.Block_Snow(x=MAP_UNIT_X * 64, y=ground - MAP_UNIT_Y * 12),
        ob.Block_Snow(x=MAP_UNIT_X * 66, y=ground - MAP_UNIT_Y * 12),
        ob.Block_Snow(x=MAP_UNIT_X * 68, y=ground - MAP_UNIT_Y * 12),
        ob.Block_Snow(x=MAP_UNIT_X * 60, y=ground - MAP_UNIT_Y * 12),
        ob.Block_Fall(x=MAP_UNIT_X * 50, y=ground - MAP_UNIT_Y * 12),
        ob.Block_Fall(x=MAP_UNIT_X * 52, y=ground - MAP_UNIT_Y * 12),
        ob.Block_Snow(x=MAP_UNIT_X * 50, y=ground - MAP_UNIT_Y * 8),
        ob.Block_Snow(x=MAP_UNIT_X * 52, y=ground - MAP_UNIT_Y * 8),
        ob.Block_Snow(x=MAP_UNIT_X * 54, y=ground - MAP_UNIT_Y * 8),
        ob.Block_Snow(x=MAP_UNIT_X * 56, y=ground - MAP_UNIT_Y * 8),
        ob.Block_Snow(x=MAP_UNIT_X * 58, y=ground - MAP_UNIT_Y * 8),
        ob.Block_Snow(x=MAP_UNIT_X * 60, y=ground - MAP_UNIT_Y * 8),
        ob.Block_Snow(x=MAP_UNIT_X * 62, y=ground - MAP_UNIT_Y * 8),
        ob.Block_Snow(x=MAP_UNIT_X * 64, y=ground - MAP_UNIT_Y * 8),
        ob.Block_Snow(x=MAP_UNIT_X * 66, y=ground - MAP_UNIT_Y * 8),
        ob.Block_Snow(x=MAP_UNIT_X * 68, y=ground - MAP_UNIT_Y * 8),
        ob.Block_Snow(x=MAP_UNIT_X * 70, y=ground - MAP_UNIT_Y * 8),
        ob.Block_Snow(x=MAP_UNIT_X * 72, y=ground - MAP_UNIT_Y * 8),
        ob.Block_Snow(x=MAP_UNIT_X * 74, y=ground - MAP_UNIT_Y * 8),
        ob.Block_Snow(x=MAP_UNIT_X * 76, y=ground - MAP_UNIT_Y * 8),
        ob.Block_Snow(x=MAP_UNIT_X * 78, y=ground - MAP_UNIT_Y * 8),
        ob.Block_Snow(x=MAP_UNIT_X * 80, y=ground - MAP_UNIT_Y * 8),
        ob.Block_Snow(x=MAP_UNIT_X * 82, y=ground - MAP_UNIT_Y * 8),
        ob.Block_Snow(x=MAP_UNIT_X * 84, y=ground - MAP_UNIT_Y * 8),
        ob.Block_Snow(x=MAP_UNIT_X * 86, y=ground - MAP_UNIT_Y * 8),
        ob.Block_Snow(x=MAP_UNIT_X * 88, y=ground - MAP_UNIT_Y * 8),
        ob.Block_Snow(x=MAP_UNIT_X * 92, y=ground - MAP_UNIT_Y * 18),
        ob.Block_Snow(x=MAP_UNIT_X * 118, y=ground - MAP_UNIT_Y * 18),
        ob.Floor(x=MAP_UNIT_X * 50,
                 y=ground - MAP_UNIT_Y * 6,
                 sizex=MAP_UNIT_X * 40,
                 sizey=MAP_UNIT_Y * 24),
        ob.Floor(x=MAP_UNIT_X * 90,
                 y=ground - MAP_UNIT_Y * 16,
                 sizex=MAP_UNIT_X * 6,
                 sizey=MAP_UNIT_Y * 24),
        ob.Floor(x=MAP_UNIT_X * 116,
                 y=ground - MAP_UNIT_Y * 16,
                 sizex=MAP_UNIT_X * 6,
                 sizey=MAP_UNIT_Y * 24),
        ob.Block_Corner_Snow(x=MAP_UNIT_X * 90, y=ground - MAP_UNIT_Y * 18),
        ob.Block_Corner2_Snow(x=MAP_UNIT_X * 90, y=ground - MAP_UNIT_Y * 16),
        ob.Block_Corner3_Snow(x=MAP_UNIT_X * 94, y=ground - MAP_UNIT_Y * 18),
        ob.Block_Corner4_Snow(x=MAP_UNIT_X * 94, y=ground - MAP_UNIT_Y * 16),
        ob.Block_Corner_Snow(x=MAP_UNIT_X * 116, y=ground - MAP_UNIT_Y * 18),
        ob.Block_Corner2_Snow(x=MAP_UNIT_X * 116, y=ground - MAP_UNIT_Y * 16),
        ob.Block_Corner3_Snow(x=MAP_UNIT_X * 120, y=ground - MAP_UNIT_Y * 18),
        ob.Block_Corner4_Snow(x=MAP_UNIT_X * 120, y=ground - MAP_UNIT_Y * 16),
        ob.Floor(x=MAP_UNIT_X * 122,
                 y=ground - MAP_UNIT_Y * 6,
                 sizex=MAP_UNIT_X * 32,
                 sizey=MAP_UNIT_Y * 20),
        ob.Block_Snow(x=MAP_UNIT_X * 122, y=ground - MAP_UNIT_Y * 6),
        ob.Block_Snow(x=MAP_UNIT_X * 124, y=ground - MAP_UNIT_Y * 6),
        ob.Block_Snow(x=MAP_UNIT_X * 126, y=ground - MAP_UNIT_Y * 6),
        ob.Block_Snow(x=MAP_UNIT_X * 128, y=ground - MAP_UNIT_Y * 6),
        ob.Block_Snow(x=MAP_UNIT_X * 130, y=ground - MAP_UNIT_Y * 6),
        ob.Block_Snow(x=MAP_UNIT_X * 132, y=ground - MAP_UNIT_Y * 6),
        ob.Block_Snow(x=MAP_UNIT_X * 134, y=ground - MAP_UNIT_Y * 6),
        ob.Block_Snow(x=MAP_UNIT_X * 136, y=ground - MAP_UNIT_Y * 6),
        ob.Block_Snow(x=MAP_UNIT_X * 138, y=ground - MAP_UNIT_Y * 6),
        ob.Block_Snow(x=MAP_UNIT_X * 140, y=ground - MAP_UNIT_Y * 6),
        ob.Block_Snow(x=MAP_UNIT_X * 142, y=ground - MAP_UNIT_Y * 6),
        ob.Block_Snow(x=MAP_UNIT_X * 144, y=ground - MAP_UNIT_Y * 6),
        ob.Block_Snow(x=MAP_UNIT_X * 146, y=ground - MAP_UNIT_Y * 6),
        ob.Block_Snow(x=MAP_UNIT_X * 148, y=ground - MAP_UNIT_Y * 6),
        ob.Block_Snow(x=MAP_UNIT_X * 150, y=ground - MAP_UNIT_Y * 6),
        ob.Block_Snow(x=MAP_UNIT_X * 152, y=ground - MAP_UNIT_Y * 6),
        ob.Block_Snow(x=MAP_UNIT_X * 154, y=ground - MAP_UNIT_Y * 6),
    ]
    return array