aureneas / adventure

0 stars 0 forks source link

When the player bumps into something, there's a weird visual thing where everything above the player is shifted up one pixel #3

Open aureneas opened 8 years ago

aureneas commented 8 years ago

I have literally no idea why that happens. Yay.

aureneas commented 8 years ago

I figured out why it happens! Turns out that's what happens when the parity of the x and y coordinates of the player are different. So now I just need to fix it so that that NEVER HAPPENS EVER