Can't find tutorials for 'love.graphics'

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
micolord
Prole
Posts: 4
Joined: Sat Dec 29, 2012 11:14 am

Can't find tutorials for 'love.graphics'

Post by micolord »

Hi guys, I am so new here and I'm lost. Can anyone show me a link for a tutorial wherein it teach you how to make a frame with out print 3: Or can you please show me a little simple example on how to make a blank frame.
What's the point of existence? If I would be given a wish, I'd wish I never existed.
User avatar
mickeyjm
Party member
Posts: 237
Joined: Thu Dec 29, 2011 11:41 am

Re: Can't find tutorials for 'love.graphics'

Post by mickeyjm »

What exactly do you mean by a frame?
Your screen is very zoomed in...
micolord
Prole
Posts: 4
Joined: Sat Dec 29, 2012 11:14 am

Re: Can't find tutorials for 'love.graphics'

Post by micolord »

mickeyjm wrote:What exactly do you mean by a frame?
Sorry I just call the thing appear a frame.

love.graphics.print("Hello World", 400, 300)
What's the point of existence? If I would be given a wish, I'd wish I never existed.
User avatar
mcjohnalds45
Prole
Posts: 18
Joined: Sat Jun 02, 2012 12:08 pm

Re: Can't find tutorials for 'love.graphics'

Post by mcjohnalds45 »

You can just draw things directly to the screen in love.draw, e.g:

Code: Select all

function love.draw()
	love.graphics.print("Hello World", 400, 300)
end
Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot], Google [Bot], slime and 1 guest