Files
itgmania212121/Themes/_fallback/Graphics/ScreenPrompt cursor.lua
T

6 lines
113 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:setsize(96, 28);
self:diffuse(color("#44CCFFCC"));
end;
2010-01-26 21:00:30 -06:00
};