Revisão 18
Future Places RC
| blacklight.pde | ||
|---|---|---|
| 24 | 24 |
void setup () |
| 25 | 25 |
{
|
| 26 | 26 |
size (1024, 768, OPENGL); |
| 27 |
|
|
| 27 | 28 |
_root_ = this; |
| 28 | 29 |
|
| 30 |
// smooth (); |
|
| 31 |
// frameRate (30); |
|
| 29 | 32 |
|
| 30 | 33 |
println ("the beat starts here.");
|
| 31 |
_fs_ = new SoftFullScreen (this); |
|
| 32 |
_fs_.enter (); |
|
| 34 |
/*_fs_ = new SoftFullScreen (this);
|
|
| 35 |
_fs_.enter ();*/
|
|
| 33 | 36 |
|
| 34 | 37 |
Ess.start (this); |
| 35 | 38 |
_bold_ = loadFont ("Code-Bold-48.vlw");
|
| ... | ... | |
| 51 | 54 |
void draw () |
| 52 | 55 |
{
|
| 53 | 56 |
_game_.draw (); |
| 54 |
} |
|
| 57 |
} |
|
Também disponível em: Unified diff