diff options
Diffstat (limited to 'World.cpp')
| -rw-r--r-- | World.cpp | 20 |
1 files changed, 16 insertions, 4 deletions
@@ -39,9 +39,9 @@ void World::next_level() reset(); bricks= { - { {0,1} }, - { {0,1} }, - { {0,1} }, + { {0,2} }, + { {0,2} }, + { {0,2} }, { {0,0},{5,1} }, { {0,0},{5,1} }, { {0,0},{5,1} }, @@ -86,7 +86,19 @@ void World::next_level() { {0,0}}, { {0,0}}, { {0,0}}, - { {0,0}} + { {0,0}}, + { {1,0},{5,1} }, + { {2,0},{5,1},{7,1} }, + { {3,0},{6,1} }, + {}, + {}, + {}, + {}, + { {0,1} }, + { {0,1} }, + { {0,1} }, + { {0,0},{5,1} }, + { {0,0},{5,1} }, }; } |
