| 34 | using namespace ax; |
| 35 | |
| 36 | bool Bug899Layer::init() |
| 37 | { |
| 38 | // Director::getInstance()->enableRetinaDisplay(true); |
| 39 | if (BugsTestBase::init()) |
| 40 | { |
| 41 | auto bg = Sprite::create("Images/bugs/RetinaDisplay.jpg"); |
| 42 | addChild(bg, 0); |
| 43 | bg->setAnchorPoint(Vec2::ZERO); |
| 44 | |
| 45 | return true; |
| 46 | } |
| 47 | return false; |
| 48 | } |