Hello Guest

Author Topic: Multiresolution problem with scroll demo project  (Read 3452 times)

fezon aimed

  • 2D Toolkit
  • Newbie
  • *
  • Posts: 9
    • View Profile
Multiresolution problem with scroll demo project
« on: February 11, 2014, 01:36:38 pm »
I am trying to implement demo scroll given in tk2d root and facing multiresolution problem. Scroll background is scaled down and not fit in according to screen size . What can i do to make it fit according to the screen . I am implementing it for android. Need help.
Thank You

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: Multiresolution problem with scroll demo project
« Reply #1 on: February 11, 2014, 09:49:51 pm »
Rescale it, or use the tk2dCamera and set up an override to rescale at different resolutions.