This commit is contained in:
Stève Oriol 2021-05-09 09:36:01 +02:00
commit 02df9254d3
2 changed files with 5 additions and 3 deletions

View File

@ -110,6 +110,7 @@ class Boss {
clignote = !clignote; clignote = !clignote;
} }
//affiche l'anime de explosion : //affiche l'anime de explosion :
if ( !show && NUMEROXEPLO<50 ) { if ( !show && NUMEROXEPLO<50 ) {
// Ou Methode avec un if : // Ou Methode avec un if :
@ -124,6 +125,7 @@ class Boss {
if (NUMEROXEPLO < 50 && !clignote) image(visu_boss, x, y); if (NUMEROXEPLO < 50 && !clignote) image(visu_boss, x, y);
//println("boss .."); //println("boss ..");
} }
void affiche_et_mets_a_jour_le_boss(){ void affiche_et_mets_a_jour_le_boss(){