CyberCRI / Hero.Coli

Hero.Coli is a single-player 2D top-down adventure game.
http://herocoli.com
MIT License
6 stars 4 forks source link

Improved StepByStepTutorial hint system #345

Open raphik12 opened 8 years ago

raphik12 commented 8 years ago

Improvements: on-demand next button, scaling, tutorial step or start condition, blinking, pointing arrow...

Create class to describe a step, a StepByStepTutorial then contains a list of TutorialSteps, each of which containing these improvements.

Also, add bool argument to focusOn to force updated positioning of focus mask and arrow to prevent misplacement bugs.