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

6 lines
109 B
Lua

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