Files
itgmania212121/Themes/default/Graphics/ScreenTitleMenu cursor.lua
T
2013-07-04 13:09:03 -04:00

12 lines
165 B
Lua

local t = Def.ActorFrame {
Def.Quad {
InitCommand=function(self)
self:zoomto(32, 32);
end;
OnCommand=function(self)
self:spin();
end;
};
};
return t