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

View File

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