Skip to content

Commit

Permalink
making more enemies 4x10
Browse files Browse the repository at this point in the history
  • Loading branch information
StrykerKKD committed Mar 23, 2014
1 parent ec364fc commit e8c209d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/javascript/built/main-built.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/javascript/state/Play.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ define(['module/Background','module/Player','module/Aliens','module/Bullets','mo

//Setting up Aliens
var alienConfiguration = {
rows:2,
rows:4,
cols:10,
scoreValue:10,
firingTime:200,
Expand Down

0 comments on commit e8c209d

Please sign in to comment.