Revert "Some of default. Better break this up."
This reverts commit 8833ab5bc6.
This commit is contained in:
@@ -1,9 +1,3 @@
|
||||
return LoadFont("Combo Numbers") .. {
|
||||
InitCommand=function(self)
|
||||
self:zoom(12/54);
|
||||
self:y(-1);
|
||||
self:shadowlengthx(0);
|
||||
self:shadowlengthy(1);
|
||||
self:strokecolor(color("#00000077"));
|
||||
end;
|
||||
return LoadFont("Combo Numbers") .. {
|
||||
InitCommand=cmd(zoom,12/54;y,-1;shadowlengthx,0;shadowlengthy,1;strokecolor,color("#00000077"););
|
||||
};
|
||||
Reference in New Issue
Block a user