MakerBox-NZ / pygame_trukavev2

uay
0 stars 0 forks source link

Positive X bug. #3

Closed TruKave closed 7 years ago

TruKave commented 7 years ago

While going to the right, the player goes double the speed and won't die until I stop moving right. Another thing that might be useful is that if I go far enough, theres a delay between me letting go and him dying.

EDIT: Done some more testing, and it turns out that instead of there being a delay between letting go of "D" and him dying, its if his x gets low enough (or enters a certain area). EDIT2: While moving right scrolling is stopped until the player stops... this is getting confusing.

cyanidecupcake commented 7 years ago

I can't replicate this error, though I suspect it might have something to do with Issue #4.

If fixing your indentation doesn't resolve this issue, please show me or @notklaatu what you are experiencing in class tonight.

TruKave commented 7 years ago

It seems like now it happens with moving left too.