Adds a block of information in the left HUD panel of the visualizer
(self, title, info)
| 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""" |
| 303 | self._info_text[title] = info |
| 304 | |
| 305 | def render_vehicles_ids(self, vehicle_id_surface, list_actors, world_to_pixel, hero_actor, hero_transform): |
| 306 | """When flag enabled, it shows the IDs of the vehicles that are spawned in the world. Depending on the vehicle type, |
no outgoing calls
no test coverage detected