(self)
| 2948 | x=field.center_x, y=field.center_y - scale_to_height(27), |
| 2949 | anchor_x='center', anchor_y='center') |
| 2950 | def draw(self): |
| 2951 | self.label.draw() |
| 2952 | |
| 2953 | # this is the word "Paused" which appears when the game is paused. |
| 2954 | class PausedLabel: |