MichaelSinsbeck / platformer

A ninja platformer written in LÖVE
7 stars 0 forks source link

Animation missing when gliding #198

Closed Germanunkol closed 10 years ago

Germanunkol commented 10 years ago

When the ninja uses the parachute, he becomes invisible, because the animation seems to be missing...

michalove commented 10 years ago

I put myself as assignee. The planned solution to the animation is this: In the campaign, the current bandana determines the possible special moves, so the animation will be there. In the level editor, the user can specify the possible special moves and the bandana color is adapted to that choice.

Germanunkol commented 10 years ago

I don't understand how the color will be adapted in the editor... In the campaign, the user gets more special moves as he goes. But in the editor, it could be possible to be able to do the first and the thrid special move, but not the second...? What colour would it use then?

michalove commented 10 years ago

Yes, it is possible to have the first and third move, but not the second one. In that case I'd just use the bandana color of the "highest" special move.

That means the player can not immediately see, which abilities he has. I know this is not optimal. If you have suggestions, go ahead. Otherwise, I'd say, we have other priorities, namely getting the game finished.

michalove commented 10 years ago

The invisibility problem is solved.