Revisão 19
futureplaces beta
| Cell.pde | ||
|---|---|---|
| 76 | 76 |
|
| 77 | 77 |
// if is not between animation draw cell and circle color |
| 78 | 78 |
if ( this.animating == false ) {
|
| 79 |
fill(lifeBar, this.opacity + 20 ) ; |
|
| 79 |
if (this.side == 0) |
|
| 80 |
fill (this.fillWhite, this.opacity + 70); |
|
| 81 |
else |
|
| 82 |
fill(lifeBar, this.opacity + 20 ) ; |
|
| 83 |
|
|
| 80 | 84 |
rect ( posX, posY, area, area ); |
| 81 | 85 |
|
| 82 | 86 |
// noStroke(); |
| ... | ... | |
| 184 | 188 |
animY += 5; |
| 185 | 189 |
}; |
| 186 | 190 |
|
| 187 |
} |
|
| 191 |
} |
|
Também disponível em: Unified diff