change the base resource path

This commit is contained in:
laschweinski 2011-09-16 10:23:57 +08:00
parent b9ce266ee3
commit a4bfa976b3
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ bool AppDelegate::initInstance()
|| ! pMainWnd->Create("cocos2d: tests", 480, 320, 480, 320));
//set the base resource folder pay attention to add "/"
CCFileUtils::setResourcePath("Res/");
CCFileUtils::setResourcePath("../Res/");
#endif // CC_PLATFORM_LINUX