Die Bohnenranke wächst.

This commit is contained in:
Olli Graf
2022-05-22 19:29:18 +02:00
parent 1b26d00042
commit c2aca6cf07
9 changed files with 145 additions and 15 deletions

View File

@@ -74,6 +74,11 @@ class Gegenstand(SuperNode):
self.display = None
self.GESCHLOSSEN = 0
self.OFFEN = 1
self.KLEIN = 0
self.MITTEL = 1
self.GROSS = 2
self.LEER = 0
self.VOLL = 1
self.zustand = self.GESCHLOSSEN
class Adjektiv(SuperNode):

Binary file not shown.