Also: love.draw() is called to draw things. If the mouse button isn't down, nothing is drawn.
This would work:
Code: Select all
function love.draw()
love.graphics.circle("fill", planet1.body:getX(), planet1.body:getY(), planet1_RADIUS)
end
Code: Select all
function love.draw()
love.graphics.circle("fill", planet1.body:getX(), planet1.body:getY(), planet1_RADIUS)
end
Users browsing this forum: Bing [Bot], rabbitboots and 6 guests