Initializes the content data structures
(self)
| 285 | (self.dim[0], 40), (0, self.dim[1] - 40)) |
| 286 | |
| 287 | def _init_data_params(self): |
| 288 | """Initializes the content data structures""" |
| 289 | self.show_info = True |
| 290 | self.show_actor_ids = False |
| 291 | self._info_text = {} |
| 292 | |
| 293 | def notification(self, text, seconds=2.0): |
| 294 | """Shows fading texts for some specified seconds""" |