摘要: //// MovingPlatform.h// platformbuilder//// Created by Kay Rules on 6/15/11.// Copyright 2011 Fleezo.com. All rights reserved.//#import "cocos2d.h"@interface MovingPlatform : CCSprite { CGSize winSize; CCArray *_platforms1; CCArray *_platforms2; CCArray *_platforms3; CCArray *_imagePlatfor 阅读全文
posted @ 2013-01-29 23:16 风轻如梦 阅读(295) 评论(0) 推荐(0) 编辑
摘要: //// GameLayer.h// EndlessPlatformer//// Created by Kay Rules on 8/1/11.// Copyright 2011 Fleezo.com. All rights reserved.//#import <Foundation/Foundation.h>#import "cocos2d.h"#import "MovingPlatform.h"#import "ScoreLayer.h"@interface GameLayer : CCLayer { MovingP 阅读全文
posted @ 2013-01-29 23:15 风轻如梦 阅读(298) 评论(0) 推荐(0) 编辑