new theme in progress

This commit is contained in:
Chris Danford
2008-02-19 03:13:39 +00:00
parent 53581e21c4
commit ffad4d8484
289 changed files with 11374 additions and 322 deletions
@@ -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;
}