pixijs在字母后面添加一个渐变的外部发光

时间:2014-07-23 11:26:31

标签: javascript pixi.js

我在这个pixijs游戏的最后添加了一个分数。 我在这里有标准参数 - 但是设计要求在字母周围有一个外部亮点有没有办法做到这一点? http://www.goodboydigital.com/pixijs/docs/classes/Text.html

this.txtRankingOverall = new PIXI.Text("" + GameControl.score, {
    font: "120px FSJoeyLtIt",
    fill: "#ffffff",
    align: "center"
});

enter image description here

我在尝试匹配字体时遇到问题 - 它需要是斜体

 this.txtRankingToday = new PIXI.Text("46", {
            font: "italic 120px FSJoeyLtIt",
            fill: "#ffffff",
            align: "center",
            style: "light"
        });

0 个答案:

没有答案