juhojo / corejumper

Platformer game
MIT License
2 stars 0 forks source link

Animate the LevelDetails #6

Closed juhojo closed 7 years ago

juhojo commented 7 years ago

Currently the details of the levels are changed instantaneously and this needs to be fixed for better user experience.

ilpoo commented 7 years ago

Levels now has a move variable, which is an object. Passing an object enables passing of its instance rather than a fixed value to the LevelDetails child. This variable is used to choose the correct animation direction when moving between levels. We may need to look into changing the animation later, we'll have to see.