We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
Getting full path will fail if texture name in the plist is without relative path.
Getting full path will fail if texture name in the plist is without relative path.
Bug #1662 [Closed]
Status: | Closed | |
---|---|---|
Start date: | 2013-01-17 | |
Priority: | Normal | |
Due date: | ||
Assignee: | ||
% Done: | 100% |
|
Category: | all | |
Target version: | cocos2d-2.1beta3-x-2.1.1 |
For example:
a.plist and a.png are at the same directory.
When `CCParticleSystem::initWithDictionary` is invoked, the second parameter `dirname` will be `Particles/`.
The `Particles/` will not be inserted before texture name.