Search found 5 matches

by Khepri
Wed Jun 08, 2016 10:20 pm
Forum: General
Topic: Avatars: OBEY!
Replies: 763
Views: 1002037

Re: Avatars: OBEY!

Obey! :D
by Khepri
Tue Dec 29, 2015 12:30 am
Forum: General
Topic: LÖVE 0.10.0 released
Replies: 86
Views: 79010

Re: LÖVE 0.10.0 released

Thank you! :awesome:
by Khepri
Wed Mar 27, 2013 11:42 am
Forum: Support and Development
Topic: Resizing of love.physics objects
Replies: 2
Views: 2726

Re: Resizing of love.physics objects

Hi all, I think I have found a solution: -- initial ball setting ball_radius = 20 objects.ball = {} objects.ball.body = love.physics.newBody(world, 650/2, 650/2, "dynamic") objects.ball.shape = love.physics.newCircleShape(ball_radius) objects.ball.fixture = love.physics.newFixture(objects....
by Khepri
Sun Mar 24, 2013 4:00 pm
Forum: Support and Development
Topic: Resizing of love.physics objects
Replies: 2
Views: 2726

Re: Resizing of love.physics objects

I still have not found a solution.. no one has a suggestion? :cry:
by Khepri
Fri Mar 22, 2013 4:38 pm
Forum: Support and Development
Topic: Resizing of love.physics objects
Replies: 2
Views: 2726

Resizing of love.physics objects

Hi everybody, I'm doing some experiments with love.physics starting from the basic tutorial ( http://love2d.org/wiki/Tutorial:Physics ). Now I would like to resize the ball when I move the mouse wheel up but I can't figure out how to do that without overwriting the already existing ball with a new o...