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

7 lines
172 B
Lua
Raw Normal View History

2014-08-31 22:23:11 -07:00
return LoadFont("Common Normal") .. {
Text="Your feet will be used to play!";
BeginCommand=function(self)
self:AddAttribute(5, {Length= 4, Diffuse=Color.Red})
end;
};