Skip to content

Commit

Permalink
Deleted all .DS_Store files, show the titlescreen by deault.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrespagella committed Jun 23, 2011
1 parent a0c8714 commit da5ce40
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 3 deletions.
Binary file removed .DS_Store
Binary file not shown.
Binary file removed game/.DS_Store
Binary file not shown.
5 changes: 2 additions & 3 deletions game/game.php
Expand Up @@ -222,9 +222,8 @@ function handleGameState(nextState) {


g.initializeGrid(); g.initializeGrid();


//handleGameState(GameState.TITLESCREEN); handleGameState(GameState.TITLESCREEN);
handleGameState(GameState.PLAYING);

break; break;
case GameState.TITLESCREEN: case GameState.TITLESCREEN:
showIntro(canvas, true); showIntro(canvas, true);
Expand Down
Binary file removed server/.DS_Store
Binary file not shown.
Binary file removed sounds/.DS_Store
Binary file not shown.

0 comments on commit da5ce40

Please sign in to comment.