Files
itgmania212121/Themes/default/Graphics/ScreenTitleMenu cursor.lua
T

8 lines
111 B
Lua
Raw Normal View History

2011-03-17 01:47:30 -04:00
local t = Def.ActorFrame {
Def.Quad {
InitCommand=cmd(zoomto,32,32);
OnCommand=cmd(spin);
};
};
2010-01-26 21:00:30 -06:00
return t