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

6 lines
109 B
Lua

return Def.Quad{
InitCommand=function(self)
self:zoomto(4, 22);
self:diffuse(color("#AABBDD"));
end;
};