Hello Guest

Author Topic: Multiple Size Sprite Problem  (Read 3685 times)

subzaku

  • 2D Toolkit
  • Newbie
  • *
  • Posts: 6
    • View Profile
Multiple Size Sprite Problem
« on: October 17, 2014, 11:04:55 am »
Hi, i just recently buy this 2d toolkit

i have multiple size sprites for animation, idle is 64x64, atk is 100x64 and some other size
i wonder if we can use multiple size sprite on 1 sprite collection then use it in animation without changing the position of the sprite
my sprite keep moving left and right

thanks

Trigve

  • 2D Toolkit
  • Newbie
  • *
  • Posts: 30
    • View Profile
Re: Multiple Size Sprite Problem
« Reply #1 on: October 17, 2014, 01:05:52 pm »
I think you can set the custom pivot for each of the sprite in the sprite collection. Then every sprite will have the origin at the pivot point.

subzaku

  • 2D Toolkit
  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: Multiple Size Sprite Problem
« Reply #2 on: October 20, 2014, 07:13:10 am »
ah there is custom in anchor, i didn't realized it haha
thanks a lot  ;)