| 119 | } |
| 120 | |
| 121 | void ScriptMessageOverlay::drawBody(int bodyY) const |
| 122 | { |
| 123 | drawWrappedBody(mText, bodyY); |
| 124 | mButton->draw(BTN_SIZE, COLOR_RING); |
| 125 | Gui::drawPulsingOutline(ScriptTile::UI_X + ScriptTile::PAD, buttonRowY(), ScriptTile::UI_W - 2 * ScriptTile::PAD, BTN_H, 2, COLOR_RING); |
| 126 | } |
| 127 | |
| 128 | std::string ScriptMessageOverlay::hints(void) const |
| 129 | { |
nothing calls this directly
no test coverage detected