@@ -74,8 +74,8 @@ public class MyNewLevel extends Level {
|
|||||||
|
|
||||||
// create the start location
|
// create the start location
|
||||||
int length = buildStraight(0, width, true);
|
int length = buildStraight(0, width, true);
|
||||||
// length += buildPipeJump(length, width - length);
|
length += buildPipeJump(length, width - length);
|
||||||
length += buildMaze(length, width - length);
|
// length += buildMaze(length, width - length);
|
||||||
|
|
||||||
// create all of the medium sections
|
// create all of the medium sections
|
||||||
while (length < width - 64) {
|
while (length < width - 64) {
|
||||||
|
|||||||
Reference in New Issue
Block a user