2017-08-08 01:07:34 -06:00
|
|
|
local icon_params = {
|
|
|
|
|
base_color = color("#CE3D06"),
|
|
|
|
|
label_text = Screen.String("TimingDifficulty"),
|
|
|
|
|
value_text = GetTimingDifficulty() == 9 and Screen.String("Hardest Timing") or GetTimingDifficulty()
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
return LoadActor(THEME:GetPathG("", "_title_info_icon"), icon_params)
|