hello so i am trying to develop a game with my crew and i am the coder
whenver i do anything and open the love exe file it just shows the no game picture of that duck balloon thing
i am not sure on how to fix this but this is the code is used for the main code:
function love.draw()
love.graphics.print('Hello World!', 400, 300)
end
after i put that in my notepad++ lua note it still said no game
Then, if you already did, did you save those files you created in notepad?
With the correct names?
Then you used one of the few methods to run said projects with löve?
Me and my stuff True Neutral Aspirant. Why, yes, i do indeed enjoy sarcastically correcting others when they make the most blatant of spelling mistakes. No bullying or trolling the innocent tho.
dodgamesdev wrote: ↑Fri Aug 07, 2020 6:37 am
hello so i am trying to develop a game with my crew and i am the coder
whenver i do anything and open the love exe file it just shows the no game picture of that duck balloon thing
i am not sure on how to fix this but this is the code is used for the main code:
function love.draw()
love.graphics.print('Hello World!', 400, 300)
end
after i put that in my notepad++ lua note it still said no game