Fix: word flyingsaucer default speed 10 -> 2
This commit is contained in:
@@ -356,7 +356,7 @@ FlyingSaucer.loadResource = function() {
|
||||
|
||||
|
||||
|
||||
FlyingSaucer.DEFAULT_SPEED = 10; // dot per sec
|
||||
FlyingSaucer.DEFAULT_SPEED = 2; // dot per sec
|
||||
FlyingSaucer.SPEED_UP_AMOUNT = 4; // dot per sec
|
||||
FlyingSaucer.SPEED_DOWN_AMOUNT = FlyingSaucer.SPEED_UP_AMOUNT / 2; // dot per sec
|
||||
|
||||
|
||||
Reference in New Issue
Block a user