Files
itgmania212121/Themes/rsr/Graphics/StepsDisplay frame.lua
T

9 lines
177 B
Lua
Raw Normal View History

2013-10-05 18:00:51 -07:00
return Def.ActorFrame {
Def.Quad {
InitCommand=cmd(x,-(32)/2;zoomto,128+32,32);
};
Def.Quad {
InitCommand=cmd(x,(128+32)/2;zoomto,32,32;diffuse,color("#7C7C7C"));
};
};