高级玩家
![Rank: 4](static/image/common/star_level3.gif)
- 贡献度
- 0
- 金元
- 2575
- 积分
- 258
- 精华
- 0
- 注册时间
- 2013-9-6
|
{
genres component = this.main_.GetComponent<genres>();
for (int i = 0; i < 5; i++)
{
this.uiObjects[i + 1].GetComponent<Image>().color = (component.genres_TARGETGROUP[this.mDevGame_.g_GameMainGenre, i] ? Color.green : Color.red);
}
this.uiObjects[1 + this.zielgruppe].GetComponent<Image>().color = this.guiMain_.colors[4];
}{
genres component = this.main_.GetComponent<genres>();
for (int i = 0; i < 5; i++)
{
this.uiObjects[i + 1].GetComponent<Image>().color = (component.genres_TARGETGROUP[this.mDevGame_.g_GameMainGenre, i] ? Color.green : Color.red);
}
this.uiObjects[1 + this.zielgruppe].GetComponent<Image>().color = this.guiMain_.colors[4];
}{
genres component = this.main_.GetComponent<genres>();
for (int i = 0; i < 5; i++)
{
this.uiObjects[i + 1].GetComponent<Image>().color = (component.genres_TARGETGROUP[this.mDevGame_.g_GameMainGenre, i] ? Color.green : Color.red);
}
this.uiObjects[1 + this.zielgruppe].GetComponent<Image>().color = this.guiMain_.colors[4];
}
|
|