file cleanup

This commit is contained in:
Ruben Müller 2012-06-24 10:50:26 +02:00
parent e4a1a8b44d
commit 9f314ec95c
6 changed files with 96 additions and 97 deletions

View file

@ -39,7 +39,6 @@ MyGame = ig.Game.extend({
}
});
// Start the Game with 60fps, a resolution of 640x400 (16:10), scaled
// up by a factor of 2
ig.main( '#canvas', MyGame, 60, 640, 400, 1 );