mirror of https://github.com/axmolengine/axmol.git
This commit is contained in:
parent
1cec3f5b60
commit
96a1e4f5ec
|
@ -361,7 +361,7 @@
|
|||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCParticleExample.h"
|
||||
RelativePath=".\include\CCParticleExamples.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
|
@ -597,7 +597,7 @@
|
|||
Name="particle_nodes"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\particle_nodes\CCParticleExample.cpp"
|
||||
RelativePath=".\particle_nodes\CCParticleExamples.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
|
|
|
@ -49,7 +49,7 @@ THE SOFTWARE.
|
|||
#include "CCParticleSystem.h"
|
||||
#include "CCPointParticleSystem.h"
|
||||
#include "CCQuadParticleSystem.h"
|
||||
#include "CCParticleExample.h"
|
||||
#include "CCParticleExamples.h"
|
||||
#include "CCScene.h"
|
||||
#include "CCSprite.h"
|
||||
#include "CCTextureCache.h"
|
||||
|
|
|
@ -21,7 +21,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
||||
****************************************************************************/
|
||||
#include "CCParticleExample.h"
|
||||
#include "CCParticleExamples.h"
|
||||
#include "CCDirector.h"
|
||||
#include "CCTextureCache.h"
|
||||
#include "CGPointExtension.h"
|
|
@ -10,7 +10,7 @@
|
|||
#include "test_uphone_res_def.h"
|
||||
#include "TG3.h"
|
||||
#include "ssMsgQueue.h"
|
||||
#include "touch_dispatcher/CCTouchDelegateProtocol.h"
|
||||
#include "CCTouchDelegateProtocol.h"
|
||||
|
||||
using namespace cocos2d;
|
||||
|
||||
|
|
|
@ -17,8 +17,8 @@ static const char s_back3[] = "/NEWPLUS/TDA_DATA/Data/cocos2d_tests/Imag
|
|||
static const char s_stars1[] = "/NEWPLUS/TDA_DATA/Data/cocos2d_tests/Images/stars.png";
|
||||
static const char s_fire[] = "/NEWPLUS/TDA_DATA/Data/cocos2d_tests/Images/fire.png";
|
||||
static const char s_snow[] = "/NEWPLUS/TDA_DATA/Data/cocos2d_tests/Images/snow.png";
|
||||
static const char s_star1_scale[] = "/NEWPLUS/TDA_DATA/Data/cocos2d_tests/Images/stars-grayscale.png";
|
||||
static const char s_star2_scale[] = "/NEWPLUS/TDA_DATA/Data/cocos2d_tests/Images/stars2-grayscale.png";
|
||||
static const char s_fire_scale[] = "/NEWPLUS/TDA_DATA/Data/cocos2d_tests/Images/fire-grayscale.png";
|
||||
static const char s_star1_scale[] = "/NEWPLUS/TDA_DATA/Data/cocos2d_tests/Images/stars.png";
|
||||
static const char s_star2_scale[] = "/NEWPLUS/TDA_DATA/Data/cocos2d_tests/Images/stars2.png";
|
||||
static const char s_fire_scale[] = "/NEWPLUS/TDA_DATA/Data/cocos2d_tests/Images/fire.png";
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue