修复一开始账单
This commit is contained in:
parent
b6db82d9b6
commit
c89639c13c
@ -19,11 +19,7 @@ public class Asset_Details : MonoBehaviour
|
||||
|
||||
public GameObject itemPrefab;
|
||||
// Start is called before the first frame update
|
||||
void Start()
|
||||
{
|
||||
ShowPanel(3);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
|
@ -14,7 +14,7 @@ public class Asset_Details_item : MonoBehaviour
|
||||
if (_bool)
|
||||
{
|
||||
this.info.text = info;
|
||||
this.number.text = "<b><color=#FF0000FF>+£¤" + number+ "</color></b>";
|
||||
this.number.text = "<b><color=blue>+£¤" + number+ "</color></b>";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user