Files
itgmania212121/Themes/rsr/Graphics/MusicWheelItem Song ColorPart.lua
T

8 lines
118 B
Lua
Raw Normal View History

2011-03-17 01:47:30 -04:00
return Def.ActorFrame {
Def.Quad {
2013-07-01 21:30:10 -04:00
InitCommand=function(self)
self:x(-124);
self:zoomto(4, 46);
end;
2011-03-17 01:47:30 -04:00
};
};