(self, clipping_rect)
| 1119 | self._render_walkers(surface, walkers, self.map_image.world_to_pixel) |
| 1120 | |
| 1121 | def clip_surfaces(self, clipping_rect): |
| 1122 | self.actors_surface.set_clip(clipping_rect) |
| 1123 | self.vehicle_id_surface.set_clip(clipping_rect) |
| 1124 | self.result_surface.set_clip(clipping_rect) |
| 1125 | |
| 1126 | def _compute_scale(self, scale_factor): |
| 1127 | m = self.module_input.mouse_pos |