2D Toolkit Forum
2D Toolkit => Support => Topic started by: gonzalez.martin90 on December 30, 2014, 01:51:23 pm
-
Hi everyone!
I'm using the Current resolution feature for the first time and it works. But it only works if @2x and @4x sprites are in the same folder? Is there any way to keep tidy in a @2x folder (all 2x sprites) and another folder for @4x?
I tried and tk2d throw an error saying that cannot find the @4x for that current resolution.
Thanks!
-
Hi, you can have it as a 2x / 4x folder, not a @2x or @4x folder.
http://2dtoolkit.com/docs/latest/advanced/platform_specific_sprite_collections.html
Check the section "asset paths"
-
Hi, you can have it as a 2x / 4x folder, not a @2x or @4x folder.
http://2dtoolkit.com/docs/latest/advanced/platform_specific_sprite_collections.html
Check the section "asset paths"
Nice! It works!