Hello Guest

Author Topic: Spine animation body part collider  (Read 3559 times)

turkerkarahan@yahoo.com

  • 2D Toolkit
  • Newbie
  • *
  • Posts: 4
  • Udo Games
    • View Profile
    • Udo Games
Spine animation body part collider
« on: October 09, 2013, 06:23:40 pm »
Hello,
I'm using Spine with Tk2d and an object's animation is created with an spritecollection with parts of that animation.
I'm trying to put collider to some parts but they dont appear when all the parts get together and animation play.
Any help?

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: Spine animation body part collider
« Reply #1 on: October 10, 2013, 09:12:18 am »
The spine tk2d runtime doesn't create colliders the last time I looked. You'll have to either implement that, or create normal tk2d sprites at those positions.