Hello Guest

Author Topic: 3x Platform for iPhone 6  (Read 3622 times)

wondermike

  • Newbie
  • *
  • Posts: 2
    • View Profile
3x Platform for iPhone 6
« on: January 04, 2015, 06:12:36 pm »
Hi, in our game, in order to support the iPhone 6+, we need a new spritesheet at 3x resolution. In the sprite collection settings you can only add 1x, 2x and 4x platforms right now (v2.5.0), is there a way I can add 3x textures in addition to the current 1x, 2x and 4x?

Thanks!

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: 3x Platform for iPhone 6
« Reply #1 on: January 04, 2015, 07:59:44 pm »
Its in tk2dSystem.cs, look for assetPlatforms
You can add as many platforms as you like at any scales.

wondermike

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: 3x Platform for iPhone 6
« Reply #2 on: January 06, 2015, 02:11:45 am »
Perfect, thanks!