摘要:
Tiled MapsThere 2 ways of creating tiled maps in cocos2d.by using the TMX Tile Map format (newer, more flexible, recommended)by using the PGU Tile Map format (older, deprecated)TMX Tile Map formatSinc... 阅读全文
摘要:
Labels and Fonts 标签和字体Introduction 介绍cocos2d 支持 TTF (True Type Fonts) 标签和纹理 atlas 标签.Pros and Cons of TTF labels: (Label)+ All the pros of TTF fonts: any size, kerning support, etc.+ 简单实用,不需要外部编辑器.- 创... 阅读全文