Add: AlienTimer

This commit is contained in:
2018-05-15 16:04:10 +09:00
parent c049ed18ad
commit 3aa2b43b54
6 changed files with 139 additions and 28 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ class ScoreText extends Phaser.Text {
this.inputEnabled = false;
var grd = this.context.createLinearGradient(0, 0, 0, this.height);
grd.addColorStop(0, '#8ED6FF');
grd.addColorStop(0, '#8ED6FF');
grd.addColorStop(1, '#004CB3');
this.fill = grd;
// this.setShadow(3, 3, 'rgba(0, 0, 0, 0.5)', 2);