Volles Wchstum der Bohnenranke, die Spitze ist erreichbar.

This commit is contained in:
Olli Graf
2022-05-27 16:35:23 +02:00
parent fef412580a
commit 227271ad09
8 changed files with 191 additions and 45 deletions

View File

@@ -1,4 +1,6 @@
#!/usr/bin/python3
# Hauptprogramm - Eingabeschleife und Dispatching
import World
import ActionModul
import TestModule
@@ -116,6 +118,8 @@ def inputLoop(stdscr):
testmodul.testOeffneTruhe()
elif debugcommand[1] == 'teich':
testmodul.testTeich()
elif debugcommand[1] == 'ranke':
testmodul.testRanke()
else: