3 lines
93 B
Plaintext
3 lines
93 B
Plaintext
function gui:setNewFont(FontSize)
|
|
self.Font=love.graphics.setNewFont(tonumber(FontSize))
|
|
end |