Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
323
void Scene::DrawBackground(Bitmap& dst) {
324
dst.Fill(Main_Data::game_system->GetBackgroundColor());
325
}
326
327
bool Scene::CheckSceneExit(AsyncOp aop) {
328
if (aop.GetType() == AsyncOp::eExitGame) {
Callers
1
LocalDraw
Method · 0.45
Calls
2
Fill
Method · 0.80
GetBackgroundColor
Method · 0.45
Tested by
no test coverage detected