|
Experienced Zuner
Join Date: Jan 2008
Location: Ohio
Posts: 113
|
Quote:
Originally Posted by LedZepp
The first part of you post is fixed in the upcoming version, For the second part show me your Levels.cs and ill see what you did wrong
|
case 13: level1 = new int[,]{
{0,1,1,0,0,0,0,0,0,0,0},
{1,0,0,1,2,0,0,0,0,0,0},
{1,0,0,0,0,0,0,0,0,0,0},
{1,0,0,0,0,3,0,0,0,1,0},
{1,0,1,1,2,3,3,3,1,0,1},
{1,0,0,1,2,3,0,3,1,0,1},
{1,1,1,1,2,3,0,3,0,1,0},
{0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0}};
break;

|