MCPcopy 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
57void MainMenu::renderTrademark() {
58 _trademarkBackground.draw(0, 0, 0, 4, 3);
59 _d2Logo.render();
60}
61
62void MainMenu::renderMainMenu() {
63 _background.draw(0, 0, 0, 4, 3);

Callers

nothing calls this directly

Calls 2

drawMethod · 0.45
renderMethod · 0.45

Tested by

no test coverage detected