no game page
Posted: 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
in my configuring notepad i wrote:
function love.conf(pp)
pp.modules.joystick = true
pp.modules.audio = true
pp.modules.keyboard = true
pp.modules.event = true
pp.modules.image = true
pp.modules.graphics = true
pp.modules.timer = true
pp.modules.mouse = true
pp.modules.sound = true
pp.modules.thread = true
pp.modules.physics = true
pp.console = true
pp.title = "game gameir"
pp.author = "doodle studios"
pp.screen.fullscreen = false
pp.screen.vsync = false
pp.screen.faaa = 0
pp.screen.height = 600
pp.screen.width = 800
end
nothing happened still, and it just said no game again. please help, thank you
-dodgamedev
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
in my configuring notepad i wrote:
function love.conf(pp)
pp.modules.joystick = true
pp.modules.audio = true
pp.modules.keyboard = true
pp.modules.event = true
pp.modules.image = true
pp.modules.graphics = true
pp.modules.timer = true
pp.modules.mouse = true
pp.modules.sound = true
pp.modules.thread = true
pp.modules.physics = true
pp.console = true
pp.title = "game gameir"
pp.author = "doodle studios"
pp.screen.fullscreen = false
pp.screen.vsync = false
pp.screen.faaa = 0
pp.screen.height = 600
pp.screen.width = 800
end
nothing happened still, and it just said no game again. please help, thank you
-dodgamedev