(self)
| 304 | (self.dim[0], 40), (0, self.dim[1] - 40)) |
| 305 | |
| 306 | def _init_data_params(self): |
| 307 | self.show_info = True |
| 308 | self.show_actor_ids = False |
| 309 | self._info_text = {} |
| 310 | |
| 311 | def notification(self, text, seconds=2.0): |
| 312 | self._notifications.set_text(text, seconds=seconds) |