| 227 | } |
| 228 | |
| 229 | RectF Npc::metaBoundBox() const { |
| 230 | return RectF(-4, -4, 4, 4); |
| 231 | } |
| 232 | |
| 233 | Vec2F Npc::mouthOffset(bool ignoreAdjustments) const { |
| 234 | return Vec2F{m_humanoid.mouthOffset(ignoreAdjustments)[0] * numericalDirection(m_humanoid.facingDirection()), |
no outgoing calls
no test coverage detected