Updated the fading texts each frame
(self, clock)
| 295 | self._notifications.set_text(text, seconds=seconds) |
| 296 | |
| 297 | def tick(self, clock): |
| 298 | """Updated the fading texts each frame""" |
| 299 | self._notifications.tick(clock) |
| 300 | |
| 301 | def add_info(self, title, info): |
| 302 | """Adds a block of information in the left HUD panel of the visualizer""" |
no outgoing calls
no test coverage detected