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

Method InitGraphics

src/game_screen.cpp:53–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void Game_Screen::InitGraphics() {
54 weather = std::make_unique<Weather>();
55 OnWeatherChanged();
56
57 if (data.battleanim_active) {
58 ShowBattleAnimation(data.battleanim_id,
59 data.battleanim_target,
60 data.battleanim_global,
61 data.battleanim_frame);
62 }
63}
64
65void Game_Screen::OnMapChange() {
66 data.flash_red = 0;

Callers 2

StartMethod · 0.45
StartMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected