Revert "Some of default. Better break this up."
This reverts commit 8833ab5bc6.
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
return Def.ActorFrame {
|
||||
LoadFont("Common Normal") .. {
|
||||
Text="BPM";
|
||||
InitCommand=function(self)
|
||||
self:horizalign(right);
|
||||
self:zoom(0.75);
|
||||
self:strokecolor(Color("Outline"));
|
||||
end;
|
||||
};
|
||||
return Def.ActorFrame {
|
||||
LoadFont("Common Normal") .. {
|
||||
Text="BPM";
|
||||
InitCommand=cmd(horizalign,right;zoom,0.75;strokecolor,Color("Outline"));
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user