Files
itgmania212121/Themes/_fallback/Graphics/CombinedLifeMeterTug separator.lua
T

6 lines
109 B
Lua
Raw Normal View History

2011-03-17 01:47:30 -04:00
return Def.Quad{
2013-07-03 20:08:34 -04:00
InitCommand=function(self)
self:zoomto(4, 22);
self:diffuse(color("#AABBDD"));
end;
};