Can't find tutorials for 'love.graphics'
Forum rules
Before you make a thread asking for help, read this.
Before you make a thread asking for help, read this.
Can't find tutorials for 'love.graphics'
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.
Re: Can't find tutorials for 'love.graphics'
What exactly do you mean by a frame?
Your screen is very zoomed in...
Re: Can't find tutorials for 'love.graphics'
Sorry I just call the thing appear a frame.mickeyjm wrote:What exactly do you mean by 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.
- mcjohnalds45
- Prole
- Posts: 18
- Joined: Sat Jun 02, 2012 12:08 pm
Re: Can't find tutorials for 'love.graphics'
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
Who is online
Users browsing this forum: Ahrefs [Bot], Google [Bot], slime and 1 guest