Projeto

Geral

Perfil

Revisão 19

futureplaces beta

Ver diferenças:

blacklight.pde
31 31
//  frameRate (30);
32 32
  
33 33
  println ("the beat starts here.");
34
  /*_fs_ = new SoftFullScreen (this);
35
  _fs_.enter ();*/
34
  _fs_ = new SoftFullScreen (this);
35
  _fs_.enter ();
36 36

  
37 37
  Ess.start (this);
38 38
  _bold_    = loadFont ("Code-Bold-48.vlw");
......
54 54
void draw ()
55 55
  {
56 56
  _game_.draw ();
57
  }
57
  }

Também disponível em: Unified diff