Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Open-GD/OpenGD
/ getSplash
Method
getSplash
Source/LoadingLayer.cpp:136–138 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
134
135
136
const char* LoadingLayer::getSplash() {
137
return splashes[GameToolbox::randomInt(0, splashes.size() - 1)];
138
}
139
140
Scene* LoadingLayer::scene() {
141
auto scene = Scene::create();
Callers
1
init
Method · 0.95
Calls
1
size
Method · 0.80
Tested by
no test coverage detected