| 95 | } |
| 96 | |
| 97 | static void DrawCheck(const Vec2& center) |
| 98 | { |
| 99 | Quad{ 2.5, 13.5, 6, 11, 9.5, 14.5, 9.5, 20.5 }.movedBy(-12, -12).movedBy(center).draw(); |
| 100 | Quad{ 9.5, 20.5, 9.5, 14.5, 17.75, 3.75, 20.5, 6.5 }.movedBy(-12, -12).movedBy(center).draw(); |
| 101 | } |
| 102 | |
| 103 | const Font& GetFont() noexcept |
| 104 | { |
no test coverage detected