Search found 3 matches

by alasqa
Wed Sep 18, 2013 9:57 pm
Forum: General
Topic: Problem with 2D side scrolling jump function
Replies: 2
Views: 2446

Re: Problem with 2D side scrolling jump function

Okay well I fixed the problem, turns out I had missed one vital part of the code. I had to make sure to put a negative next to the player.y variable loveg.draw(player.image, player.x, - player.y, 0, 1, 1) However, this causes another issue. I have my player.y set to 535, so when it goes negative, it...
by alasqa
Wed Sep 18, 2013 9:10 pm
Forum: General
Topic: Problem with 2D side scrolling jump function
Replies: 2
Views: 2446

Problem with 2D side scrolling jump function

Hey yo I'm working on a space adventure/2D side scroller and I am now having issues with my jump code. I can get the character to jump with the following code, but instead of jumping upwards, my character jumps downward. I have messed around with it for a while changing the variables to negative and...
by alasqa
Mon Apr 22, 2013 12:51 am
Forum: Games and Creations
Topic: Possession - A roguelike made in LÖVE
Replies: 8
Views: 12794

Re: Possession - A roguelike made in LÖVE

The game looks and plays great man! Could you perhaps make it open source? A friend and myself are currently trying to make our own roguelike and are very confused with how to start. If you could that would be awesome man.