Re: Problems with vector player movement (im new)
Posted: Wed Jun 26, 2013 7:24 pm
Code: Select all
if love.keyboard.isDown("up") and
player.yvel > -100 then
player.yvel = player.yvel - player.speed * dt
end
Code: Select all
if love.keyboard.isDown("up") and
player.yvel > -100 then
player.yvel = player.yvel - player.speed * dt
end
first off post things like this in support and development!TheSquareRootOf3 wrote:also, im having some problems with camera movement, should i post them here? or make a new thread