Hello Guest

Author Topic: Multiple resolution  (Read 2975 times)

reskp

  • Newbie
  • *
  • Posts: 5
    • View Profile
Multiple resolution
« on: September 04, 2014, 09:46:33 am »
Hi,
I am on a game that will work for all of resolutions, platforms and devices (HD,full HD, mobile,computer, retina, non retina, 4K ...)
My base are tiles of 32x32 for 320x480
I will scale the game for all other resolutions, devices.
- That mean i should draw levels using 32x32 or should i use the bigger one on the editor?
- How does 2D toolkit will use for exemple the 64x64 ...

Thanks

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: Multiple resolution
« Reply #1 on: September 04, 2014, 09:50:49 am »
What do you want it to do when the game is running on 1920x1080? Do you want it to scale up, or display more of your tilemap?
Use the tk2dCamera, if you want it to scale up set the override to fitvertical. Otherwise set it to Pixelperfect.