//-------------------------------------- // INITIALIZE //-------------------------------------- //-------------------------------------- // PUBLIC METHODS //-------------------------------------- public override void ShowFrame(int index) { currentFrame = index; sprite.opacity = opacity; sprite.showFrame(currentFrame); base.ShowFrame(index); }
//-------------------------------------- // INITIALIZE //-------------------------------------- //-------------------------------------- // PUBLIC METHODS //-------------------------------------- public override void ShowFrame(int index) { currentFrame = index; sprite.showFrame(currentFrame); }