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
Users browsing this forum: Google [Bot] and 2 guests