(draw & levels) New levels, secret way

This commit is contained in:
KikooDX 2020-03-03 12:10:58 +01:00
parent f5596360de
commit b1f55d09b1
2 changed files with 3 additions and 0 deletions

Binary file not shown.

View File

@ -66,6 +66,9 @@ void draw_level(char level[], char upgrades[], char erase_coin)
case 'c':
if (erase_coin) erase_tile(x, y, level);
break;
case 's':
dimage(x + DRAW_OFFSET_X, y + DRAW_OFFSET_Y, &img_ground);
break;
}
x += 16;
if (x == 16*LEVEL_WIDTH)