WagnerWagnerWagnerWagnerWagnerWagnerWag / COLE

We are using SVN for version control and this repo will be used for bug reporting.
1 stars 0 forks source link

Avoid impossible rotations with Worm Runner #410

Closed WagnerWagnerWagnerWagnerWagnerWagnerWag closed 10 years ago

WagnerWagnerWagnerWagnerWagnerWagnerWag commented 10 years ago

When the wormRunner starts, it chooses randomly between moving left or right. When it chooses right, it looks way better, because when it chooses left it looks like this:

screen shot 2014-05-08 at 5 52 36 pm

It seems like in addition to rotating, the segments are also flipping themselves horizontally. That's because it isn't possible to rotate to this new angle without flipping the sprite. I'd like to avoid sprite flipping because it just doesn't look good :U

WagnerWagnerWagnerWagnerWagnerWagnerWag commented 10 years ago

i think in this scenario, if the worm chooses to go left, he would rotate so he's crawling on the ceiling

WagnerWagnerWagnerWagnerWagnerWagnerWag commented 10 years ago

i think i fixed?