2017-11-29 22:13:32 -05:00

3 lines
93 B
Plaintext

function gui:setNewFont(FontSize)
self.Font=love.graphics.setNewFont(tonumber(FontSize))
end