Revisão 17
blackmatter trail
| Logo.pde | ||
|---|---|---|
| 19 | 19 |
//println ("drawing!");
|
| 20 | 20 |
fill (255); |
| 21 | 21 |
|
| 22 |
textFont (_bold_, 48);
|
|
| 23 |
text ("BLACK", 10, 48);
|
|
| 24 |
text (whites, 10, 100);
|
|
| 25 |
textFont (_regular_, 48);
|
|
| 26 |
text ("LIGHT", 150, 48);
|
|
| 22 |
textFont (_bold_, 60);
|
|
| 23 |
text ("LIGHT", 10, 55);
|
|
| 24 |
textFont (_bold_, 24);
|
|
| 25 |
text (whites + " cells", 186, 31);
|
|
| 26 |
text ("23 battles", 186, 55);
|
|
| 27 | 27 |
|
| 28 | 28 |
fill (0); |
| 29 |
scale (-1 , 1); |
|
| 30 |
textFont (_bold_, 57); |
|
| 31 |
text ("BLACK", -_game_.width + 12, 55);
|
|
| 32 |
textFont (_bold_, 24); |
|
| 33 |
text (blacks + " cells", -_game_.width + 190, 31); |
|
| 34 |
text ("1 battles", -_game_.width + 190, 55);
|
|
| 29 | 35 |
scale (-1, 1); |
| 30 |
textFont (_bold_, 48); |
|
| 31 |
text ("BLACK", -_game_.width + 10, 48);
|
|
| 32 |
text (blacks, -_game_.width + 10, 100); |
|
| 33 |
textFont (_regular_, 48); |
|
| 34 |
text ("LIGHT", -_game_.width + 150, 48);
|
|
| 35 |
scale (-1, 1); |
|
| 36 | 36 |
} |
| 37 |
} |
|
| 37 |
} |
|
Também disponível em: Unified diff