Skip to content

Commit

Permalink
Increased speed of the rocket
Browse files Browse the repository at this point in the history
  • Loading branch information
Valtteri Virtanen committed Aug 4, 2013
1 parent 2a5e7eb commit d064ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/app/actors/rocket-actor.coffee
Expand Up @@ -3,7 +3,7 @@ debug = require('debug')('sh:rocket-actor')
class RocketActor
constructor: (@manager, @id, @shooterId, @x, @y, @direction) ->
@type = 'rocket'
@speed = 200 # 200ms / square
@speed = 100 # ms / square
@startMoving()

getState: ->
Expand Down

0 comments on commit d064ce8

Please sign in to comment.