Exemple #1
0
 def on_key_press(self, key, modifiers):
     """Start the world with any key if paused"""
     if not self.world.running:
         self.world.running = True
     KeyControls.on_key_press(self, key, modifiers)