| 444 | } |
| 445 | |
| 446 | void setCentredPos(Vec pos) { |
| 447 | box.pos.x = pos.x - box.size.x / 2; |
| 448 | box.pos.y = pos.y - box.size.y / 2; |
| 449 | } |
| 450 | |
| 451 | void drawBackground(const DrawArgs& args) override { |
| 452 | // Background |
nothing calls this directly
no outgoing calls
no test coverage detected