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

7 lines
159 B
Lua

return LoadFont("Common Normal") .. {
Text=ScreenString("Feet");
BeginCommand=function(self)
self:AddAttribute(5, {Length= 4, Diffuse=Color.Red})
end;
};