chenxin
2020-12-12 75215899d4875545a49c49ee78eff4b8880932f3
改为购买*级精灵
1 files modified
2 ■■■ changed files
Assets/Scripts/TowerDefense/UI/HUD/EndlessRandomTower.cs 2 ●●● patch | view | raw | blame | history
Assets/Scripts/TowerDefense/UI/HUD/EndlessRandomTower.cs
@@ -112,7 +112,7 @@
    {
        int minLevel = GameConfig.IsUpgradeTowerLevel ? 1 : 0;
        NormalDesc.text = $"购买{minLevel + 1}级宝石";
        NormalDesc.text = $"购买{minLevel + 1}级精灵";
    }
    public void ChangeBtnClickNormal()