andrew0 / cocoshop

Visual editor for cocos2d
Other
181 stars 30 forks source link

Save relative path in plist instead of absolute #31

Closed psineur closed 13 years ago

psineur commented 13 years ago

With absolute path we're break csd just by renaming directory where png's appear, even if csd & png's are in one folder. Relative path isn't the best solution, cause it will be better to save all assets into one file. But it's good enough for 0.1

Use this: https://github.com/sazameki/NSString-Relative-Path-Support