new theme in progress
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
return LoadFont( "common normal" ) .. {
|
||||
Text="XXXX";
|
||||
SetCommand=function(self,param)
|
||||
local s = DifficultyAndStepsTypeToLocalizedString( param.Difficulty, param.StepsType );
|
||||
s = string.upper(s); -- TODO: string.upper doesn't work correctly for French
|
||||
self:settext( s );
|
||||
local c = DifficultyAndStepsTypeToColor( param.Difficulty, param.StepsType );
|
||||
self:diffuse( c );
|
||||
end;
|
||||
}
|
||||
Reference in New Issue
Block a user