为了账号安全,请及时绑定邮箱和手机立即绑定

为什么我这阴影加不上啊?

ctx1.save();
    ctx1.shadowBlur= 10;
    ctx1.shadowColor ='#fff';
    //ctx1.shadowBlur = 10;
    //ctx1.shadowColor = "white";
    ctx1.fillStyle = "white";
    ctx1.fillText("SCORE: " + this.score, w * 0.5 , h-20);
    if(this.gameOver){
        this.alpha += deltaTime * 0.0005;
        if(this.alpha > 1){
            this.alpha = 1;
        }
        ctx1.fillStyle = "rgba(255,255,255," + this.alpha + ")";
        ctx1.fillText("GAME OVER", w * 0.5 , h * 0.5);
    }
    ctx1.restore();

正在回答

2 回答

没有  一切正常

0 回复 有任何疑惑可以回复我~

这段没有错啊,你在控制台看看提示什么错误?

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

为什么我这阴影加不上啊?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信