diff --git a/SuperCbr.g1a b/SuperCbr.g1a index 0b16aef..612ffd7 100644 Binary files a/SuperCbr.g1a and b/SuperCbr.g1a differ diff --git a/assets-fx/img/plante.png b/assets-fx/img/plante.png new file mode 100644 index 0000000..9d76edb Binary files /dev/null and b/assets-fx/img/plante.png differ diff --git a/src/levelchanger.c b/src/levelchanger.c index d4a693d..14a2031 100644 --- a/src/levelchanger.c +++ b/src/levelchanger.c @@ -274,7 +274,6 @@ int PlayLevel(int w, int l) { waitNextFrame(); - time_id++; //marioMove(); worldMove(); diff --git a/src/score.c b/src/score.c index c140142..61e0ca9 100644 --- a/src/score.c +++ b/src/score.c @@ -107,8 +107,9 @@ void scoreDisplay() sprintf(str, "c*%d", pieces); dtext(50,0,str, C_BLACK, C_WHITE); } - - if (time_id%8==0) + + if (mario_dead==0 && finish_level==0) time_id++; + if (0==time_id%8) { time_left--; time_spent++;