Compteur d'invités

Créations

jicehel

NEW il y a 5 ans

Super LoganRen et merci pour ta création  ;)

sentinel87

NEW il y a 5 ans

Nice tutorial. For addition (in the terms of exercise) you should also add condition to prevent drawing rectangles in the case of the negative (-) number. :)

if(gb.buttons.pressed(BUTTON_DOWN)){
    if(counter!=0)
      {
        counter--;
        gb.sound.playCancel();
      }
    }

Sorunome

il y a 5 ans

Nice tutorial. For addition (in the terms of exercise) you should also add condition to prevent drawing rectangles in the case of the negative (-) number. :)

The library itself already prevents drawing of pixels off-screen!

Sorunome

NEW il y a 5 ans

sentinel87 sentinel87

Nice tutorial. For addition (in the terms of exercise) you should also add condition to prevent drawing rectangles in the case of the negative (-) number. :)

The library itself already prevents drawing of pixels off-screen!

sentinel87

il y a 5 ans

OK :)

sentinel87

NEW il y a 5 ans

Sorunome Sorunome

OK :)