Skip to content

Animation Manger Test

Raghuram Iyer "Ragzzy-R" edited this page May 19, 2014 · 14 revisions

This article tells how to use Animation Manager to maintain states.Most of them are easy to understand if you just take a look at Animation

            `walkAnimator = new Animator(1,7);
	 slideAnimator= new Animator(1,3);
	 player = new AnimatableEntity(1);`

Clone this wiki locally