Files
itgmania212121/Themes/default/Graphics/ComboGraph ComboNumber.lua
T

9 lines
206 B
Lua
Raw Normal View History

2013-07-04 13:09:03 -04:00
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;
2008-04-08 02:27:45 +00:00
};