Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AbyssEngine/AbyssEngineOld
/ renderTrademark
Method
renderTrademark
src/OD2/Scenes/MainMenu/MainMenu.cpp:57–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
void MainMenu::renderTrademark() {
58
_trademarkBackground.draw(0, 0, 0, 4, 3);
59
_d2Logo.render();
60
}
61
62
void MainMenu::renderMainMenu() {
63
_background.draw(0, 0, 0, 4, 3);
Callers
nothing calls this directly
Calls
2
draw
Method · 0.45
render
Method · 0.45
Tested by
no test coverage detected