MCPcopy Create free account
hub / github.com/EasyRPG/Player / DrawBackground

Method DrawBackground

src/scene.cpp:323–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321}
322
323void Scene::DrawBackground(Bitmap& dst) {
324 dst.Fill(Main_Data::game_system->GetBackgroundColor());
325}
326
327bool Scene::CheckSceneExit(AsyncOp aop) {
328 if (aop.GetType() == AsyncOp::eExitGame) {

Callers 1

LocalDrawMethod · 0.45

Calls 2

FillMethod · 0.80
GetBackgroundColorMethod · 0.45

Tested by

no test coverage detected