Happy Birthday!
white = color.new(255,255,255)
image.load("Images/birthdaybackground.png")
while true do
controls.read()
screen:clear()
image.blit(0,0)
screen.print(240,136,"Happy Birthday Gamblorez!", 0.6, white, white)
screen.waitvblankstart()
screen.flip()
end