Dariasteam / TowerJumper

Casual ability game
GNU General Public License v3.0
120 stars 38 forks source link

Can't rotate both directions on top of wall #21

Closed bradmont closed 5 years ago

bradmont commented 5 years ago

If I bust a level and then land on top of a wall based on the next level, it seems like the game considers the ball to be on one side of the wall or the other, so I can only rotate in one direction. Also, the camera often descends to the next level in this situation so I can't see the ball at all.

Thanks for the great game!

Dariasteam commented 5 years ago

I'm working on it now. Thanks!

Dariasteam commented 5 years ago

Fixed by https://github.com/Dariasteam/TowerJumper/commit/557320bce288e2ae761cdab91fb673e7865face4

jneidel commented 5 years ago

@Dariasteam If you include fixes #21 in the commit msg/body you can automatically close the corresponding issues. Instead of linking the commit in the issue and closing it manually. Docs

Dariasteam commented 5 years ago

Didn't knew that, thank you!