Shows fading texts for some specified seconds
(self, text, seconds=2.0)
| 291 | self._info_text = {} |
| 292 | |
| 293 | def notification(self, text, seconds=2.0): |
| 294 | """Shows fading texts for some specified seconds""" |
| 295 | self._notifications.set_text(text, seconds=seconds) |
| 296 | |
| 297 | def tick(self, clock): |
| 298 | """Updated the fading texts each frame""" |
no test coverage detected