merge
This commit is contained in:
commit
02df9254d3
2
Boss.pde
2
Boss.pde
|
|
@ -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(){
|
||||
|
|
|
|||
Loading…
Reference in New Issue