LOVE-Party / LD24_Jam

LOVE-Party's entrance to the 24th Ludum Dare's Jam
1 stars 2 forks source link

I accidently broke collision detection for the level. #22

Open jadebrew opened 12 years ago

jadebrew commented 12 years ago

I made levels more dynamic, which is great and all. But collision detection for the lower part of the level works although for the top side of the level it's -1 in y direction off. If I weren't working in a team I would have used a magic value to make it work. But I know you guys aren't fond of that.

Please help :(.

jadebrew commented 12 years ago

I added "1 + " right before the equation to get testtile1 in the level collision detection, this is a temporary fix.