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