View Single Post
Old 05-17-2008, 02:36 PM   #55 (permalink)
NuklHed92
Experienced Zuner
 
NuklHed92's Avatar
 
Join Date: Jan 2008
Location: Ohio
Posts: 113
NuklHed92 is on a distinguished road
Default

Quote:
Originally Posted by LedZepp View Post
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;
__________________








NuklHed92 is offline