Search found 18 matches

by PartyCow
Mon Sep 01, 2014 12:31 pm
Forum: Support and Development
Topic: Love.physics hit detection question
Replies: 4
Views: 4004

Love.physics hit detection question

Hey!

I'm trying to make a 'bullet' (body) disappear when it hits anything, but nothing seems to happen.

Bullet is created in the mouseclick event, hit detection in the beginConctact event.
The bullet name is object.block9.

main.love attached.
by PartyCow
Fri Aug 22, 2014 11:12 am
Forum: Support and Development
Topic: Change all quads in table x position relative to each of the
Replies: 2
Views: 1490

Re: Change all quads in table x position relative to each of

Plu yeah just what I needed. Didn't know it was called viewport.
Thanks!
by PartyCow
Fri Aug 22, 2014 7:38 am
Forum: Support and Development
Topic: Change all quads in table x position relative to each of the
Replies: 2
Views: 1490

Change all quads in table x position relative to each of the

Hey, I'm trying to add quad's to a table and then move all of them afterwards. function addquad(quadsize) quad = love.graphics.newQuad( 50, 50, 2, quadsize/2,0.0001,0.0001) table.insert(quadtable,quad) for i,v in ipairs(quadtable) do --TODO: Change quad [b]x position[/b] by -2 end end Now I can't fi...
by PartyCow
Tue Dec 18, 2012 4:40 pm
Forum: General
Topic: Distribution
Replies: 6
Views: 3697

Re: Distribution

I have read that, but I still don't understand what stuff I need to put in the readme. Could someone give me a sample?
by PartyCow
Mon Dec 17, 2012 5:13 pm
Forum: General
Topic: Distribution
Replies: 6
Views: 3697

Re: Distribution

Shouldn't put that unicorn there, it's a big distraction, however, does anyone actually know what legal stoof I need to put into LegalStoof.txt?
by PartyCow
Sun Dec 16, 2012 5:13 pm
Forum: General
Topic: Distribution
Replies: 6
Views: 3697

Distribution

If I want to distribute a .love file, including love installer, what legal stuff do I have to add?

Also...

























UNICORN
Image
by PartyCow
Sun Dec 16, 2012 5:04 pm
Forum: Support and Development
Topic: Load image from different directory
Replies: 3
Views: 4998

Load image from different directory

If a image is in another folder than the script, how will I load it?

Thanks
by PartyCow
Sat Nov 17, 2012 3:14 pm
Forum: Support and Development
Topic: Making Delay/Sleep/Wait
Replies: 1
Views: 987

Making Delay/Sleep/Wait

How will I in Löve (obviously) make a wait(xx.xx) function than can handle multiple functions using it at once?

Thanks