(self, module_name, info)
| 315 | self._notifications.tick(clock) |
| 316 | |
| 317 | def add_info(self, module_name, info): |
| 318 | self._info_text[module_name] = info |
| 319 | |
| 320 | def render_vehicles_ids(self, vehicle_id_surface, list_actors, world_to_pixel, hero_actor, hero_transform): |
| 321 | vehicle_id_surface.fill(COLOR_BLACK) |
no outgoing calls
no test coverage detected