Skip to content

Commit

Permalink
[Linesh][#16] Feature: add differnet level of speeds for enemies
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanLin-TWer committed Mar 19, 2017
1 parent 8e7b830 commit f48c052
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions js/speed.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
export const Speed = {
VERY_SLOW: 200,
NORMAL: 300,
VERY_FAST: 500
EXTREMELY_SLOW: 50,
VERY_SLOW: 150,
SLOW: 250,
NORMAL: 400,
FAST: 500,
VERY_FAST: 700,
EXTREMELY_FAST: 1000
}

0 comments on commit f48c052

Please sign in to comment.