Tagged Questions
1
vote
1answer
370 views
How to make a Sprite using CoreGraphics iOS - Cocos2d-iPhone
I'm trying to make a sprite that uses the graphics that are made with core graphics. I cant seem to find anything to explain how to make shapes using core graphics to create a sprite to use in ...
-2
votes
1answer
160 views
How to begin stylising a game
I'm currently in the late stages of development for a platform-esque iPhone game and am beginning to look into the graphics. Being a developer through-and-through, I have limited design skills and my ...
1
vote
1answer
745 views
Stretching textures for CCSprites in Cocos2D
I'm making a game for iPhone and iPad w/ Cocos2D and Box2D. I scale the size of square objects ("blocks") using a pixel-to-meters ratio depending on the particular device. Can I stretch or shrink ...
3
votes
1answer
4k views
iPhone image asset recommended resolution/dpi/format
I'm learning iPhone development and a friend will be doing the graphics/animation. I'll be using cocos2d most likely (if that matters).
My friend wants to get started on the graphics, and I don't ...