Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
cykod committed Feb 21, 2012
1 parent c4e79a0 commit 8f7ea80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion game.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ var startGame = function() {
var ua = navigator.userAgent.toLowerCase();

// Only 1 row of stars
if(ua.match(/Android/)) {
if(ua.match(/android/)) {
Game.setBoard(0,new Starfield(50,0.6,100,true));
} else {
Game.setBoard(0,new Starfield(20,0.4,100,true));
Expand Down
2 changes: 1 addition & 1 deletion game.manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CACHE MANIFEST

# v0.8
# v1.01
CACHE:
index.html
engine.js
Expand Down

0 comments on commit 8f7ea80

Please sign in to comment.