MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / scene

Method scene

Source/MenuLayer.cpp:61–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59bool MenuLayer::music = true;
60
61Scene* MenuLayer::scene()
62{
63 auto scene = Scene::create();
64 scene->addChild(MenuLayer::create());
65 return scene;
66}
67
68MenuLayer* MenuLayer::create() {
69 MenuLayer* pRet = new MenuLayer();

Callers

nothing calls this directly

Calls 1

createFunction · 0.85

Tested by

no test coverage detected