| 675 | } |
| 676 | |
| 677 | void setCentredPos(Vec pos) { |
| 678 | box.pos.x = pos.x - box.size.x / 2; |
| 679 | box.pos.y = pos.y - box.size.y / 2; |
| 680 | } |
| 681 | |
| 682 | void drawBackground(const DrawArgs& args) override { |
| 683 | // Background |
nothing calls this directly
no outgoing calls
no test coverage detected