SQLite Getting Started. How Does SQL Work In A Game? Basic Database Creation And Manipulation Creating A Simple Database Creating A Table Querying Data Inserting Data Updatin...
使用精灵缓存 使用精灵缓存 精灵缓存是 Cocos2d-x 为了提高精灵的访问速度,提供的一个精灵的缓存机制。 我们可以创建一个精灵并把精灵放到精灵的缓存对象 SpriteFrameCache 中: // Our .plist file has names for each of the sprites in it. We'll grab ...