Ejemplo n.º 1
0
 def exit(self):
     spacedrive.send('exit')
Ejemplo n.º 2
0
 def join_game(self):
     spacedrive.send('join game screen')
Ejemplo n.º 3
0
 def options(self):
     spacedrive.send('options screen')
Ejemplo n.º 4
0
 def new_game(self):
     spacedrive.send('new game screen')
Ejemplo n.º 5
0
 def load_game(self):
     spacedrive.send('load game screen')
Ejemplo n.º 6
0
 def exit(self):
     spacedrive.send('exit')
Ejemplo n.º 7
0
 def options(self):
     spacedrive.send('options screen')
Ejemplo n.º 8
0
 def join_game(self):
     spacedrive.send('join game screen')
Ejemplo n.º 9
0
 def load_game(self):
     spacedrive.send('load game screen')
Ejemplo n.º 10
0
 def new_game(self):
     spacedrive.send('new game screen')