[SOLVED]Weird load.love error

Questions about the LÖVE API, installing LÖVE and other support related questions go here.
Forum rules
Before you make a thread asking for help, read this.
Post Reply
Noob_Maker
Prole
Posts: 5
Joined: Tue Jul 12, 2016 1:18 am

[SOLVED]Weird load.love error

Post by Noob_Maker »

So, I got this image:
error1.PNG
error1.PNG (6.51 KiB) Viewed 2393 times
And I have no idea how to fix it. :?
This is the code:

Code: Select all

--configuration
function love.config( t )
	t.window.width = 800
	t.window.height = 400
	t.console = true
end
function load.love(  )
	-- body
end
function update.love( dt )
	-- body
end
function draw.love(  )
	love.graphics.print("Hello World")
end
soo....yeah :/
Last edited by Noob_Maker on Sun Oct 16, 2016 8:13 pm, edited 2 times in total.
User avatar
bartbes
Sex machine
Posts: 4946
Joined: Fri Aug 29, 2008 10:35 am
Location: The Netherlands
Contact:

Re: Weird load.love error

Post by bartbes »

The callbacks are 'love.load', 'love.update', etc.
Noob_Maker
Prole
Posts: 5
Joined: Tue Jul 12, 2016 1:18 am

Re: Weird load.love error

Post by Noob_Maker »

bartbes wrote:The callbacks are 'love.load', 'love.update', etc.
Oh, thank you! :nyu:
Post Reply

Who is online

Users browsing this forum: Bing [Bot] and 3 guests