[update]更新
1.更新奖励货币符号为RM 2.更新再来一次文字提示
This commit is contained in:
@@ -529,8 +529,8 @@ export class PageMain extends BaseView {
|
||||
}, 3.2);
|
||||
|
||||
let earn_str = this._game_data.win_coin > 0 ? "+" + this._game_data.win_coin : this._game_data.win_coin
|
||||
this.lab_earn.string = earn_str
|
||||
this.lab_earn.color = this._game_data.win_coin > 0 ? new Color(255, 91, 69) : new Color(96, 255, 38)
|
||||
this.lab_earn.string = this._game_data.tier == "T5" ? Tools.GetLocalized("再来一次") : earn_str
|
||||
this.lab_earn.color = this._game_data.win_coin >= 0 ? new Color(255, 91, 69) : new Color(96, 255, 38)
|
||||
|
||||
let blinkCount = 0;
|
||||
const blink = () => {
|
||||
|
||||
Reference in New Issue
Block a user