spell-cards.love/0038-on.initialize

6 lines
175 B
Plaintext

on.initialize = function(arg)
Font_height = 20
love.graphics.setFont(love.graphics.newFont(Font_height))
Line_height = math.floor(Font_height * 1.3)
learn_initialize()
end