Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
59
bool MenuLayer::music = true;
60
61
Scene* MenuLayer::scene()
62
{
63
auto scene = Scene::create();
64
scene->addChild(MenuLayer::create());
65
return scene;
66
}
67
68
MenuLayer* MenuLayer::create() {
69
MenuLayer* pRet = new MenuLayer();
Callers
nothing calls this directly
Calls
1
create
Function · 0.85
Tested by
no test coverage detected