| 64 | } |
| 65 | |
| 66 | void ScriptTile::uiHints(const std::string& hints, float z) |
| 67 | { |
| 68 | TextPool::get().drawCentered(hints, UI_X, UI_W, uiBodyBottom() + 4, HINT_SIZE, COLOR_MUTED, z); |
| 69 | } |
| 70 | |
| 71 | void ScriptTile::bar(int x, int y, int w, const ScriptConsole::Layer& layer, float z) |
| 72 | { |
nothing calls this directly
no test coverage detected