2016-12-02 19:02:26 -05:00

3 lines
95 B
Plaintext

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