Loads of new examples, some more bug fixes, all of them work beautifully

This commit is contained in:
Webeled
2013-10-14 19:32:07 +01:00
parent faf432bdb0
commit 969fa46484
24 changed files with 400 additions and 38 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
function create() {
//We increase the size of our game world
game.world.setBounds(2000, 2000);
game.world.setBounds(0,0,2000, 2000);
for (var i = 0; i < 1000; i++)
{