Files
itgmania212121/Themes/_fallback/Graphics/ScrollBar TickThumb.lua
T

11 lines
145 B
Lua
Raw Normal View History

2011-03-17 01:47:30 -04:00
local t = Def.ActorFrame {};
t[#t+1] = Def.ActorFrame {
Def.Quad {
2013-07-03 20:08:34 -04:00
InitCommand=function(self)
self:zoomto(32, 32);
end;
2011-03-17 01:47:30 -04:00
};
};
2010-01-26 21:00:30 -06:00
return t