2D Toolkit Forum

2D Toolkit => Support => Topic started by: wondermike on January 04, 2015, 06:12:36 pm

Title: 3x Platform for iPhone 6
Post by: wondermike 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!
Title: Re: 3x Platform for iPhone 6
Post by: unikronsoftware 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.
Title: Re: 3x Platform for iPhone 6
Post by: wondermike on January 06, 2015, 02:11:45 am
Perfect, thanks!