* Changes the color for the message text. * @param color Color value. */
| 69 | * @param color Color value. |
| 70 | */ |
| 71 | void WarningMessage::setTextColor(Uint8 color) |
| 72 | { |
| 73 | _text->setColor(color); |
| 74 | } |
| 75 | |
| 76 | /** |
| 77 | * Changes the various resources needed for text rendering. |
no test coverage detected