Files
itgmania212121/Themes/_fallback/Graphics/ScrollBar TickThumb.lua
T
2013-07-03 20:08:34 -04:00

11 lines
145 B
Lua

local t = Def.ActorFrame {};
t[#t+1] = Def.ActorFrame {
Def.Quad {
InitCommand=function(self)
self:zoomto(32, 32);
end;
};
};
return t