document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. {
  2.     "project_type": "javascript",
  3.  
  4.     "debugMode" : 1,
  5.     "showFPS" : true,
  6.     "frameRate" : 60,
  7.     "id" : "gameCanvas",
  8.     "renderMode" : 0,
  9.     "engineDir":"frameworks/cocos2d-html5",
  10.  
  11.     "modules" : ["cocos2d", "extensions"],
  12.  
  13.     "jsList" : [
  14.         "src/resource.js",
  15.         "src/app.js"
  16.     ]
  17. }
');