Example #1
0
 def init(self, screen: ut.Image) -> None:
     """What to do when entering this mode"""
     self.back_img = screen.copy()
Example #2
0
 def init(self, screen: ut.Image) -> None:
     """What to do when entering this mode"""
     pygame.mouse.set_visible(False)
     self.back_img = screen.copy()