Skip to content

Commit

Permalink
First commi using the new software
Browse files Browse the repository at this point in the history
  • Loading branch information
Webeled committed Oct 11, 2013
1 parent 574f4f3 commit 3acdad9
Show file tree
Hide file tree
Showing 20 changed files with 26 additions and 799 deletions.
38 changes: 0 additions & 38 deletions examples/animation/texture atlas.php

This file was deleted.

Binary file removed examples/assets/maps/cybernoid.png
Binary file not shown.
2 changes: 1 addition & 1 deletion examples/camera/follow styles.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function preload() {
function create() {

//make the world larger than the actual canvas
game.world.setBounds(1400,1400);
game.world.setBounds(0,0,1400,1400);

for(var i=0,nb=10;i<nb;i++){

Expand Down
2 changes: 1 addition & 1 deletion examples/camera/moving the camera.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function create() {
game.stage.backgroundColor = '#2d2d2d';

// Make our game world 2000x2000 pixels in size (the default is to match the game size)
game.world.setBounds(2000, 2000);
game.world.setBounds(0,0,2000, 2000);

for (var i = 0; i < 50; i++)
{
Expand Down
58 changes: 0 additions & 58 deletions examples/camera/moving the game camera.php

This file was deleted.

63 changes: 0 additions & 63 deletions examples/groups/add to group 1.php

This file was deleted.

56 changes: 0 additions & 56 deletions examples/groups/add to group 2.php

This file was deleted.

101 changes: 0 additions & 101 deletions examples/groups/bring to top 2.php

This file was deleted.

46 changes: 0 additions & 46 deletions examples/groups/bring to top.php

This file was deleted.

Loading

0 comments on commit 3acdad9

Please sign in to comment.