flexibler Ausgang aus dem Beiboot.

This commit is contained in:
Olli Graf
2022-06-06 20:07:21 +02:00
parent 278cb17675
commit 5efd052927
6 changed files with 38 additions and 13 deletions

View File

@@ -120,6 +120,8 @@ def inputLoop(stdscr):
elif debugcommand[1] == 'karte':
world.printKarte()
commandid = '0'
elif debugcommand[1] == 'weg':
logging.debug(f'gelaufener Weg: {world.weg}')
elif command.startswith('auto:'):
command = command.rstrip()