Skip to content

Commit

Permalink
speed missile
Browse files Browse the repository at this point in the history
  • Loading branch information
dyadyaJora committed May 31, 2017
1 parent 4dedb9f commit e8907c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/core/missile.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ let Vector2 = require('./vector2');
let World = require('../entities/world');
let MissileMessages = require('../messages/missile');

const MISSILE_SIZE = 15;
const MISSILE_SPEED = 30;
const MISSILE_SIZE = 10;
const MISSILE_SPEED = 100;

/**
* Базовый класс для всех скиллов
Expand Down

0 comments on commit e8907c9

Please sign in to comment.