default theme changes from Midiman; includes StepsType changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user