Search found 1938 matches

by Nixola
Tue Dec 27, 2011 5:13 pm
Forum: General
Topic: Embedded Löve
Replies: 5
Views: 2063

Re: Embedded Löve

What's SELÖVE?
by Nixola
Tue Dec 27, 2011 1:21 pm
Forum: Support and Development
Topic: Turning a body around a body [Solved]
Replies: 8
Views: 4848

Re: Turning a body around a body

function love.load() center_x, center_y = 256, 256 angle = 0 distance = 128 end function love.update(dt) angle = angle + 360*dt sinn = math.sin(math.rad(angle)) coss = math.cos(math.rad(angle-180)) end function love.draw() love.graphics.circle('line', center_x, center_y, 64, 64) love.graphics.circl...
by Nixola
Tue Dec 27, 2011 10:49 am
Forum: Support and Development
Topic: Going up and down.
Replies: 4
Views: 2076

Re: Going up and down.

if love.keyboard.isDown("right") then char.posx = char.posx + 0.4 char.posy = char.posy + 0 --Useless, you can delete this line elseif love.keyboard.isDown("left") then char.posx = char.posx - 0.4 char.posy = char.posy - 0 --Read above ↑↑↑ elseif love.keyboard.isDown("up&qu...
by Nixola
Sun Dec 25, 2011 3:17 pm
Forum: Support and Development
Topic: How would I create a timer?
Replies: 28
Views: 10958

Re: How would I create a timer?

Rename, cancel "zip", write "love"
by Nixola
Fri Dec 23, 2011 1:19 pm
Forum: General
Topic: LÖVE automated building and distribution.
Replies: 15
Views: 7781

Re: LÖVE automated building and distribution.

I have the same problem... Mac and Win zips are 0byte zip files, and if I try to download the .love I get this: <Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message><Key>SCR Asteroids</Key><RequestId>21235AEB90BAC593</RequestId><HostId>iauCAmaxjcuLBwIH7l6yIzzAJGZUywUGPzKs...
by Nixola
Wed Dec 21, 2011 9:35 pm
Forum: Games and Creations
Topic: Margrets Runaway (LD48)
Replies: 18
Views: 7216

Re: Margrets Runaway (LD48)

I like this kid of graphics, please don't change it or at least make both old and new available
by Nixola
Wed Dec 21, 2011 3:39 pm
Forum: Support and Development
Topic: Enemy/AI system {Still need help D:}
Replies: 20
Views: 10670

Re: Enemy/AI system

Can you show us your "many things", so that we can correct you?
by Nixola
Wed Dec 21, 2011 2:26 pm
Forum: Support and Development
Topic: 2d minecraft like engine
Replies: 3
Views: 2905

Re: 2d minecraft like engine

I downloaded your .love file and I'm trying to add some features (like a player =P), can I use it?
by Nixola
Tue Dec 20, 2011 7:47 pm
Forum: Support and Development
Topic: Falling Snow Collision Fail
Replies: 8
Views: 4437

Re: Falling Snow Collision Fail

Me too, it doesn't seem to have anything wrong