I've just recently been introduced to LOVE and Lua, and I found a decent tutorial by Recursor at "https://www.youtube.com/watch?v=Jte9o4S6rlo" that helped me get started. My problem however, is that
function love.draw()
love.graphics.print("Hello World!",10,100,r,sx,sy,ox,oy)
end
doesn't seem to appear in the Game. And instead, just remains a solid black background. This was structured under a file I made, over the file within main.lua .
I actually just solved this issue on my own while this thread was waiting for approval, OVER the entirety of the 2 hours I was trying to figure this out haha. Sorry about that!
(The code needs to be saved every time, before opening up the game to see the changes. Simple)