Page 2 of 2

Re: Problems with vector player movement (im new)

Posted: Wed Jun 26, 2013 7:24 pm
by MadByte

Code: Select all

	if love.keyboard.isDown("up") and
		player.yvel > -100 then
			player.yvel = player.yvel - player.speed * dt
	end

Re: Problems with vector player movement (im new)

Posted: Wed Jun 26, 2013 7:26 pm
by TheSquareRootOf3
ahhh thanks! god im an idiot :p

Re: Problems with vector player movement (im new)

Posted: Wed Jun 26, 2013 7:27 pm
by TheSquareRootOf3
also, im having some problems with camera movement, should i post them here? or make a new thread

Re: Problems with vector player movement (im new)

Posted: Wed Jun 26, 2013 7:41 pm
by jjmafiae
TheSquareRootOf3 wrote:also, im having some problems with camera movement, should i post them here? or make a new thread
first off post things like this in support and development!

link: viewforum.php?f=4

secound!

keep calm and eat cheese :ultraglee: