Files
itgmania212121/Themes/_fallback/Graphics/EditMenu left.lua
T

16 lines
243 B
Lua
Raw Normal View History

2011-03-17 01:47:30 -04:00
return Def.ActorFrame {
Def.Quad {
2013-07-03 20:08:34 -04:00
InitCommand=function(self)
self:zoomto(10, 10);
self:y(-5);
self:skewx(-1);
end;
2011-03-17 01:47:30 -04:00
};
Def.Quad {
2013-07-03 20:08:34 -04:00
InitCommand=function(self)
self:zoomto(10, 10);
self:y(5);
self:skewx(1);
end;
2011-03-17 01:47:30 -04:00
};
}