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