Skip to content

Commit

Permalink
yet another difficulty adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
searlm committed Dec 1, 2012
1 parent 07584da commit 630e81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MyWorld.as
Expand Up @@ -61,7 +61,7 @@ package
5, 4, 4, 5, 4, 4, 4, 7, 4, 7
];
private var enemySpawnTimes:Array = [
4, 0.5, 3, 0.5, 2, 0.5, 1, 0.33, 1, 1
4, 0.5, 3, 0.5, 2, 0.5, 1, 0.75, 1, 1
];

private var difficulty:uint = 0;
Expand Down

0 comments on commit 630e81a

Please sign in to comment.