kenkozheng / cocos2d-js

examples for cocos2d-js
249 stars 332 forks source link

cocos js 3.6 compatible issue: cc.pool.hasObj---->cc.pool.hasObject #1

Open dgntby opened 9 years ago

dgntby commented 9 years ago

an issue from your book reader:)

item.js & Obstacle.js cc.pool.hasObj---->cc.pool.hasObject

kenkozheng commented 9 years ago

Sorry, but I can't quite get your meaning. Within V3.0, it's cc.pool.hasObj, but from V3.1 it had changed to cc.pool.hasObject The code in the 'book' folder is different from the code in 'hungry-hero' folder, because the latter was built when Cocos2d-JS was still V3.0.