MCPcopy 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
136const char* LoadingLayer::getSplash() {
137 return splashes[GameToolbox::randomInt(0, splashes.size() - 1)];
138}
139
140Scene* LoadingLayer::scene() {
141 auto scene = Scene::create();

Callers 1

initMethod · 0.95

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected