Files
itgmania212121/Themes/default/Graphics/ScreenTitleMenu TimingDifficulty.lua
T
ListenerJubatus 67099e520c Merge a major revamp of Lambda
Besides a few other minor retouches and additions, the biggest change is
that the theme now has a fixed color scheme of yellow, orange, and dark
magenta, and that many of the glossy graphics have been replaced by
flatter versions with subtle shadows.
2018-02-08 23:35:28 -06:00

8 lines
285 B
Lua

local icon_params = {
base_color = color("#981F41"),
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)