Fix: cockpit color
This commit is contained in:
@@ -358,7 +358,7 @@ FlyingSaucer.loadResource = function() {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
FlyingSaucer.DEFAULT_SPEED = 100; // dot per sec
|
FlyingSaucer.DEFAULT_SPEED = 10; // dot per sec
|
||||||
FlyingSaucer.SPEED_UP_AMOUNT = 4; // dot per sec
|
FlyingSaucer.SPEED_UP_AMOUNT = 4; // dot per sec
|
||||||
FlyingSaucer.SPEED_DOWN_AMOUNT = FlyingSaucer.SPEED_UP_AMOUNT / 2; // dot per sec
|
FlyingSaucer.SPEED_DOWN_AMOUNT = FlyingSaucer.SPEED_UP_AMOUNT / 2; // dot per sec
|
||||||
|
|
||||||
@@ -381,5 +381,6 @@ FlyingSaucer.JET_COLOR_LOW = 0xff0000;
|
|||||||
|
|
||||||
FlyingSaucer.COKCPIT_COLOR = [
|
FlyingSaucer.COKCPIT_COLOR = [
|
||||||
// 0xff0000, 0xff6600, 0xffff00, 0x00ffff, 0x00ffff, 0x6666ff, 0xff00ff
|
// 0xff0000, 0xff6600, 0xffff00, 0x00ffff, 0x00ffff, 0x6666ff, 0xff00ff
|
||||||
0x00ffff, 0x55aacc, 0x0000ff, 0x8800cc, 0xff00ff, 0x6666ff, 0xff00ff
|
// 0x00ffff, 0x55aacc, 0x0000ff, 0x8800cc, 0xff00ff, 0x6666ff, 0xff00ff
|
||||||
|
0xffff33, 0x00ff00, 0x00ccff, 0x3366ff, 0x9933ff, 0xff00ff, 0xff6600
|
||||||
]
|
]
|
||||||
@@ -177,7 +177,7 @@ var WordFlyingSaucer = {
|
|||||||
|
|
||||||
gameOver: function() {
|
gameOver: function() {
|
||||||
var gameOverText = new GameOverText();
|
var gameOverText = new GameOverText();
|
||||||
// this.updateResultRecord();
|
this.updateResultRecord();
|
||||||
this.stopAndGoResult();
|
this.stopAndGoResult();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
@@ -46,7 +46,6 @@ var koreanRightLowerWordList = [
|
|||||||
"싱글싱글",
|
"싱글싱글",
|
||||||
"아우성",
|
"아우성",
|
||||||
"아프다",
|
"아프다",
|
||||||
"어름",
|
|
||||||
"어이구",
|
"어이구",
|
||||||
"얼음",
|
"얼음",
|
||||||
"여물다",
|
"여물다",
|
||||||
|
|||||||
Reference in New Issue
Block a user