def exit(self): spacedrive.send('exit')
def join_game(self): spacedrive.send('join game screen')
def options(self): spacedrive.send('options screen')
def new_game(self): spacedrive.send('new game screen')
def load_game(self): spacedrive.send('load game screen')