idk. just wish me luck. note that i wont wish you guys luck too, cuz then no one is gonna be lucky.. huhu :'3
srry but i think this section is so quiet so yeah..
local font = love.graphics.newFont(width/7) --dk, just random number
love.graphics.setFont(font)
love.graphics.setBackgroundColor(1,1,1)
love.graphics.print({{0.9, 0.1, 0.1}, "t", {1.0, 0.6, 0.0}, "h", {1.0, 0.8, 0.2}, "a", {0.2, 0.8, 0.2}, "n", {0.2, 0.4, 1.0}, "k", {0.6, 0.2, 0.8}, " ", {0.9, 0.2, 0.9}, "y", {0.0, 0.7, 1.0}, "o", {0.2, 0.2, 0.2}, "u", {1.0, 0.4, 0.6}, "!"}, love.graphics.getWidth()/2, love.graphics.getHeight()/2, 0, 1, 1, love.graphics.getFont():getWidth('thank you!')/2, love.graphics.getFont():getHeight()/2)