Files
itgmania212121/Themes/default/BGAnimations/ScreenHowToPlay overlay/_howtoplay feet.lua
T

7 lines
159 B
Lua
Raw Normal View History

2014-08-31 22:23:11 -07:00
return LoadFont("Common Normal") .. {
Text=ScreenString("Feet");
2014-08-31 22:23:11 -07:00
BeginCommand=function(self)
self:AddAttribute(5, {Length= 4, Diffuse=Color.Red})
end;
};