Commit cf5ebe91 authored by wanqing's avatar wanqing

调整金币数量

parent 1ffcf381
......@@ -105,6 +105,8 @@ public class BattleUI : MonoBehaviour
{
m_coin = LocalRecord.GetIntRecord(GlobalConfig.CoinReCordKey);
}
m_coin = 10000;
LocalRecord.SetIntRecord(GlobalConfig.CoinReCordKey, m_coin);
m_totalCoinText.text = m_coin.ToString();
}
void SetDragMode()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment