file cleanup
This commit is contained in:
parent
e4a1a8b44d
commit
9f314ec95c
6 changed files with 96 additions and 97 deletions
|
@ -39,7 +39,6 @@ MyGame = ig.Game.extend({
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
// Start the Game with 60fps, a resolution of 640x400 (16:10), scaled
|
// Start the Game with 60fps, a resolution of 640x400 (16:10), scaled
|
||||||
// up by a factor of 2
|
// up by a factor of 2
|
||||||
ig.main( '#canvas', MyGame, 60, 640, 400, 1 );
|
ig.main( '#canvas', MyGame, 60, 640, 400, 1 );
|
||||||
|
|
Loading…
Reference in a new issue