spritebuilder / SpriteBuilder

Objective-C Game Development Suite
http://www.spritebuilder.com/
Other
739 stars 292 forks source link

Updating templates to include 1x and 2x art. #1563

Closed slembcke closed 9 years ago

slembcke commented 9 years ago

If the problem with https://github.com/cocos2d/cocos2d-spritebuilder/pull/1306 is that SB doesn't support untagged resources yet and the templates don't include 1x and 2x art, we can change the export settings of the template project to export all of the explicit resolutions. Then we don't need to add a hack to Cocos2D to work around it.

rkachowski commented 9 years ago

Awesome. The core problem is a missing feature in SB and yeah, it makes more sense to change it here.