default theme changes from Midiman; includes StepsType changes

This commit is contained in:
AJ Kelly
2010-05-29 15:17:54 -05:00
parent b300e9825a
commit c4d151d1b3
9 changed files with 93 additions and 38 deletions
@@ -1,5 +1,6 @@
local sString;
local t = Def.ActorFrame{
LoadFont("Common normal")..{
InitCommand=cmd(shadowlength,1);
SetMessageCommand=function(self,param)
@@ -1,7 +1,10 @@
local sString;
local t = Def.ActorFrame{
--[[ LoadActor("TestStep") .. {
InitCommand=cmd(zoomto,20,20);
}; --]]
LoadFont("Common normal")..{
InitCommand=cmd(shadowlength,1;horizalign,left);
InitCommand=cmd(shadowlength,1;horizalign,left;zoom,0.45;skewx,-0.125);
SetMessageCommand=function(self,param)
sString = THEME:GetString("StepsListDisplayRow StepsType",ToEnumShortString(param.StepsType));
if param.Steps and param.Steps:IsAutogen() then